mbed-os/targets/TARGET_STM/TARGET_STM32G0
Jaeden Amero 612b148fd4 stack: armc: Workaround config passing bug
Workaround a bug where the boot stack size configuration option is not
passed on to armlink, the Arm Compiler's linker. Prefer
MBED_CONF_TARGET_BOOT_STACK_SIZE if present, as this is what the
configuration system should provide. Fall back to MBED_BOOT_STACK_SIZE
if MBED_CONF_TARGET_BOOT_STACK_SIZE is not defined, as in the case of
buggy tools. If both MBED_CONF_TARGET_BOOT_STACK_SIZE and
MBED_BOOT_STACK_SIZE are not defined, then we fall back to a hard-coded
value provided by the linkerscript. See
https://github.com/ARMmbed/mbed-os/issues/13474 for more information.
2020-09-10 10:08:38 +01:00
..
STM32Cube_FW STM32Gx: LSI clock selection when LSE is not available 2020-09-07 14:47:11 +01:00
TARGET_STM32G030xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G031xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G041xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G070xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G071xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G081xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
analogin_device.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
analogout_device.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
cmsis.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
flash_api.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
gpio_irq_device.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
gpio_irq_device.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
i2c_device.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
objects.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
pin_device.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
pwmout_device.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
pwmout_device.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
serial_device.c Merge pull request #13006 from AGlass0fMilk/add-nucleo-g031k8 2020-08-26 07:24:28 +01:00
spi_api.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
spi_device.h TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
us_ticker_data.h STM32G0: move us_ticker_data.h file to family level 2020-01-07 16:02:08 +01:00