mbed-os/targets
Marcus Chang 39c69f146c Optional SoftDevice for the NRF52 series
Ability to swap SoftDevices using the mbed configuration system.

For example, build NRF52840_DK without SoftDevice:

    "target_overrides": {
        "*": {
            "target.MERGE_SOFT_DEVICE": false,
            "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140"],
            "target.extra_labels_add": ["SOFTDEVICE_NONE"]
        }
    }

Pinned down vector table to beginningn of RAM.
2018-04-19 09:40:41 -07:00
..
TARGET_ARM_SSG Merge pull request #6169 from hug-dev/cm3ds-trng 2018-04-12 18:38:15 -05:00
TARGET_Analog_Devices Add BUTTON pin names for EV_COG_AD4050LZ and EV_COG_AD3029LZ 2018-04-17 10:53:11 +10:00
TARGET_Atmel Remove conflictinng system_reset() from Atmel drivers 2018-02-28 20:02:24 +00:00
TARGET_Freescale MCUXpresso: Fix deepsleep implementation for Kinetis parts 2018-04-10 08:16:41 -05:00
TARGET_Maxim Merge pull request #6607 from maximmbed/max32630-fix-spi 2018-04-17 10:55:00 -05:00
TARGET_NORDIC Optional SoftDevice for the NRF52 series 2018-04-19 09:40:41 -07:00
TARGET_NUVOTON Merge pull request #6466 from OpenNuvoton/nuvoton_fix_spi 2018-04-16 10:47:51 -05:00
TARGET_NXP Merge pull request #6221 from codeauroraforum/Add_RNG_LPC54XXX 2018-04-18 14:25:56 +02:00
TARGET_ONSEMI Add system_reset() function to Mbed OS 2018-02-28 16:42:34 +00:00
TARGET_RENESAS Merge pull request #6245 from mbedNoobNinja/Sync_PR 2018-03-20 15:21:01 -05:00
TARGET_Realtek rtl8195am - fix wifi_util.c warnings 2018-04-17 16:42:05 +08:00
TARGET_STM Merge pull request #6599 from jeromecoutant/PR_WARNING 2018-04-16 10:41:36 -05:00
TARGET_Silicon_Labs Set up the ISR stack pointer in the right location on ARMCC 2018-03-27 23:03:49 +02:00
TARGET_TOSHIBA Low power consumption mode for deepsleep 2018-03-26 15:43:21 +05:30
TARGET_WIZNET Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
TARGET_ublox Enable Compiling with ARMC6 across all targets 2017-09-11 13:20:32 -05:00
targets.json Optional SoftDevice for the NRF52 series 2018-04-19 09:40:41 -07:00