mbed-os/targets/TARGET_GigaDevice/TARGET_GD32F4XX
Hugues Kamba 0cef209182 GigaDevice: Fix heap size formula in scatter files
The heap size was incorrectly calculated.
This fixes it by subtracting the Stack size, any memory chunks allocated
before the start of the application (for vectors and/or crash report), and
finally the size of the application from the total RAM size.
2021-01-08 18:30:44 +00:00
..
GD32F4xx_standard_peripheral Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
TARGET_GD32F450ZI adjust directory structure for device 2019-01-09 19:03:34 +08:00
device GigaDevice: Fix heap size formula in scatter files 2021-01-08 18:30:44 +00:00
CMakeLists.txt CMake: Add support for GigaDevice targets 2020-12-07 11:25:12 +00:00
PeripheralPins.h Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
PortNames.h Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
analogin_api.c Add HAL API for analog in pinmap 2019-02-08 09:09:51 -06:00
analogout_api.c Add HAL API for analog out pinmap 2019-02-08 09:10:05 -06:00
can_api.c GigaDevice targets can return ninitialized variable in CAN driver 2019-03-07 16:41:42 +01:00
device.h Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
flash_api.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
gpio_api.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
gpio_irq_api.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
i2c_api.c Add HAL API for i2c pinmap 2019-02-08 09:10:12 -06:00
mbed_overrides.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
objects.h Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
pinmap.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
port_api.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
pwmout_api.c pwmout - GD32F4XX - add read methods for period and pulsewidth 2020-09-02 13:39:11 +02:00
rtc_api.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
serial_api.c Add HAL API for serial pinmap 2019-02-08 09:10:28 -06:00
sleep.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
spi_api.c Add HAL API for spi pinmap 2019-02-08 09:10:37 -06:00
trng_api.c Add GD32_F450ZI as new target 2019-01-09 19:03:33 +08:00
us_ticker.c add SPDX indentifier, modify 450zi.icf file and static definition in us_ticker.c 2019-01-09 19:03:33 +08:00