1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu
iosabi 3890091ced cpu/qn908x: Add the RTC module.
This patch implements the real time clock module for the QN908X cpus.

This module is very straightforward with only the one notable drawback
that it doesn't have a match register like the CTIMER block to implement
the alarm function. Instead, this driver can only use the interrupt
generated ever 1 second to implement the alarm match comparison in
software.
2020-12-06 20:49:51 +00:00
..
arm7_common cpu/*/atomic_utils_arch.h: Add volatile qualifier 2020-11-24 14:00:52 +01:00
atmega32u4 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega128rfa1 treewide: change netdev driver dependencies against netdev_default 2020-08-27 11:46:25 +02:00
atmega256rfr2 treewide: change netdev driver dependencies against netdev_default 2020-08-27 11:46:25 +02:00
atmega328p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1281 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega1284p cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega2560 cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
atmega_common cpu/*/atomic_utils_arch.h: Add volatile qualifier 2020-11-24 14:00:52 +01:00
cc26x0 cpu/cc26x0: implement setuptrimdevice function for cc26x0 2020-11-05 23:59:36 -08:00
cc26x2_cc13x2 cpu/*: remove unused assert.h include 2020-10-22 11:13:09 +02:00
cc26xx_cc13xx drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
cc2538 cpu/cc2538: enable UART IRQ only if cb is not NULL 2020-11-28 10:30:33 +01:00
cortexm_common cpu/*/atomic_utils_arch.h: Add volatile qualifier 2020-11-24 14:00:52 +01:00
efm32 cpu/efm32: coretemp.h: add missing stdint.h include 2020-11-25 17:52:34 +01:00
esp32 boards/esp32-ethernet-kit: Setup Kconfig to match makefiles 2020-11-28 10:18:54 +01:00
esp8266 cpu/esp*: Fix cast alignment issues 2020-11-18 10:19:23 +01:00
esp_common cpu: boards: esp: use common esptool makefile 2020-12-01 10:36:42 +01:00
fe310 Merge pull request #15465 from maribu/atomic-utils-volatile 2020-11-24 22:05:33 +01:00
kinetis kinetis: Adapt to flashpage/flashpage_pagewise API 2020-11-11 23:16:39 +01:00
lm4f120 drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
lpc23xx all: remove traces of kernel_types.h 2020-11-25 17:52:34 +01:00
lpc1768 drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
mips32r2_common cpu/*/atomic_utils_arch.h: Add volatile qualifier 2020-11-24 14:00:52 +01:00
mips_pic32_common drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
mips_pic32mx cpu/mips: remove never used load memory address 2020-10-13 18:57:39 +02:00
mips_pic32mz cpu/mips: remove never used load memory address 2020-10-13 18:57:39 +02:00
msp430_common cpu/*/atomic_utils_arch.h: Add volatile qualifier 2020-11-24 14:00:52 +01:00
msp430fxyz drivers/periph/timer: Use uint32_t for frequency 2020-10-30 22:02:12 +01:00
native all: remove traces of kernel_types.h 2020-11-25 17:52:34 +01:00
nrf5x_common cpu/nrf5x: implement periph_timer_periodic 2020-12-04 19:03:44 +01:00
nrf51 nrf5x: Adapt to flashpage/flashpage_pagewise API 2020-11-11 23:16:40 +01:00
nrf52 Merge pull request #15388 from benpicco/boards/e104-bt5010a-tb 2020-12-02 00:24:33 +01:00
qn908x cpu/qn908x: Add the RTC module. 2020-12-06 20:49:51 +00:00
sam0_common cpu/sam0_common: flashpage: rename to sam0_flashpage_aux_write() 2020-11-17 00:34:31 +01:00
sam3 Merge pull request #15348 from maribu/periph_timer_type 2020-10-30 23:22:51 +01:00
sam_common cpu/sam_common: set CPU_HAS_BITBAND 2020-08-08 12:44:11 +02:00
samd5x cpu/samd5x: add NVM User Page Mapping 2020-11-10 12:18:47 +01:00
samd21 cpu/samd21: add NVM User Page Mapping 2020-11-10 12:18:47 +01:00
saml1x cpu/saml1x: add NVM User Page Mapping 2020-11-10 12:18:47 +01:00
saml21 cpu/saml21: add NVM User Page Mapping 2020-11-10 12:18:47 +01:00
stellaris_common cpu: do not locally export compilation variables 2019-08-29 10:35:53 +02:00
stm32 Merge pull request #15074 from maribu/ptp-clock 2020-12-03 09:59:07 +01:00
doc.txt cpu/lpc23xx: rename Doxygen group 2020-07-16 17:01:10 +02:00
Kconfig treewide: change Kconfig prefix for module symbols 2020-08-31 09:57:28 +02:00