mbed-os/targets
jeromecoutant f7c392eb75 reduce IAR heap and stack size for small targets 2017-04-07 14:01:41 +01:00
..
TARGET_ARM_SSG Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
TARGET_Atmel Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
TARGET_Freescale Issue 3763: Reduce heap allocation in the GCC linker file 2017-04-07 14:01:35 +01:00
TARGET_Maxim Maxim 3630: define LED4 same as LED1 2017-01-27 11:10:53 +02:00
TARGET_NORDIC Fixed OBOE in async serial tx for NRF52 target, fixes #4002 2017-04-07 14:00:57 +01:00
TARGET_NUVOTON Refine serial PDMA code 2017-03-24 20:42:58 +00:00
TARGET_NXP Construct a ticker-based wait, rather than calling wait_ms(), in the C027 board startup code since, for mbed 5, wait_ms() is an RTOS function and the RTOS is not initialised at this stage in start-up. 2017-04-07 14:00:44 +01:00
TARGET_ONSEMI Changed tab to spaces 2017-03-24 20:39:12 +00:00
TARGET_RENESAS Fix mistake register setting in serial_format() 2017-03-24 20:40:02 +00:00
TARGET_STM reduce IAR heap and stack size for small targets 2017-04-07 14:01:41 +01:00
TARGET_Silicon_Labs Stop using device_has for non-mbed options 2017-03-24 20:48:20 +00:00
TARGET_WIZNET/TARGET_W7500x Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
TARGET_ublox Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
targets.json NRF5_SDK13: Make BLE sources compilable - this is not redy to use! - Remove ble_advertising.h/c - it was unused, redundant code - includes for SD header ble.h were changed to headers\ble.h in order to distingusch form feature-ble BLE.h - btle_init() introduced PM for disable <B>privacy</B> for API 3 and further. - temporary removed or mocked real implemantation of whitelist-ing support functionalities: btle_security.createWhitelistFromBondTable , gap::startAdvertising, gat::startRadioScan, gap::stopAdvertising Gap::generateStackWhitelist, Gap::getStackWhiteIdentityList-(mock) - Characteristic Descriptor Discoverer - aligned to the apply SD API - long uuid service's read spupport - add BLE features support to sdk configurations file - publicate sdk's id_manager.ah() function. - cutted out f. app_error_handler for mbed-os - removed PACKED definition form app_util_platform (redefined by mbed-os) - Gap::setAddress - allign to new SD API using peer manager - extend Gap::getPermittedTxPowerValues for nRF52840 2017-04-07 13:58:32 +01:00