1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards
Marian Buschsieweke 023b6ae7cf
cpu/atxmega: fix building with avr-libc 2.1.0
Due to the lack of new official avr-libc releases (which includes the
vendor header files needed to support different version of MCUs),
support for new MCUs was lacking. Distributions such as Debian addressed
this by extending the upstream code with vendor header files directly
obtained from Atmel / Microchip, but without paying attention to
details. As such, a naming inconsistency (ASIZE vs ASPACE) between
officially supported MCUs and new MCUs was introduced.

Now that avr-libc 2.1.0 is officially released, hardware support for new
MCUs is provided by upstream out of the box and only ASIZE is used as
name. This commit adds a bit of glue code to create aliases for ASIZE on
older avr-libc versions where needed. This fixes compilation with the
new avr-libc release and results in more consistent code.
2022-09-22 13:56:53 +02:00
..
6lowpan-clicker boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
acd52832 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
adafruit-clue doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
adafruit-itsybitsy-m4 boards/samd51: adapt ADC configuration 2022-03-17 11:45:06 +01:00
adafruit-itsybitsy-nrf52 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
adafruit-pybadge boards: adapt configuration with new rotation mode defines 2022-04-19 16:22:11 +02:00
airfy-beacon doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
alientek-pandora boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
arduino-due boards/arduino-due: Add Kconfig symbols 2020-07-16 15:35:25 +02:00
arduino-duemilanove boards: model avr-based boards Kconfig 2021-11-22 12:25:30 +01:00
arduino-leonardo boards: drop LED init 2022-02-18 14:35:43 +01:00
arduino-mega2560 boards/arduino-mega2560: add ztimer adjust paramters 2022-03-22 15:20:31 +01:00
arduino-mkr1000 boards/samd21-based: model Kconfig 2021-12-15 10:31:18 +01:00
arduino-mkrfox1200 boards/samd21-based: model Kconfig 2021-12-15 10:31:18 +01:00
arduino-mkrwan1300 boards/samd21-based: model Kconfig 2021-12-15 10:31:18 +01:00
arduino-mkrzero boards/samd21-based: model Kconfig 2021-12-15 10:31:18 +01:00
arduino-nano boards: model avr-based boards Kconfig 2021-11-22 12:25:30 +01:00
arduino-nano-33-ble doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
arduino-nano-33-iot boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
arduino-uno boards: update CONFIG_ZTIMER_USEC_ADJUST% values 2022-02-18 13:07:49 +01:00
arduino-zero boards/arduino-zero: Add board specific Kconfig symbols 2020-07-17 08:44:49 +02:00
atmega256rfr2-xpro doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
atmega328p doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
atmega328p-xplained-mini doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
atmega1284p doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
atxmega-a1-xplained boards: model avr-based boards Kconfig 2021-11-22 12:25:30 +01:00
atxmega-a1u-xpro cpu/atxmega: fix building with avr-libc 2.1.0 2022-09-22 13:56:53 +02:00
atxmega-a3bu-xplained boards: model avr-based boards Kconfig 2021-11-22 12:25:30 +01:00
avr-rss2 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
avsextrem boards: select 868 MHz band for CC110x 2021-09-17 12:58:10 +02:00
b-l072z-lrwan1 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
b-l475e-iot01a boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
b-u585i-iot02a boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
bastwan boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
blackpill boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
blackpill-128kib boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
bluepill boards: Fix stm32 based boards kconfig models 2021-12-15 09:31:45 +01:00
bluepill-128kib boards: Fix stm32 based boards kconfig models 2021-12-15 09:31:45 +01:00
bluepill-stm32f030c8 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
calliope-mini boards: drop manual button auto-init 2022-02-26 22:51:50 +01:00
cc1312-launchpad boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
cc1350-launchpad boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
cc1352-launchpad doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
cc1352p-launchpad boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
cc2538dk boards select cc2538 Kconfig feature 2022-07-28 09:32:25 +02:00
cc2650-launchpad boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
cc2650stk Documentation: Renaming OS X to macOS 2022-06-23 17:25:48 +02:00
common boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
derfmega128 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
derfmega256 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
dwm1001 boards: drop empty custom board_init & empty board.c 2022-02-22 18:27:37 +01:00
e104-bt5010a-tb cpu/nrf52/Makefile.dep: move radio dependencies from boards/common 2021-09-29 10:16:31 +02:00
e104-bt5011a-tb boards/e104-bt50xxa-tb: move default module to Makefile.default 2021-01-25 09:17:00 +01:00
e180-zg120b-tb boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
ek-lm4f120xl doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
esp32-ethernet-kit-v1_0 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
esp32-ethernet-kit-v1_1 boards/esp32: replace HAS_PERIPH_ETH by HAS_ESP_ETH in Kconfig 2022-08-03 09:01:05 +02:00
esp32-ethernet-kit-v1_2 boards/esp32: replace HAS_PERIPH_ETH by HAS_ESP_ETH in Kconfig 2022-08-03 09:01:05 +02:00
esp32-heltec-lora32-v2 boards/esp*: replace FLASH_MODE_* by CONFIG_*FLASHMODE_* defines 2022-08-02 07:24:30 +02:00
esp32-mh-et-live-minikit boards/esp*: replace FLASH_MODE_* by CONFIG_*FLASHMODE_* defines 2022-08-02 07:24:30 +02:00
esp32-olimex-evb Merge pull request #18394 from gschorcht/cpu/esp32/fix_kconfig_for_esp_eth 2022-08-05 19:47:03 +02:00
esp32-ttgo-t-beam boards/esp32: cleanup board_init_common 2022-06-21 16:21:10 +02:00
esp32-wemos-lolin-d32-pro boards/esp32: PWM configuration cleanup 2022-07-14 15:50:47 +02:00
esp32-wroom-32 boards/esp*: replace FLASH_MODE_* by CONFIG_*FLASHMODE_* defines 2022-08-02 07:24:30 +02:00
esp32-wrover-kit boards/esp32: PWM configuration cleanup 2022-07-14 15:50:47 +02:00
esp32c3-devkit boards/esp32c3: add ESP32-C3-DevKit board definition 2022-08-05 22:26:22 +02:00
esp32s2-devkit cpu/esp32: fix default BOARD_VERSION setting 2022-08-30 15:08:39 +02:00
esp32s3-devkit cpu/esp32: fix default BOARD_VERSION setting 2022-08-30 15:08:39 +02:00
esp8266-esp-12x boards/esp*: replace FLASH_MODE_* by CONFIG_*FLASHMODE_* defines 2022-08-02 07:24:30 +02:00
esp8266-olimex-mod boards/esp*: replace FLASH_MODE_* by CONFIG_*FLASHMODE_* defines 2022-08-02 07:24:30 +02:00
esp8266-sparkfun-thing boards/esp*: replace FLASH_MODE_* by CONFIG_*FLASHMODE_* defines 2022-08-02 07:24:30 +02:00
f4vi1 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
feather-m0 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
feather-m0-lora boards/feather-m0*: base board definition in Kconfig 2021-12-24 12:59:30 +01:00
feather-m0-wifi boards/feather-m0*: base board definition in Kconfig 2021-12-24 12:59:30 +01:00
feather-nrf52840 boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
firefly Documentation: Renaming OS X to macOS 2022-06-23 17:25:48 +02:00
frdm-k22f boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
frdm-k64f boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
frdm-kl43z boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
frdm-kw41z boards/kinetis: replace GPIO_UNDEF with SPI_CS_UNDEF 2022-01-06 12:34:09 +01:00
hamilton boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
hifive1 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
hifive1b boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
i-nucleo-lrwan1 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
ikea-tradfri boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
im880b boards/im880b: im880b board clock definition 2022-07-10 13:21:44 +02:00
iotlab-a8-m3 boards/stm32: replace GPIO_UNDEF with SPI_CS_UNDEF 2022-01-06 12:34:09 +01:00
iotlab-m3 Documentation: Renaming OS X to macOS 2022-06-23 17:25:48 +02:00
limifrog-v1 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
lobaro-lorabox boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
lora-e5-dev boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
lsn50 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
maple-mini doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
mbed_lpc1768 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
mcb2388 boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
mega-xplained doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
microbit boards: drop manual button auto-init 2022-02-26 22:51:50 +01:00
microbit-v2 lsm303agr: New sensor driver using external Rust crate 2022-07-10 21:27:12 +02:00
microduino-corerf boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
msb-430 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
msb-430h doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
msba2 boards/msba2: provide TTY_BOARD_FILTER 2022-06-07 09:18:58 +02:00
msbiot boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
mulle doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
native Merge pull request #18124 from miri64/release-tests/fix/install-libasan 2022-05-23 12:20:31 +02:00
nrf51dk boards: drop manual button auto-init 2022-02-26 22:51:50 +01:00
nrf51dongle boards: drop empty custom board_init & empty board.c 2022-02-22 18:27:37 +01:00
nrf52dk boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
nrf6310 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
nrf9160dk boards: drop manual button auto-init 2022-02-26 22:51:50 +01:00
nrf52832-mdk boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
nrf52840-mdk boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
nrf52840-mdk-dongle doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
nrf52840dk boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
nrf52840dongle doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
nucleo-f030r8 boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f031k6 boards/nucleo32: fix static test issues 2022-06-17 03:41:22 -04:00
nucleo-f042k6 boards/nucleo32: fix static test issues 2022-06-17 03:41:22 -04:00
nucleo-f070rb boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f072rb boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f091rc boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f103rb boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f207zg cpu/stm32/periph_eth: model in Kconfig 2022-07-25 11:08:32 +02:00
nucleo-f302r8 boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f303k8 boards/nucleo: change all memory size to KiB 2022-06-16 12:46:42 -04:00
nucleo-f303re boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f303ze boards/nucleo144: fix all memory sizes to KiB and MiB 2022-07-04 14:03:44 -04:00
nucleo-f334r8 boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f401re boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f410rb boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f411re boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f412zg boards/nucleo-f412zg: fixup trailing whitespace 2022-07-04 14:03:55 -04:00
nucleo-f413zh boards/nucleo-f413zh: add short board info and flashing commands 2022-07-04 14:03:55 -04:00
nucleo-f429zi boards/nucleo144: fix all memory sizes to KiB and MiB 2022-07-04 14:03:44 -04:00
nucleo-f439zi boards/nucleo-439zi: add short board info 2022-07-04 14:03:44 -04:00
nucleo-f446re boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-f446ze boards/nucleo144: fix all memory sizes to KiB and MiB 2022-07-04 14:03:44 -04:00
nucleo-f722ze boards/nucleo-f412zg: add short board doc and flashing commands 2022-07-04 14:03:55 -04:00
nucleo-f746zg cpu/stm32/periph_eth: model in Kconfig 2022-07-25 11:08:32 +02:00
nucleo-f767zi boards/nucleo-f767zi: add PWM config 2022-08-04 08:53:25 +02:00
nucleo-g070rb boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-g071rb boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-g431rb boards/g431rb: add short board info and flashing commands 2022-08-04 13:49:35 -04:00
nucleo-g474re boards/nucleo-g474re: add short board info and flashing commands 2022-08-05 17:01:50 -04:00
nucleo-l4r5zi boards/nucleo144: fix all memory sizes to KiB and MiB 2022-07-04 14:03:44 -04:00
nucleo-l011k4 boards/nucleo: change all memory size to KiB 2022-06-16 12:46:42 -04:00
nucleo-l031k6 boards/nucleo: change all memory size to KiB 2022-06-16 12:46:42 -04:00
nucleo-l053r8 boards/nucleo-l053r8: add short board info and flashing commands 2022-08-05 17:11:54 -04:00
nucleo-l073rz boards/nucleo64: change all memory sizes to KiB 2022-08-04 15:49:42 -04:00
nucleo-l152re boards/nucleo-l152re: add short info and flashing commands 2022-08-06 10:32:44 -04:00
nucleo-l412kb boards/nucleo-l412kb: add board short description and flashing command 2022-06-17 03:21:40 -04:00
nucleo-l432kc boards/nucleo: change all memory size to KiB 2022-06-16 12:46:42 -04:00
nucleo-l433rc boards/nucleo-l433rc: add short board info and flashing commands 2022-08-08 05:59:24 -04:00
nucleo-l452re boards/nucleo-l452re: add cpy2remed flashing commands 2022-08-08 11:51:46 -04:00
nucleo-l476rg boards/nucleo-l476rg: add short board info and flashing commands 2022-08-08 12:07:54 -04:00
nucleo-l496zg boards/nucleo-l496zg: add short board info and flashing commands 2022-06-29 12:35:48 -04:00
nucleo-l552ze-q boards/nucleo144: fix all memory sizes to KiB and MiB 2022-07-04 14:03:44 -04:00
nucleo-wl55jc doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
nz32-sc151 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
olimexino-stm32 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
omote boards select cc2538 Kconfig feature 2022-07-28 09:32:25 +02:00
opencm904 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
openlabs-kw41z-mini doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
openlabs-kw41z-mini-256kib boards/kinetis: model Kconfig 2021-12-07 11:33:24 +01:00
openmote-b doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
openmote-cc2538 boards select cc2538 Kconfig feature 2022-07-28 09:32:25 +02:00
p-l496g-cell02 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
p-nucleo-wb55 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
particle-argon boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
particle-boron boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
particle-xenon boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
pba-d-01-kw2x boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
phynode-kw41z doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
pic32-wifire doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
pinetime doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
pyboard boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
qn9080dk boards: drop manual button auto-init 2022-02-26 22:51:50 +01:00
reel boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
remote-pa Documentation: Renaming OS X to macOS 2022-06-23 17:25:48 +02:00
remote-reva boards/remote-revb: fix pinout image in doc.txt 2022-09-21 09:21:35 +02:00
remote-revb boards/remote-revb: fix pinout image in doc.txt 2022-09-21 09:21:35 +02:00
rpi-pico boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
ruuvitag boards/{thingy52,ruuvitag}: allow OpenOCD as programmer 2022-06-21 15:04:13 +02:00
samd10-xmini boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
samd20-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
samd21-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
same54-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
saml10-xpro boards/saml10-xpro: Add Kconfig symbols 2020-07-16 18:09:59 +02:00
saml11-xpro boards/saml11-xpro: update doc for SERCOM1 fuse 2022-07-28 22:42:26 +02:00
saml21-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
samr21-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
samr30-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
samr34-xpro boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
seeedstudio-gd32 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
seeeduino_arch-pro boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
seeeduino_xiao boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
sensebox_samd21 boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
serpente boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
slstk3400a boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
slstk3401a boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
slstk3402a boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
sltb001a boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
slwstk6000b-slwrb4150a boards/slwstk600b-based/kconfig: select common module 2021-12-08 21:22:50 +01:00
slwstk6000b-slwrb4162a boards/slwstk600b-based/kconfig: select common module 2021-12-08 21:22:50 +01:00
slwstk6220a boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
sodaq-autonomo boards/sodaq-*: use UART_UNDEF to enable Serial over STDIO 2022-01-06 17:33:08 +01:00
sodaq-explorer doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
sodaq-one doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
sodaq-sara-aff boards: drop LED init 2022-02-18 14:35:43 +01:00
sodaq-sara-sff doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
spark-core boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stk3200 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
stk3600 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
stk3700 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
stm32f0discovery doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
stm32f3discovery doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
stm32f4discovery doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
stm32f030f4-demo boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32f429i-disc1 boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32f429i-disco boards: Use BOARD.config pattern for kconfig 2022-02-14 13:10:09 +01:00
stm32f469i-disco boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32f723e-disco boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32f746g-disco cpu/stm32/periph_eth: model in Kconfig 2022-07-25 11:08:32 +02:00
stm32f769i-disco boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32f7508-dk boards: add support for stm32f7508-dk 2022-04-14 21:43:57 +02:00
stm32g0316-disco boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32l476g-disco boards/common/stm32: clean up LED definitions 2022-08-08 23:35:06 +02:00
stm32l0538-disco boards: drop unused BTN0_PORT define 2022-09-20 18:08:55 +02:00
stm32mp157c-dk2 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
teensy31 boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
telosb doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
thingy52 boards/{thingy52,ruuvitag}: allow OpenOCD as programmer 2022-06-21 15:04:13 +02:00
ublox-c030-u201 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
udoo boards/udoo: Add Kconfig symbols 2020-07-16 15:35:25 +02:00
usb-kw41z boards/kinetis: replace GPIO_UNDEF with SPI_CS_UNDEF 2022-01-06 12:34:09 +01:00
waspmote-pro doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
waveshare-nrf52840-eval-kit boards/waveshare-nrf82540-eval-kit: add Kconfig 2022-08-04 10:04:54 +02:00
weact-f401cc boards: Fix stm32 based boards kconfig models 2021-12-15 09:31:45 +01:00
weact-f401ce boards: Fix stm32 based boards kconfig models 2021-12-15 09:31:45 +01:00
weact-f411ce boards: Fix stm32 based boards kconfig models 2021-12-15 09:31:45 +01:00
wemos-zero boards/samd21-based: model Kconfig 2021-12-15 10:31:18 +01:00
yarm boards: drop board_init() from board.h 2022-02-25 15:08:58 +01:00
yunjia-nrf51822 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
z1 doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
zigduino doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
doc.txt boards/doc: Add a guide to find physical board pins 2019-07-09 10:11:59 +02:00
Kconfig sys/board_common: add generic board_init() function 2022-02-22 10:04:44 +01:00
README.md

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.