Skip to content

Commit 673524f

Browse files
committed
lib/stm32lib: Update N6, U5 & WB.
Added STM32N6 with HAL1.2.0 Added STM32U5 with HAL1.8.0 Updated STM32WB from HAL1.10.0 to HAL1.23.0 Signed-off-by: Andrew Leech <[email protected]>
1 parent 6773051 commit 673524f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

lib/stm32lib

Submodule stm32lib updated 556 files

ports/stm32/mphalport.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
extern uint8_t mp_hal_unique_id_address[12];
66

7-
// F0-1.9.0+F4-1.16.0+F7-1.7.0+G0-1.5.1+G4-1.3.0+H7-1.6.0+L0-1.11.2+L4-1.17.0+WB-1.10.0+WL-1.1.0
7+
// F0-1.9.0+F4-1.16.0+F7-1.7.0+G0-1.5.1+G4-1.3.0+H5-1.0.0+H7-1.11.0+L0-1.11.2+L1-1.10.3+L4-1.17.0+N6-1.2.0+U5-1.8.0+WB-1.23.0+WL-1.1.0
88
#if defined(STM32F0)
99
#define MICROPY_PLATFORM_VERSION "HAL1.9.0"
1010
#elif defined(STM32F4)
@@ -25,8 +25,12 @@ extern uint8_t mp_hal_unique_id_address[12];
2525
#define MICROPY_PLATFORM_VERSION "HAL1.10.3"
2626
#elif defined(STM32L4)
2727
#define MICROPY_PLATFORM_VERSION "HAL1.17.0"
28+
#elif defined(STM32N6)
29+
#define MICROPY_PLATFORM_VERSION "HAL1.2.0"
30+
#elif defined(STM32U5)
31+
#define MICROPY_PLATFORM_VERSION "HAL1.8.0"
2832
#elif defined(STM32WB)
29-
#define MICROPY_PLATFORM_VERSION "HAL1.10.0"
33+
#define MICROPY_PLATFORM_VERSION "HAL1.23.0"
3034
#elif defined(STM32WL)
3135
#define MICROPY_PLATFORM_VERSION "HAL1.1.0"
3236
#endif

0 commit comments

Comments
 (0)