1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc2538/periph
Francisco Molina 9a2190cd24
cpu/cc2538/periph/pm: unset OSC_PD when running on 32Mhz
Setting OSC_PD before WFI allows for faster wakeup from sleep.

Wait for cc2538_sys_ctrl_clk_sta and not cc2538_sys_ctrl_clk_ctrl
to be set.
2020-03-21 19:32:24 +01:00
..
adc.c cpu/cc2538/periph: adc_sample() now returns int32_t 2020-01-10 14:13:14 +01:00
gpio.c cc2538: mark closing #endif for MODULE_PERIPH_GPIO_IRQ 2018-10-09 15:10:59 +02:00
hwrng.c cpu/cc2538: adapt and cleanup periph/hwrng 2018-09-03 09:01:42 +02:00
i2c.c cpu/cc2538: fix I2C compilation error with NDEBUG 2020-01-30 11:57:36 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c cpu/cc2538/periph/pm: unset OSC_PD when running on 32Mhz 2020-03-21 19:32:24 +01:00
rtt.c cpu/cc2538: add periph_rtt 2020-01-08 09:16:49 +01:00
spi.c cpu/cc2538: spi: unify spi_transfer_bytes() 2020-03-09 16:37:07 +01:00
timer.c cpu/cc2538: fix GPT3 timer IRQ definition 2020-03-19 16:31:57 +01:00
uart.c cpu/cc2538: use generic hw fc module 2020-03-10 14:22:34 +01:00