mbed-os/targets/TARGET_STM/TARGET_STM32G0
Robert Walton d9e184b6c6 cmake: Refactor ST targets
Refactor all ST targets to be CMake buildsystem targets. This removes
the need for checking MBED_TARGET_LABELS repeatedly and allows us to be
more flexible in the way we include MBED_TARGET source in the build.

A side effect of this is it will allow us to support custom targets
without breaking the build for 'standard' targets, as we use CMake's
standard mechanism for adding build rules to the build system, rather
than implementing our own layer of logic to exclude files not needed for
the target being built. Using this approach, if an MBED_TARGET is not
linked to using `target_link_libraries` its source files will not be
added to the build. This means custom target source can be added to the
user's application CMakeLists.txt without polluting the build system
when trying to compile for a standard MBED_TARGET.
2021-02-04 15:26:36 +00:00
..
STM32Cube_FW cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32G030xx cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32G031xx cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32G041xx cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32G070xx cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32G071xx cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
TARGET_STM32G081xx cmake: Refactor ST targets 2021-02-04 15:26:36 +00:00
CMakeLists.txt cmake: Refactor ST targets 2021-02-04 15:26:36 +00: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 STM32 FLASH API : add critical sections 2020-11-20 08:03:24 +00: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 STM32G0: RTC IRQ name error 2020-11-13 12:03:26 +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 STM32G0: USART3_4_LPUART1_IRQn compilation issue with G070xx 2020-11-13 12:05:01 +01:00
spi_api.c TARGET_STM: add support of board NUCLEO_G071RB 2019-12-12 14:00:04 +01:00
spi_device.h Add SPI bitwidths to ST targets where supported 2021-01-11 07:53:07 -06:00
us_ticker_data.h STM32G0: no TIM2 for G070xx 2020-11-16 08:35:22 +01:00