mbed-os/targets
Przemyslaw Stekiel 126bf17ff4 NRF_52840: Fix us ticker counter size
It has been noticed that there is a problem with us ticker on NRF_52840 board after 32 bit counter has been used for us ticker on NRF52 family boards.
Currently NRF52 symbol is defined only for MCU_NRF52832 (not for MCU_NRF52840) and based on this symbol 16 or 32 bit counter is selected (16 bit for NRF51 family and 32 for NRF52 family).
Since MCU_NRF52840 defines NRF52840_XXAA and provides 32 bit counters, 32 bit counter should be selected also when NRF52840_XXAA symbol is defined.
2018-06-29 17:11:50 +01:00
..
TARGET_ARM_FM add comments about TIMER modes and set TIMER2 off by default 2018-06-29 17:10:17 +01:00
TARGET_ARM_SSG FPGAIO: Add MISC IO initialization support 2018-06-15 13:30:56 +01:00
TARGET_Analog_Devices Enable COG boards instruction cache 2018-06-29 17:10:17 +01:00
TARGET_Atmel Remove conflictinng system_reset() from Atmel drivers 2018-02-28 20:02:24 +00:00
TARGET_Freescale K64F, K66F: Update the ENET PHY driver 2018-06-29 17:10:17 +01:00
TARGET_Maxim Rename files to fix warning 2018-06-29 17:10:17 +01:00
TARGET_NORDIC NRF_52840: Fix us ticker counter size 2018-06-29 17:11:50 +01:00
TARGET_NUVOTON Fix RTC cannot cross reset cycle 2018-06-15 13:30:56 +01:00
TARGET_NXP MIMXRT1050: Update to EVK Rev B 2018-06-29 17:10:17 +01:00
TARGET_ONSEMI Rename DEVICE_LOWPOWERTIMER to DEVICE_LPTICKER 2018-05-25 12:20:09 -05:00
TARGET_RENESAS Modify RAM size definition of ARMCC for GR-LYCHEE 2018-06-29 17:10:17 +01:00
TARGET_Realtek Provide default WiFI interface for REALTEK_RTL8195AM 2018-06-29 17:10:17 +01:00
TARGET_STM STM32 serial RX/TX active patch 2018-06-29 17:11:50 +01:00
TARGET_Silicon_Labs EFM32: make mbed_rtx.h depend of families instead of targets 2018-06-15 13:30:56 +01:00
TARGET_TOSHIBA IAR export and page size fix for nvstore 2018-04-19 17:24:58 +05:30
TARGET_WICED Add binary drivers for MTB_USI_WM_BN_BM_22 and MTB_ADV_WISE_1530 2018-06-29 17:10:17 +01:00
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 Cleaning MTB_USI_WM_BN_BM_22, MTB_ADV_WISE_1530 and MTB_MXCHIP_EMW3166 targets These wiced targets are not supported at mbed-os 2 release, so removing "2" from release_versions. LWIP feature flag removed, since it isn't needed anymore. EMAC removed from device_has_add, since it isn't needed with these targets. "network-default-interface-type": "WIFI" has been added. 2018-06-29 17:11:50 +01:00