mbed-os/targets/TARGET_GigaDevice/TARGET_GD32F30X
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
..
GD32F30x_standard_peripheral Style Format for GD32F30x standard peripheral files 2018-12-07 17:00:10 +08:00
TARGET_GD32F307VG 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 Don't use define checks on DEVICE_FOO macros (partner code) 2018-12-20 20:02:29 +11:00
PortNames.h Add SPDX identifier 2018-11-21 11:38:53 +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 SPDX identifier 2018-11-21 11:38:53 +08:00
flash_api.c Error resolve, bug fix and 2 new targets information add 2018-12-06 19:43:20 +08:00
gpio_api.c Add SPDX identifier 2018-11-21 11:38:53 +08:00
gpio_irq_api.c Add SPDX identifier 2018-11-21 11:38:53 +08:00
i2c_api.c Add HAL API for i2c pinmap 2019-02-08 09:10:12 -06:00
mbed_overrides.c Error resolve, bug fix and 2 new targets information add 2018-12-06 19:43:20 +08:00
objects.h Add SPDX identifier 2018-11-21 11:38:53 +08:00
pinmap.c Add SPDX identifier 2018-11-21 11:38:53 +08:00
port_api.c Add SPDX identifier 2018-11-21 11:38:53 +08:00
pwmout_api.c pwmout - GD32F30X - add read methods for period and pulsewidth 2020-09-02 13:39:11 +02:00
rtc_api.c Add SPDX identifier 2018-11-21 11:38:53 +08:00
serial_api.c Add HAL API for serial pinmap 2019-02-08 09:10:28 -06:00
sleep.c Error resolve, bug fix and 2 new targets information add 2018-12-06 19:43:20 +08:00
spi_api.c Add HAL API for spi pinmap 2019-02-08 09:10:37 -06:00
us_ticker.c Add SPDX identifier 2018-11-21 11:38:53 +08:00