Mikolai Gütschow
bb97445b20
boards/*: include periph/gpio.h in board.h
2024-07-12 15:02:43 +02:00
MrKevinWeiss
e0fdc3c16c
*Kconfig*: Modify Kconfig to remove dep model
2024-03-27 10:28:12 +01:00
Gunar Schorcht
26030e28af
boards: remove extern mtd_dev_t*
Declarations
2023-12-07 15:32:49 +01:00
Gunar Schorcht
46040a4361
boards: use XFA with MTD pointers for defined MTDs
2023-10-02 12:28:08 +02:00
MrKevinWeiss
92794c0eca
boards/*: Model usb and stdio in Kconfig
2023-05-31 13:04:42 +02:00
Benjamin Valentin
2c9a3857d9
boards: convert sam0 boards to new adc_conf_chan_t
2022-09-27 22:43:31 +02:00
Benjamin Valentin
5d111e71aa
boards: drop board_init() from board.h
2022-02-25 15:08:58 +01:00
Francisco Molina
464d941a3e
boards: drop empty custom board_init & empty board.c
2022-02-22 18:27:37 +01:00
Benjamin Valentin
468ea89953
boards: drop LED init
...
This is handled by periph_init_leds now
2022-02-18 14:35:43 +01:00
Benjamin Valentin
67417ce5a9
drivers/mtd_spi_nor: drop addr_width from mtd_spi_nor_params_t
...
This is now always determined at run-time.
2022-02-04 12:17:17 +01:00
Leandro Lanzieri
8e7691e34d
boards/samd21-based: model Kconfig
2021-12-15 10:31:18 +01:00
Benjamin Valentin
fc88c4c4e5
boards: drop cpu_init()
2021-10-13 23:36:41 +02:00
Jan Romann
4384795cb9
treewide: Remove excessive newlines
2021-08-13 19:50:38 +02:00
e167131c05
Merge pull request #15972 from benpicco/samdx1-arduino-bootloader
...
boards/samd21-arduino-bootloader: rename to samdx1-arduino-bootloader
2021-02-22 18:47:23 +01:00
Marian Buschsieweke
50b91f35a0
boards/serpente: add SAUL PWM integration
2021-02-13 12:20:20 +01:00
Benjamin Valentin
8f0fa9411c
boards/samd21-arduino-bootloader: rename to samdx1-arduino-bootloader
...
The bootloader itself is called `uf2-samdx1` and supports both samd21
and samd51.
Rename the module accordingly.
2021-02-09 19:44:03 +01:00
Benjamin Valentin
c839fe2e77
boards: define mtd_spi_nor HOLD and WP pins
...
None of the boards used them before, so just set them to GPIO_UNDEF
2020-11-02 21:17:36 +01:00
823774358e
Merge pull request #14952 from benpicco/boards/common/cdc_acm
...
boards: factorize stdio CDC ACM configuration
2020-10-29 14:33:01 +01:00
Benjamin Valentin
fde3026312
drivers/mtd_spi_nor: prevent data corruption on 'sector erase'
...
There is no difference between 4k erase and sector erase.
But sector erase would previously do `.block_erase` which would not
erase a sector (4k) but a whole block (64k).
Fortunately all boards declare `SPI_NOR_F_SECT_4K` and all file systems
don't try to erase anything smaller, so this was never triggered.
Add an `assert(0)` to crash instead of corrupting data.
2020-10-26 13:48:26 +01:00
Benjamin Valentin
0debe57566
common/samd21-arduino-bootloader: use common stdio CDC ACM config
2020-10-20 10:52:50 +02:00
Benjamin Valentin
a863a43207
kconfigs: replace BOOTLOADER_% feature with HIGHLEVEL_STDIO
2020-10-13 10:30:22 +02:00
Benjamin Valentin
971f0f6fee
boards: remove the bootloader_% pseudo-feature
...
This feature is only used to blacklist stdio via CDC ACM.
Introduce the `highlevel_stdio` feature instead to indicate
that stdio functionality requires a running thread to print
anything
2020-10-13 10:30:22 +02:00
Jose Alamos
d95e2a1615
boards/serpente: Add board specific Kconfig symbols
2020-07-17 08:44:50 +02:00
benpicco
30ebabb84e
Merge pull request #14007 from benpicco/cpu/sam0_common-pwm
...
cpu/sam0_common: move PWM to common code, add support for saml21, samd5x
2020-07-09 10:01:08 +02:00
Benjamin Valentin
d62467a013
boards/serpente: add PWM configuration
2020-07-08 21:51:12 +02:00
Francisco Molina
eefb3fa555
cpu/samd21: add unified rtt configuration
2020-06-19 09:16:22 +02:00
1b29268584
serpente: add DMA triggers to spi config
2020-06-14 16:21:31 +02:00
Benjamin Valentin
54b57bd97f
cpu/sam0_common: drop prescaler from timer config
...
since c05984b341
the prescaler in the timer
config struct is no longer used.
Let's remove it.
2020-06-11 19:29:43 +02:00
Marian Buschsieweke
b44ac93558
boards/serpente: Deduplicate serial/programmer handling
2020-06-04 21:28:17 +02:00
Benjamin Valentin
cb21aea5f6
boards/serpente: properly configure USB ID
2020-06-02 14:17:55 +02:00
Benjamin Valentin
cddb929d0c
boards/serpente: add serpente board
...
See https://serpente.solder.party
2020-05-20 10:39:38 +02:00