1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/samd21
Benjamin Valentin 2c04d6cefe cpu/samd21: handle silicon errata
- The `periph_flashpage` driver expects the manual write bit to be set
   This should be set by default, but the SAM D20/SAM D21 errata sheets
   correct that this is indeed *not* set by default, which may cause
   spurious writes.

 - SAM D20 may not wake up from any sleep mode if sleep power reduction
   is enabled for the NVM block.
2022-06-09 18:27:30 +02:00
..
include cpu/samd*: adjust PM_BLOCKER_INITIAL to the new API 2022-04-06 12:29:25 +02:00
periph cpu/sam0_common: SPI: don't perform DMA transfer for small buffers 2021-11-19 17:22:51 +01:00
vectors
cpu.c cpu/samd21: handle silicon errata 2022-06-09 18:27:30 +02:00
doc.txt
Kconfig sys/ztimer: select ztimer_periph_no_rtt only for samd21 2022-03-15 08:15:22 +01:00
Kconfig.samd10
Kconfig.samd20
Kconfig.samd21
Kconfig.samr21
Makefile
Makefile.default cpu: make pm_layered a DEFAULT_MODULE 2021-01-27 13:21:20 +01:00
Makefile.dep
Makefile.features cpu/sam0_common: implement periph_uart_collision feature 2021-12-08 17:35:00 +01:00
Makefile.include