mbed-os/targets/TARGET_STM/TARGET_STM32G4
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_STM32G431xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G441xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G471xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G473xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G474xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G483xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
TARGET_STM32G484xx stack: armc: Workaround config passing bug 2020-09-10 10:08:38 +01:00
analogin_device.c Added missing analogin_device.c file and configured for STM32G4xx series 2020-05-20 06:39:17 -04:00
analogout_device.c Added support for ANALOGOUT 2020-05-20 06:39:17 -04:00
cmsis.h Added basic support for NUCLEO_G747RE. Basic GPIO support and system initialization. 2020-05-20 06:39:17 -04:00
flash_api.c Added support for FLASH API 2020-05-20 06:39:17 -04:00
gpio_irq_device.c Added support for INTERRUPTIN 2020-05-20 06:39:17 -04:00
gpio_irq_device.h Added support for INTERRUPTIN 2020-05-20 06:39:17 -04:00
i2c_device.h Added support for I2C 2020-05-20 06:39:17 -04:00
objects.h Added support for FLASH API 2020-05-20 06:39:17 -04:00
pin_device.h Added basic support for NUCLEO_G747RE. Basic GPIO support and system initialization. 2020-05-20 06:39:17 -04:00
pwmout_device.c Added support for PWMOUT 2020-05-20 06:39:17 -04:00
pwmout_device.h Added support for PWMOUT 2020-05-20 06:39:17 -04:00
serial_device.c Implemented support for basic serial communication 2020-05-20 06:39:17 -04:00
spi_api.c Added spi_api.c implementation 2020-05-20 06:39:17 -04:00
spi_device.h Added support for SPI API 2020-05-20 06:39:17 -04:00
us_ticker_data.h Changed us_ticker configuration to use TIM5 instead of TIM2 to be consistent with the allowed PWM peripheral pins. 2020-05-20 06:39:17 -04:00