krzysztof-cabaj
4c688e0ba7
boards/common: move licenses to SPDX format
2025-07-18 14:23:37 +02:00
KSKNico
0dba4a888d
boards: replace header guards with #pragma once
2025-05-23 11:41:02 +02:00
Benjamin Valentin
54b57bd97f
cpu/sam0_common: drop prescaler from timer config
...
since c05984b341ef41b8bc40f93d7fc5acf90e2eee81 the prescaler in the timer
config struct is no longer used.
Let's remove it.
2020-06-11 19:29:43 +02:00
Benjamin Valentin
c4e0ed4b79
boards: use explicit GCLK_SRC defines
2020-02-04 21:17:00 +01:00
Benjamin Valentin
a51d167a43
cpu/sam0: use GCLK ID instead of bitmask
...
To simplify board definitions and for unification between samd2x and
newer models, don't use the GCLK bitmask in board definitions.
Instead use the GCLK index and generate the bitmask when needed.
2020-02-04 21:06:21 +01:00
Alexandre Abadie
f9631953cb
boards: add common sodaq module
2019-10-21 08:33:11 +02:00