Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bootloaders: add tinyusb version to correctly apply patches
fixes: #515
  • Loading branch information
pennam authored Jan 7, 2026
commit c49744a2678e1a49451b67564bf339a21f9b132e
2 changes: 1 addition & 1 deletion bootloaders/UNO_R4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Compiled with
git clone https://github.com/arduino/arduino-renesas-bootloader
git clone https://github.com/hathach/tinyusb
cd tinyusb
# This step is temporary
git checkout 0.17.0
patch -p1 < ../arduino-renesas-bootloader/0001-fix-arduino-bootloaders.patch
python tools/get_deps.py ra
cd ..
Expand Down