1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common
Marian Buschsieweke 38ab1472e6
boards/common/makefiles/stdio_cdc_acm.dep.mk: fix
This fixes compilation issues in `tests/pkg/tinyusb_netdev` with
newer versions of the RISC-V toolchain due to two competing USB
stacks being pulled in. With the older toolchain the build system
warns:

    The following features may conflict: periph_usbdev tinyusb_device

But builds fine (even though surprises at runtime are likely). The
newer toolchain takes an issue with the same symbol being linked
in more than once (and more than one instance not being `weak`).
2024-02-12 19:55:40 +01:00
..
arduino-atmega Merge #19764 #19781 2023-07-10 10:51:20 +00:00
arduino-due Merge #19764 #19781 2023-07-10 10:51:20 +00:00
arduino-mkr boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
arduino-zero boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
atmega boards/atmega8: new board 2023-07-11 21:22:02 +02:00
atxmega boards: drop empty custom board_init & empty board.c 2022-02-22 18:27:37 +01:00
blxxxpill cpu/stm32/f1: prevent corrupting AFIO->MAPR 2023-11-20 20:28:52 +01:00
cc26xx_cc13xx boards/common/cc26xx_cc13xx: Fix flashing with upstream OpenOCD 2023-01-10 22:39:35 +01:00
cc2538 boards/cc2538: set cc2538-bsl as supported programmer 2021-02-24 13:28:53 +01:00
e104-bt50xxa-tb boards/common/e104-bt50xxa-tb: Override WS281X_TIMER_* 2023-12-19 11:13:44 +01:00
esp32 boards/common/esp32: use boards_common_esp32x 2023-03-30 07:27:13 +02:00
esp32c3 boards/common/esp32c3: use boards_common_esp32x 2023-03-30 07:06:13 +02:00
esp32s2 boards/common/esp32s2: use boards_common_esp32x 2023-03-29 18:42:34 +02:00
esp32s3 boards/common/esp32s3: use boards_common_esp32x 2023-03-29 18:42:34 +02:00
esp32x boards/common/esp32x: add sanity check for SPI in case SDMMC is used 2024-01-05 07:22:27 +01:00
esp8266 boards: remove extern mtd_dev_t* Declarations 2023-12-07 15:32:49 +01:00
frdm boards/frdm: set openocd as only supported programmer 2021-02-24 13:29:16 +01:00
gd32v boards/common/gd32v: reorder members in initialization 2024-01-20 16:42:49 +01:00
init boards: drop empty custom board_init & empty board.c 2022-02-22 18:27:37 +01:00
iotlab boards/common/iotlab: make use of l3g4200d_ng 2023-04-28 17:24:15 +02:00
kw41z drivers/kw41zrf: model Kconfig 2022-07-28 09:32:24 +02:00
makefiles boards/common/makefiles/stdio_cdc_acm.dep.mk: fix 2024-02-12 19:55:40 +01:00
microbit boards/common/microbit: fix doxygen grouping 2021-12-23 11:07:58 +01:00
msb-430 boards: clean up MSP430 board configuration 2023-12-10 09:11:24 +01:00
msba2 boards: set supported programmers 2021-02-24 13:30:34 +01:00
msp430 boards: clean up MSP430 board configuration 2023-12-10 09:11:24 +01:00
nrf51 boards/nrf51: Defined TIMER_x_MAX_VALUE 2023-12-19 11:13:44 +01:00
nrf52 boards/common/nrf52: add OpenOCD's RIOT awareness 2024-02-02 12:25:11 +01:00
nrf52xxxdk boards: drop empty custom board_init & empty board.c 2022-02-22 18:27:37 +01:00
nucleo boards/nucleo-c031c6 initial add 2024-01-30 10:11:57 -05:00
nucleo32 boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
nucleo64 boards/common/nucleo64: fix doc 2023-11-15 09:57:42 +01:00
nucleo144 boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
particle-mesh boards/*: Model usb and stdio in Kconfig 2023-05-31 13:04:42 +02:00
qn908x boards/qn9080dk: Improve doc and add J-Link support 2023-01-10 16:10:50 +01:00
remote boards select cc2538 Kconfig feature 2022-07-28 09:32:25 +02:00
samdx1-arduino-bootloader boards/*: Model usb and stdio in Kconfig 2023-05-31 13:04:42 +02:00
saml1x boards: convert sam0 boards to new adc_conf_chan_t 2022-09-27 22:43:31 +02:00
silabs boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
slwstk6000b boards: fix references in documentation 2023-09-27 09:12:06 +02:00
sodaq boards,sys/arduino: major clean up 2023-06-26 17:24:07 +02:00
stm32 boards/nucleo-c031c6 initial add 2024-01-30 10:11:57 -05:00
weact-f4x1cx boards: remove extern mtd_dev_t* Declarations 2023-12-07 15:32:49 +01:00
doc.txt boards/stm32f103c8: add docu on flashing with DFU 2018-08-15 15:00:13 +02:00