mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15407 from jasperjonker/fix/stm32h723
system_clock.c location for stm32h723xgpull/15416/head
commit
00df0a3e25
|
@ -21,6 +21,7 @@ target_include_directories(mbed-stm32h723xg
|
|||
target_sources(mbed-stm32h723xg
|
||||
INTERFACE
|
||||
${STARTUP_FILE}
|
||||
system_clock.c
|
||||
)
|
||||
|
||||
mbed_set_linker_script(mbed-stm32h723xg ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
|
||||
|
|
|
@ -6,7 +6,6 @@ add_library(mbed-nucleo-h723zg INTERFACE)
|
|||
target_sources(mbed-nucleo-h723zg
|
||||
INTERFACE
|
||||
PeripheralPins.c
|
||||
system_clock.c
|
||||
)
|
||||
|
||||
target_include_directories(mbed-nucleo-h723zg
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
#endif
|
||||
|
||||
#if !defined(MBED_RAM1_START)
|
||||
#define MBED_RAM_1START 0x24000000
|
||||
#define MBED_RAM1_START 0x24000000
|
||||
#endif
|
||||
|
||||
#if !defined(MBED_RAM1_SIZE)
|
||||
#define MBED1_RAM_SIZE 0x50000 // 320 KB
|
||||
#define MBED_RAM1_SIZE 0x50000 // 320 KB
|
||||
#endif
|
||||
|
||||
#define NVIC_NUM_VECTORS 180
|
||||
|
|
Loading…
Reference in New Issue