Paul Szczepanek
8557529ae3
missing newlines
2021-06-07 16:30:35 +01:00
jeromecoutant
9145ac5108
CMSIS pack manager: add STM32WB15CCUx
...
Values from Keil.STM32WBxx_DFP.1.2.0.pack
https://www.keil.com/dd2/pack/
2021-06-07 16:05:50 +02:00
jeromecoutant
9f0ee46475
STM32WB15xC MCU support
2021-06-07 16:05:41 +02:00
Chris Swinchatt
053eb24ab0
Fix 'netsocket: several dynamic allocation results not checked' ( #14210 )
...
Incorporates PR #14223 + changes required for spellchecker
2021-06-07 14:54:37 +01:00
Bora Özgen
eabc477f3c
MbedTLS: Add definition checks for TRNG
...
The compiler gave redefinition warnings if
MBEDTLS_ENTROPY_HARDWARE_ALT is defined in the the compile
definitions. A check is added to prevent this warning.
2021-06-07 15:40:46 +02:00
Martin Kojtal
587eb413d6
Merge pull request #14736 from jeromecoutant/ISSUE_USB_F1
...
STM32 USB: update init
2021-06-07 13:32:01 +02:00
Martin Kojtal
a83ec1960b
Merge pull request #14739 from OpenNuvoton/nuvoton_m2354_tfm_no_hxt
...
M2354: Substitute HIRC for HXT to clock PLL
2021-06-07 12:52:57 +02:00
Martin Kojtal
0675d30be8
Merge pull request #14670 from jeromecoutant/PR_README_SLEEP
...
STM32: add information in README for SLEEP feature
2021-06-07 12:32:01 +02:00
Martin Kojtal
fef89d93ce
Merge pull request #14738 from MaximIntegrated/master
...
Gate ticker (timer0) clock on deepsleep for MAX32620FTHR
2021-06-07 12:31:48 +02:00
Martin Kojtal
9fbb89e2d1
Merge pull request #14692 from jeromecoutant/PR_WB_HCI
...
STM32WB: improve FLASH size
2021-06-07 11:18:26 +02:00
Ahmet Alincak
43d9c0fbb4
Gate ticker (timer0) clock on deepsleep
2021-06-07 00:41:09 +03:00
Paul Szczepanek
cc0729a678
add missing tuple c++ replacement for unittests
2021-06-06 11:54:24 +01:00
Paul Szczepanek
0515408f21
add default BLE roles configuration in case no json present
2021-06-06 11:54:24 +01:00
Paul Szczepanek
2975c7cfe9
add fake googlemock BLE API for unittests
2021-06-06 11:54:24 +01:00
Paul Szczepanek
3290c944e8
add fake event queue for unittests
2021-06-06 11:25:38 +01:00
jeromecoutant
94794f9228
STM32 USB: update init
...
Add explicit calt to __HAL_PCD_ENABLE()
2021-06-04 17:01:14 +02:00
Anna Bridge
5047bd3c27
Merge pull request #14608 from JeanMarcR/STM32H7_NEW_CUBE
...
STM32H7 update drivers version to CUBE V1.9.0
2021-06-04 11:51:05 +01:00
Anna Bridge
986add717e
Merge pull request #14722 from jeromecoutant/PR_RNG
...
STM32 TRNG: update init to match all configs
2021-06-04 11:40:07 +01:00
Chun-Chieh Li
0b6fdf46f0
M2354: Default to HXT not present
...
1. Build TF-M v1.3 with GNUARM and HXT not present.
2. Support configurability of HXT presence (targets.json).
3. Default HXT to not present (targets.json). This must align with built TF-M secure code above.
2021-06-04 10:32:59 +08:00
Chun-Chieh Li
79cf5a01d5
M2354: Synchronize platform extra secure files from TF-M
...
These files are refactored on TF-M and make no logic change on Mbed.
2021-06-04 10:32:59 +08:00
Chun-Chieh Li
71c32de1d7
M2354: Refine TF-M import readme
...
Add bug report of GNU Arm Embedded Toolchain 10-2020-q4-major in CMSE support
2021-06-04 10:32:59 +08:00
Anna Bridge
3ee443bfde
Looks like ref has to be a valid branch
...
For mbed-os-ci-scripts the ref was set to 'triage_test' which was a valid branch for that repo, however it looks like somone deleted that branch causing the script to fail. This commit updates the ref to 'master' which should hopefully fix the issue.
2021-06-03 16:41:30 +01:00
Anna Bridge
444004110e
Change actions/checkout ref field
...
Looks like something has changed that now requires this to be set differently
2021-06-03 16:29:04 +01:00
jeromecoutant
777b2730bd
STM32WL LORA: HW specific out of STM32WL_LoRaRadio class
2021-06-03 13:19:32 +02:00
jeromecoutant
fb8be8259c
STM32H7 ADC : dual pad feature update
2021-06-03 10:42:35 +02:00
George Psimenos
69bca978ad
Add Arduino Uno pin guards
2021-06-03 09:19:52 +01:00
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