Skip to content

Commit 78a2d28

Browse files
authored
Merge pull request #2792 from jeromecoutant/PR_NUCLEO_F303ZE
[NUCLEO_F303ZE] MBED-OS5 capability
2 parents 28f9b27 + ad4680a commit 78a2d28

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

hal/targets.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -750,15 +750,14 @@
750750
"NUCLEO_F303ZE": {
751751
"supported_form_factors": ["ARDUINO", "MORPHO"],
752752
"core": "Cortex-M4F",
753-
"fpu": "single",
754-
"default_toolchain": "uARM",
753+
"default_toolchain": "ARM",
755754
"extra_labels": ["STM", "STM32F3", "STM32F303ZE"],
756755
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
757756
"inherits": ["Target"],
758757
"progen": {"target": "nucleo-f303ze"},
759-
"detect_code": ["0745"],
758+
"detect_code": ["0747"],
760759
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
761-
"release_versions": ["2"]
760+
"release_versions": ["2", "5"]
762761
},
763762
"NUCLEO_F334R8": {
764763
"supported_form_factors": ["ARDUINO", "MORPHO"],

hal/targets/cmsis/TARGET_STM/TARGET_STM32F3/TARGET_NUCLEO_F303ZE/TOOLCHAIN_ARM_STD/startup_stm32f303xe.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
;
4040
;*******************************************************************************
4141

42-
__initial_sp EQU 0x20004000 ; Top of RAM
42+
__initial_sp EQU 0x20010000 ; Top of RAM
4343

4444
PRESERVE8
4545
THUMB

0 commit comments

Comments
 (0)