1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/makefiles
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
..
stdio_cdc_acm.dep.mk boards/common/makefiles/stdio_cdc_acm.dep.mk: fix 2024-02-12 19:55:40 +01:00
stdio_tinyusb_cdc_acm.dep.mk boards/common/stdio_tinyusb_cdc_acm: let tests wait for serial port 2023-02-06 16:19:11 +01:00