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
Sadik.Ozer
4db4364e91
Remove device folder as subdir
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-10-07 12:45:44 +03:00
Martin Kojtal
671c57bc2d
Merge pull request #15130 from jeromecoutant/PR_H743
...
STM32H743: correct pack manager rom value
2021-10-07 10:50:56 +02:00
Jerome Coutant
abf86183bb
STM32H743: correct pack manager rom value
2021-10-06 15:30:29 +02:00
Jookia
fad23610d1
targets: Use ULPI USB mode for DISCO_F769NI
2021-10-06 19:31:52 +11:00
Jookia
10d4e2c6a8
DISCO_F769NI: Disable ULPI alternate mode on unused pins
...
These pins are not connected to the USB PHY, so don't set their
alternate function as such.
2021-10-06 19:27:33 +11:00
Sadik.Ozer
de4d4ca40c
Remove unexisting file from CMakeList
...
Remove unneeded files
Remove const float value
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-10-06 07:53:50 +03:00
Johannes Stratmann
883fab435b
update comment on custom command
2021-10-05 17:25:05 +02:00
Johannes Stratmann
15a17dc053
Revert "update README for new CMake version"
...
This reverts commit d4062f5fcb
.
2021-10-05 17:17:51 +02:00
Johannes Stratmann
bf677aefb6
Revert "Merge branch 'fix-memmap-diff'"
...
This reverts commit 3d22c880d8
.
2021-10-05 17:17:35 +02:00
Johannes Stratmann
750247c472
Revert "update cmake_minimum_required to 3.21.0"
...
This reverts commit cfa8865230
.
2021-10-05 17:16:59 +02:00
Jamie Smith
503b9b8ac7
One more debug message
2021-10-05 08:16:56 -07:00
Johannes Stratmann
5ae8e0eec0
replace file(copy by cmake -E copy
2021-10-05 17:16:00 +02:00
Sadik.Ozer
66ee198740
MAX32660 is not public
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-10-05 17:05:36 +03:00
Martin Kojtal
9dd6fb4495
Merge pull request #15127 from 0xc0170/fix-mergify-closed-prs
...
mergify: fix issue with labels when PR is closed
2021-10-05 11:33:11 +02:00
Jamie Smith
7663be15c1
Remove debug messages
2021-10-04 21:57:39 -07:00
Martin Kojtal
e9a763f8f6
mergify: fix issue with labels when PR is closed
...
See https://github.com/Mergifyio/mergify-engine/issues/3307 for details
2021-10-04 14:14:16 +01:00
Sadik.Ozer
8961d73ff1
Remove dead code, fix gcc warning
...
Signed-off-by: Sadik.Ozer <Sadik.Ozer@maximintegrated.com>
2021-10-04 12:58:42 +03:00
Martin Kojtal
6a9ccb3aa3
Merge pull request #15123 from jeromecoutant/PR_MXCHIP
...
STM32: introduce new wifi driver for B-U585I-IOT02A
2021-10-04 09:43:40 +02:00