File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 44
55extern 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
You can’t perform that action at this time.
0 commit comments