1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/periph
Marian Buschsieweke 51127f674a
drivers/periph/rtc: improve doc on rtc_set_alarm
- point out behavior on denormalized time stamps
- use errno codes to indicate errors (and adapt the few instances of
  actual error handling to use them)
2023-05-30 17:41:36 +02:00
..
can.c cpu/native: remove unused can_linux module 2020-11-13 09:11:50 +01:00
cpuid.c doc: fix doxygen grouping of cpu periph drivers 2017-06-26 14:42:11 +02:00
eeprom.c cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00
flashpage.c cpu/native: extend flashpage API 2021-10-25 15:07:37 +02:00
gpio_linux.c cpu/native: add Linux GPIO implementation 2020-08-25 13:53:14 +02:00
gpio_mock.c cpu/native: gpio: provide dummy implementations for GPIO IRQ 2020-08-25 13:53:14 +02:00
hwrng.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
Kconfig cpu/native: add periph_spidev module to Kconfig 2020-11-18 10:08:01 +01:00
Kconfig.gpio cpu/native/periph: add Native GPIO modules to Kconfig 2020-11-18 10:07:59 +01:00
Kconfig.rtc cpu/native: migrate periph_rtc to ztimer 2021-11-11 10:54:30 +01:00
Makefile cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
pm.c cpu/native: unmount fs on exit 2023-04-26 00:53:14 +02:00
pwm.c cpu/*: realign ENABLE_DEBUG 2020-10-23 00:46:26 +02:00
qdec.c boards/native: Remove macOS as native target 2022-10-25 19:11:23 +02:00
rtc.c drivers/periph/rtc: improve doc on rtc_set_alarm 2023-05-30 17:41:36 +02:00
spidev_linux.c drivers/periph_spi: remove duplicated includes introduced in #15902 2021-09-02 09:40:31 +02:00
timer.c native/syscalls: rename real_clock_gettime to clock_gettime 2023-04-17 15:21:52 +02:00
uart.c cpu/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:34:12 +01:00