mbed-os/targets/TARGET_NUVOTON/TARGET_M451
Bartek Szatkowski 6a045a49a9 Platform: Add sleep/deepsleep user facing functions
Add sleep/deepsleep functions to platform layer which are replacing HAL
functions with the same name, rename existing symbols in HAL layer
to hal_sleep/hal_deepsleep. This way sleep functions
are always available, even if target doesn't implement them, which makes
the code using sleep clearer. It also enables us to make decision on in
which builds (debug/release) the sleep will be enabled.
2017-01-19 09:39:29 +00:00
..
TARGET_NUMAKER_PFM_M453 [M453] Fix button naming error 2016-11-23 14:35:09 +08:00
device Merge pull request #3365 from OpenNuvoton/nuvoton_usb 2016-12-30 12:43:53 +01:00
analogin_api.c [M453] Fix EADC module is initialized multiple times 2016-11-22 09:56:53 +08:00
can_api.c fixed misaligned lines in can_api.c of NUC472 & M453 2016-11-01 11:44:44 +08:00
dma.h Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
dma_api.c Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
gpio_api.c Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
gpio_irq_api.c [NUC472/M453] Support separate enable of GPIO IRQ de-bounce 2016-11-22 09:56:53 +08:00
gpio_object.h Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
i2c_api.c [NUC472/M453] Correct return of i2c_byte_write() on NAK 2016-11-22 13:45:01 +08:00
lp_ticker.c [NUC472/M453] Fix stuck in lp_ticker_init() 2016-12-13 11:10:51 +08:00
mbed_lib.json [NUC472/M453] Support separate enable of GPIO IRQ de-bounce 2016-11-22 09:56:53 +08:00
pinmap.c Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
port_api.c Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
pwmout_api.c Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
rtc_api.c Support NUMAKER_PFM_M453 2016-10-11 10:55:08 +08:00
serial_api.c [NUC472/M453] Change UART RTS/CTS to low level active 2016-12-13 11:10:51 +08:00
sleep.c Platform: Add sleep/deepsleep user facing functions 2017-01-19 09:39:29 +00:00
spi_api.c [NUC472/M453] Fix spi_master_transfer failed as bit width is 32 2016-11-25 15:32:25 +08:00
us_ticker.c [NUC472/M453] Refine us_ticker.c code 2016-10-11 10:55:08 +08:00