mbed-os/targets
Chun-Chieh Li 1e5a52a1fd [Nuvoton] Fix mbedmicro-rtos-mbed-systimer/Wake up from deep sleep failing
This test requires total latency (tot = h/w + s/w) (wakeup from deepsleep) be
under 1ms. To check the issue, measure total latency on Nuvoton targets:

TARGET      EXP(us)     EXP+TOL(us) ACT(us)
NANO130     42000       43000       42939
NUC472      42000       43000       42236
M453        42000       43000       43274
M487        42000       43000       42877
M2351       42000       43000       43213

Checking h/w spec, h/w latency (wakeup time from normal power-down mode) on
M487/M2351 is just 1us (n/a on other targets). S/W latency plays the major
part here.

S/W latency relies on system performance. On Nuvoton targets, 'LPTICKER_DELAY_TICKS'
possibly complicates the test. Anyway, to pass the test, add extra 1ms latency
(deep-sleep-latency) in targets.json for Nuvoton targets.
2019-07-12 13:10:59 +08:00
..
TARGET_ARM_FM Merge pull request #10619 from jamesbeyond/fm-iap 2019-07-02 14:23:00 +01:00
TARGET_ARM_SSG HAL I2C: adds missing DEVICE_I2C guards 2019-06-19 23:08:55 +02:00
TARGET_Analog_Devices Dynamic heap support will be breaking change for all targets in IAR 7.x 2019-02-22 09:25:09 +00:00
TARGET_Atmel HAL I2C: adds missing DEVICE_I2C guards 2019-06-19 23:08:55 +02:00
TARGET_Cypress HAL I2C: adds missing DEVICE_I2C guards 2019-06-19 23:08:55 +02:00
TARGET_Freescale Merge pull request #10950 from artokin/Update_freescale_K6xF_linker_files 2019-07-08 11:46:30 +03:00
TARGET_GigaDevice GigaDevice targets can return ninitialized variable in CAN driver 2019-03-07 16:41:42 +01:00
TARGET_Maxim HAL I2C: adds missing DEVICE_I2C guards 2019-06-19 23:08:55 +02:00
TARGET_NORDIC Merge pull request #10933 from tymoteuszblochmobica/chache 2019-07-05 10:09:59 +01:00
TARGET_NUVOTON Merge pull request #10857 from ARMmbed/feature-watchdog 2019-07-03 11:43:52 +01:00
TARGET_NXP Merge pull request #10869 from mathias-arm/master 2019-07-01 09:27:57 +01:00
TARGET_ONSEMI NCS36510: Added watchdog implementation. 2019-05-24 11:35:38 +02:00
TARGET_RDA Fix Syntax Error for IAR & ARMCC 2019-04-30 11:53:26 +08:00
TARGET_RENESAS HAL I2C: adds missing DEVICE_I2C guards 2019-06-19 23:08:55 +02:00
TARGET_Realtek HAL I2C: adds missing DEVICE_I2C guards 2019-06-19 23:08:55 +02:00
TARGET_STM Merge pull request #10938 from tymoteuszblochmobica/iar 2019-07-03 12:00:35 +01:00
TARGET_Silicon_Labs Merge pull request #10857 from ARMmbed/feature-watchdog 2019-07-03 11:43:52 +01:00
TARGET_TOSHIBA Merge pull request #10873 from ganesh-ramachandran/m3hq_newfeatures 2019-07-05 13:06:46 +01:00
TARGET_TT Merge pull request #10798 from ThunderSoft123/master 2019-07-05 08:57:34 +01:00
TARGET_WICED Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
TARGET_WIZNET Merge pull request #10617 from Wiznet/wiznet_develop 2019-05-21 15:07:10 +01:00
TARGET_ublox HI2110: Cope correctly with NC GPIO 2019-05-02 12:16:34 +03:00
targets.json [Nuvoton] Fix mbedmicro-rtos-mbed-systimer/Wake up from deep sleep failing 2019-07-12 13:10:59 +08:00