mbed-os/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F429xI/device
Mohammad Azim Khan 5a9ea2c1e6 Heap size adjusted to work for both tls-client and mbed-client
Targets NUCLEO_F429ZI and UBLOX_EVK_ODIN_W2 have 192K RAM.
Heap size in PR #3871 was increased from 48K to 96K as tls-client
example failed with 48K heap. But this resulted in compilation failures
in mbed-client that requires 71K for global/static data.
Hence this PR reduces heap to 64K that minimum required by tls-client
to work. This also meets mbed-client data segment requirements.
2017-03-15 11:22:24 +00:00
..
TOOLCHAIN_ARM_MICRO fix for issue #3715: correction in startup files for ARM and IAR, alignment of system_stm32f429xx.c files 2017-02-28 18:15:06 +01:00
TOOLCHAIN_ARM_STD fix for issue #3715: correction in startup files for ARM and IAR, alignment of system_stm32f429xx.c files 2017-02-28 18:15:06 +01:00
TOOLCHAIN_GCC_ARM Update stm32f429 linker scripts for bootloader 2017-02-10 18:28:59 -06:00
TOOLCHAIN_IAR Heap size adjusted to work for both tls-client and mbed-client 2017-03-15 11:22:24 +00:00
cmsis.h STM32F429 / F439 folder rework 2017-01-27 15:41:49 +01:00
cmsis_nvic.c Fix vector table bug when using bootloader on ST 2017-02-17 22:53:04 -06:00
cmsis_nvic.h STM32F429 / F439 folder rework 2017-01-27 15:41:49 +01:00
flash_api.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
hal_tick.h STM32F429 / F439 folder rework 2017-01-27 15:41:49 +01:00
nvic_addr.h Fix vector table bug when using bootloader on ST 2017-02-17 22:53:04 -06:00
stm32f4xx.h STM32F429 / F439 folder rework 2017-01-27 15:41:49 +01:00
stm32f429xx.h STM32F429 / F439 folder rework 2017-01-27 15:41:49 +01:00
system_init_pre.c Fix vector table bug when using bootloader on ST 2017-02-17 22:53:04 -06:00
system_stm32f4xx.h STM32F429 / F439 folder rework 2017-01-27 15:41:49 +01:00