Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootloaders/riotboot_dfu: fixes including sys/usb/usbus/dfu #18964

Merged
merged 8 commits into from
Dec 2, 2022
Prev Previous commit
Next Next commit
examples/suit: blacklist blxxxpill boards due to insufficient memory
  • Loading branch information
gschorcht committed Nov 30, 2022
commit 23ccbb57860d135445e20249b873781e5a47e6b1
4 changes: 4 additions & 0 deletions examples/suit_update/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega328p \
b-l072z-lrwan1 \
bluepill \
bluepill-128kib \
blackpill \
blackpill-128kib \
e104-bt5010a-tb \
e104-bt5011a-tb \
lsn50 \
Expand Down