pennam
cd35063694
Add missing changes in objects.h file for others STM32 components
2021-06-03 10:12:04 +02:00
Affrin Pinhero
f7a3ad9008
tools/STM32 Modified Python script generates Peripheral Pins
...
Modified print_adc function to update adc pin_map.
This patch will update python script that generate
'peripheralPin.c'. Which will give functionality to
gernerate ADC pin definition for BANK_B.
This script update is related to
https://github.com/ARMmbed/mbed-os/pull/14669
Signed-off-by: Affrin Pinhero <affrin.pinhero@hcl.com>
2021-06-02 21:23:46 +05:30
Martin Kojtal
5fe4dafc34
Merge pull request #14221 from macronix/macronix_rww
...
Enable the RWW function of Macronix Flash MX25LW51245G in OSPI block device driver
2021-06-02 16:53:59 +02:00
jeromecoutant
a4ae9f13a7
STM32 TRNG : update init to match all config
2021-06-02 16:37:38 +02:00
jeromecoutant
20e4a351f1
Revert "STM32L5 RNG : update for deprecated MCU version"
...
This reverts commit f599a5463c
.
2021-06-02 16:37:38 +02:00
Martin Kojtal
045c48db3e
Merge pull request #14669 from affrinpinhero-2356/adcBank
...
STM32L152: Added ADC Bank_B functionality
2021-06-02 16:33:03 +02:00
Martin Kojtal
5aaf3a3390
Merge pull request #14720 from chrJost/STM32L5x2_pwr_register
...
STM32L5: corrected voltage scaling when using MSI
2021-06-02 15:50:02 +02:00
Martin Kojtal
be9850be53
Merge pull request #14701 from donatieng/utf-8-check
...
Add Travis test to make sure text files are UTF-8 encoded
2021-06-02 15:49:14 +02:00
George Psimenos
7c333d88bb
Guard I2C/SPI aliases
2021-06-02 14:25:26 +01:00
Martin Kojtal
0711e488a1
Merge pull request #14686 from jeromecoutant/PR_CPP
...
STM32: correct __cplusplus brackets
2021-06-02 13:59:26 +02:00
Martin Kojtal
d3ba2e1699
Merge pull request #14724 from jeromecoutant/PR_G0PWR
...
STM32G0: correct voltage scaling control
2021-06-02 13:59:10 +02:00
Donatien Garnier
eac5956407
Add Travis test to detect any non-UTF-8-encoded text
2021-06-02 12:13:01 +01:00
Donatien Garnier
decd7d0167
Convert shci.h from (presumably) latin1 encoding to UTF-8
2021-06-02 12:12:34 +01:00
Paul Szczepanek
c51dc2f6cc
set to pending only after issuing command
2021-06-02 12:06:43 +01:00
Paul Szczepanek
b21ee6b0a0
add information about privacy refresh to config option
2021-06-02 12:06:12 +01:00
jeromecoutant
cadc328947
STM32G0: correct voltage scaling control
2021-06-02 09:37:19 +02:00
Chun-Chieh Li
f08a841a8c
Nuvoton: Configure HXT to not present by default
...
This is to spare one HXT component in case the substitute HIRC can pass Greentea test with accuracy.
2021-06-02 09:02:06 +08:00
Chun-Chieh Li
77ed6778d8
Nuvoton: Explicitly disable HXT/LXT on configured to not present
...
This is to guard from BSP driver which cannot see this configuration and still uses HXT/LXT.
2021-06-02 09:02:05 +08:00
Chun-Chieh Li
a0c53896e0
Nuvoton: Enable no HXT/LXT configurabiliy
...
LXT/HXT are external crystl oscillator and can be absent on custom board.
This enables configuring LXT/HXT presence:
1. By default, LXT/HXT are configured to be present, except M252 which has no HXT.
2. When LXT is configured to not present, lp_ticker/watchdog will clock by LIRC instead.
3. Limitations:
(1) On all targets, LIRC-clocked lp_ticker gets inaccurate and fails to pass tests.
(2) On NUC472/M453, HIRC-clocked PLL doesn't output 1MHz-aligned frequency. us_ticker gets slight inaccurate.
(3) On all targets, LIRC-clocked RTC is not supported due to no H/W path/RTC clock source reset to LXT on reset/RTC not trimmed for other clock rates.
4. On M263, TRNG's clock source defaults to LXT and needs special handling without LXT.
5. On M252, replace target.hxt-enable with target.hxt-present for consistency.
2021-06-02 09:02:05 +08:00
Paul Szczepanek
8ec7cfd820
start and stop adv sets in batches
2021-06-01 22:38:39 +01:00
Paul Szczepanek
0670470af6
add config for number of pending adv sets starting
2021-06-01 22:38:13 +01:00
Paul Szczepanek
8dedd43e7c
add status to start and stop events
2021-06-01 22:37:43 +01:00
Paul Szczepanek
e99741dd3d
change function names
2021-06-01 15:45:08 +01:00
Jost, Chris
3bfa124f80
enable the power settings register prior to setting them
2021-06-01 16:40:15 +02:00
Martin Kojtal
0738aabb87
Merge pull request #14710 from noonfom/non-low-power-devices
...
BLE: support non-low power devices
2021-06-01 11:26:21 +02:00
Martin Kojtal
543bcb5192
Merge pull request #14441 from OpenNuvoton/nuvoton_m2354_tfm
...
M2354: Support Nuvoton's new target
2021-06-01 11:25:59 +02:00
Martin Kojtal
da13755a9f
Merge pull request #14699 from jeromecoutant/PR_ASTYLE
...
STM32 astyle format
2021-06-01 10:02:34 +02:00
pennam
70c09cdb7a
Portenta cycfg.h add missing license header
2021-05-31 16:38:37 +02:00
Martino Facchin
f05eb06439
Portenta enable WiFi
2021-05-31 16:38:37 +02:00
pennam
c1e7c54964
Portenta CMake fix COMPONENT_WHD
2021-05-31 16:38:37 +02:00
pennam
fc83ee15d8
Portenta add missing includes to resources.h
2021-05-31 16:38:37 +02:00
pennam
5edf34289c
Portenta add resource_fs_handle declaration
2021-05-31 16:38:36 +02:00
pennam
64c9e1fdb3
Portenta split wiced_filesystem.h to avoid cpp BlockDevice inclusion from Cypress layer
2021-05-31 16:38:36 +02:00
pennam
b34a436d25
Portenta removed resource_imp folder
2021-05-31 16:38:36 +02:00
pennam
2852fe41ae
Portenta renamed 4343W to 4343W_FS
2021-05-31 16:38:36 +02:00
pennam
d31e002bae
Portenta SDIO patch to support non NULL response arguments
2021-05-31 16:38:36 +02:00
pennam
774821ca3b
Portenta add cycfg.h
2021-05-31 16:38:35 +02:00
Martino Facchin
94ceb8379d
Portenta add SDIO GPIO and filesystem implementation
2021-05-31 16:38:35 +02:00
Martino Facchin
4200d752b2
Portenta add interface to cypress hal
2021-05-31 16:38:35 +02:00
pennam
ef7ce6ba68
Portenta Add COMPONENT_WHD/resources to TARGET_PORTENTA_H7
2021-05-31 16:38:35 +02:00
Martin Kojtal
8a0c3c7915
Merge pull request #14698 from affrinpinhero-2356/HAL_I2C_ErrorCallback-#14696
...
STM32: Fixed I2C Bug
2021-05-31 16:11:38 +02:00
Martin Kojtal
bfedc39f7c
Merge pull request #14471 from arduino/whd_patch
...
COMPONENT_WHD: make reusable code available for other targets
2021-05-31 15:49:25 +02:00
Martin Kojtal
15728abc85
Merge pull request #14702 from jrobeson/silence-warnings-in-3rd-party-nordic-code
...
Silence expansion-to-defined for nrfx
2021-05-31 15:33:58 +02:00
Martin Kojtal
bc7fc2b2e7
Merge pull request #14708 from Patater/fix-test-function-return
...
test: Fix function does not return a value warnings
2021-05-31 12:20:00 +02:00
Martin Kojtal
0e72912f49
Merge pull request #14697 from jamesbeyond/fix_inte_test
...
TESTS: rename variable interface to fix broken tests
2021-05-31 11:37:54 +02:00
Martin Kojtal
a2d62f9597
Merge pull request #14652 from Patater/upgrade-mbedtls-2.25.0
...
tls: Upgrade to Mbed TLS v2.25.0
2021-05-31 11:36:26 +02:00
Martin Kojtal
8c2db151e6
Merge pull request #14547 from ARMmbed/remove_unittest_cmake_script
...
CMake: Remove all unittest.cmake script from test suite
2021-05-31 11:34:26 +02:00
Martin Kojtal
b0ab466484
Merge pull request #14705 from LDong-Arm/frozen_files_fix
...
Fix frozen tools check never failing
2021-05-31 11:33:54 +02:00
Jaeden Amero
5f208ae90a
Merge pull request #14709 from hugueskamba/hk_cmake_remove_debug_msg
...
CMake: Remove forgotten debug message
2021-05-27 17:44:30 +01:00
Jaeden Amero
c867a3d151
lgtm: Add initial LGTM configuration file
...
Add a starter LGTM configuration file that tells LGTM what sort of files
we have in Mbed OS, what dependencies need installing, how to configure,
and how to build.
We tell LGTM to build Mbed OS's unit tests for the host toolchain, as a
start.
We install pip so we can install pypi's version of CMake, which is newer
than the current LGTM default version of 3.13.4.
2021-05-27 17:38:47 +01:00