Ricardo Ardissone
ca28a86d1b
STM32WB55 HCI driver: version dependent rom size
...
stm32wb5x_BLE_HCILayer_fw.bin install address increased from 0x080E0000
to 0x080E1000 in version 1.12.0. Assumes any future bump to major or
minor version will maintain the new install address.
See https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x/Release_Notes.html
2021-10-22 18:20:33 -03:00
Maximilian Gerhardt
2b1834be75
Update PyElfTools as well
...
Fixes "ImportError: cannot import name 'MutableMapping' from 'collections'" for Python 3.10
2021-10-22 14:59:10 +02:00
Maximilian Gerhardt
d2b85a64aa
Update psutil to 5.6.7
2021-10-22 13:11:34 +02:00
Bill Waters
a2e46525ac
Fix for PWM resume issue, SWINTEGRATION-57
2021-10-21 09:22:45 -07:00
Martin Kojtal
0a3b16868f
InterruptIn: add note about enabling interrupts in rise/fall
...
Fixes #8188
Make it obvious, only calling rise/fall methods, IRQ are active. Nothing more needed.
2021-10-21 14:55:37 +01:00
Bora Özgen
7523588035
NetworkStack: Remove stub implementations of socket_x_control
...
As a default implementation is already provided by
NetworkStack, stub implementations in the child classes
are not required. Furthermore, they return unsupported for
all cases instead of redirecting to the non-control API,
which is plainly wrong.
2021-10-21 10:33:13 +02:00
Martin Kojtal
54a4879801
Merge pull request #15141 from 0xc0170/mergify-fix-review-labels
...
mergify: fix needs work labels if CI fails
2021-10-20 15:52:42 +02:00
Martin Kojtal
aac66fc225
Merge pull request #15145 from Uruloke/qspif-add-missing-mbed-namespace-prefix
...
QSPIF: Add missing mbed namespace prefix to header file
2021-10-20 14:27:27 +02:00
Uruloke
d95768b38c
QSPIF: Add missing mbed namespace prefix to header file
2021-10-19 15:09:34 +02:00
Martin Kojtal
f69af599d5
Merge pull request #15126 from multiplemonomials/create-distro-reborn
...
mbed_create_distro() reborn: a function to make adding multiple targets easy
2021-10-19 14:28:06 +02:00
Martin Kojtal
06f234e3af
Merge pull request #15137 from jeromecoutant/PR_WL_1_1_0
...
STM32WL update drivers version to CUBE V1.1.0
2021-10-15 10:07:02 +02:00
Martin Kojtal
d4c27e006b
mergify: fix needs work labels
...
We have clash with needs work and needs CI labels. If CI fails, we need to be in CI stage. Check for needs: CI label and apply work only if it was CI.
Otherwise we would be in the loop.
2021-10-14 15:01:16 +01:00
Martin Kojtal
e4111eaa0d
Merge pull request #15068 from jeromecoutant/PR_INTERFACE
...
connectivity tests: avoid HardFault with null pointer
2021-10-14 15:43:07 +02:00
Martin Kojtal
2cd6c70c94
Merge pull request #15117 from JojoS62/fix-memap-diff
...
CLI2: copy mapfile for diff statistics
2021-10-14 14:44:45 +02:00
Martin Kojtal
8706a1ae61
Merge pull request #15136 from jeromecoutant/PR_WL_LORA
...
STM32WL LORA radio: add a critical section
2021-10-14 11:48:28 +02:00
Johannes Stratmann
2b7b97340d
remove comment for renaming mapfile
2021-10-13 18:15:57 +02:00
Martin Kojtal
ea0538e5c5
Merge pull request #15140 from OpenNuvoton/nuvoton_m2354_tfm_cli1-post-build_custom_board
...
M2354: Enable post-build for custom board partially with Mbed CLI
2021-10-13 16:12:35 +02:00
Martin Kojtal
64a0128dc8
Merge pull request #15138 from jeromecoutant/PR_UTF
...
STM32: Remove non-UTF characters
2021-10-13 13:56:38 +02:00
Chun-Chieh Li
173e407fed
M2354: Fix stdin abnormal on NuMaker-IoT-M2354 with Mbed CLI
...
Due to post-build script not supporting custom board, both the below UART configurations are enabled on NuMaker-IoT-M2354 board:
- UART0 PA7/PA6 enabled by bl2.bin
- UART0 PB9/PB8 enabled by tfm_s.bin and later by mbed
Both PA7/PA6 and PB9/PB8 enabled on UART0, PB8 gets disturbed and stdin mis-behaves on NuMaker-IoT-M2354 board.
NuMaker-M2354 : UART TX/RX = UART0 PA7/PA6
NuMaker-IoT_M2354 : UART TX/RX = UART0 PB9/PB8
This bugfix tries to enable post-build for custom board to some degree (not completely), with Mbed CLI.
NOTE: For Mbed CLI, the build process still sees NuMaker-M2354's partition/ and applies its mcuboot build options. Custom board must align on these.
2021-10-13 17:57:56 +08:00
Johannes Stratmann
73526603dc
remove comment
2021-10-13 11:48:38 +02:00
Jerome Coutant
0ef6dd5ad5
STM32WB remove non-UTF characters
2021-10-12 17:52:08 +02:00
Jerome Coutant
2b8c37ac8e
STM32L5 remove non-UTF characters
2021-10-12 17:52:08 +02:00
Jerome Coutant
eb8d8547ed
STM32L4 remove non-UTF characters
2021-10-12 17:52:07 +02:00
Jerome Coutant
52f8760062
STM32L1 remove non-UTF characters
2021-10-12 17:52:07 +02:00
Jerome Coutant
95640b9ef1
STM32L0 remove non-UTF characters
2021-10-12 17:52:07 +02:00
Jerome Coutant
9319d2ace2
STM32H7 remove non-UTF characters
2021-10-12 17:52:06 +02:00
Jerome Coutant
2f9ba5b4da
STM32G4 remove non-UTF characters
2021-10-12 17:52:06 +02:00
Jerome Coutant
c5b6347ccb
STM32G0 remove non-UTF characters
2021-10-12 17:52:06 +02:00
Jerome Coutant
39f8924f07
STM32F7 remove non-UTF characters
2021-10-12 17:52:06 +02:00
Jerome Coutant
bb9952e0eb
STM32F4 remove non-UTF characters
2021-10-12 17:52:06 +02:00
Jerome Coutant
f103713a96
STM32F3 remove non-UTF characters
2021-10-12 17:52:05 +02:00
Jerome Coutant
7f15a2802e
STM32F2 remove non-UTF characters
2021-10-12 17:52:05 +02:00
Jerome Coutant
66fa2dd0c2
STM32F1 remove non-UTF characters
2021-10-12 17:52:05 +02:00
Jerome Coutant
aab80387f2
STM32F0 remove non-UTF characters
2021-10-12 17:52:05 +02:00
Jerome Coutant
5e7a7f4b4e
STM32WL remove non-UTF characters
2021-10-12 16:37:03 +02:00
Martin Kojtal
3167a1fd5d
Merge pull request #15133 from jeromecoutant/PR_I2C
...
STM32WB/STM32WL: I2C issue
2021-10-12 15:31:31 +02:00
Martin Kojtal
34bbc75aa9
Merge pull request #15109 from MaximIntegrated/add-MAX32660
...
Add MAX32660EVSYS
2021-10-12 14:51:57 +02:00
Jerome Coutant
8ae3e19676
STM32WL : STM32Cube_FW_WL_V1.1.0
2021-10-12 12:20:27 +02:00
Jerome Coutant
bfa78005c0
STM32WL file alignment before cube update
2021-10-12 12:20:27 +02:00
Jerome Coutant
5a1e864003
STM32WL CMakeLists update
2021-10-12 12:20:27 +02:00
Jerome Coutant
035b7871bf
STM32Wx: I2C issue
...
a "else" was missing for
uint32_t i2c_get_pclk(I2CName i2c)
if (i2c == I2C_1) {
else if (i2c == I2C_2) {
else if (i2c == I2C_3) {
else {
error("I2C: unknown instance");
2021-10-12 12:01:23 +02:00
Jerome Coutant
f42b3e41bf
STM32WL LORA radio: add a critical section in IRQ process
2021-10-12 11:01:22 +02:00
Jerome Coutant
4b956bbf3d
STM32WL LORA driver: add debug print
2021-10-12 10:36:43 +02:00
Martin Kojtal
b7c2dd01bb
Merge pull request #15132 from douardda/fix-usb-stm32
...
STM32: fix USB_reenumerate() for STM32F3
2021-10-11 12:33:42 +02:00
Martin Kojtal
46bbfbd9fb
Merge pull request #15134 from jeromecoutant/PR_UART_WL
...
STM32WL: UART2 was missing
2021-10-11 12:22:43 +02:00
Jerome Coutant
4c5093c7e9
STM32WL: UART2 was missing
2021-10-08 14:01:13 +02:00
David Douard
d5d93a4ef1
STM32: fix USB_reenumerate() for STM32F3
...
for which the DP pin remained forced low after the reenumerate sequence
(low for 10ms) instead of being reconfigured as an input (PullNone).
Signed-off-by: David Douard <david.douard@sdfa3.org>
2021-10-07 21:00:11 +02:00
Sadik.Ozer
196008205d
Add missing file in CMakeList.txt
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-10-07 17:58:13 +03:00
Sadik.Ozer
b8bef044dd
Use lower case
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-10-07 17:13:19 +03:00
Martin Kojtal
76c37204e0
Merge pull request #15128 from Jookia/RFC_usbfix
...
Fix USB on DISCO_F769NI
2021-10-07 16:12:19 +02:00