File tree
37 files changed
+38519
-38562
lines changed- bootloader
- circuitplayground_nrf52840
- clue_nrf52840
- feather_nrf52832
- feather_nrf52840_express
- feather_nrf52840_sense
- itsybitsy_nrf52840_express
- metro_nrf52840_express
- particle_xenon
- pca10056
- raytac_mdbt50q_rx
- libraries
- Bluefruit52Lib/examples/Peripheral/blinky_ota
- tools
37 files changed
+38519
-38562
lines changedLarge diffs are not rendered by default.
Binary file not shown.
Large diffs are not rendered by default.
Binary file not shown.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Binary file not shown.
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Diff for: changelog.md
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
3 | 18 |
| |
4 | 19 |
| |
5 | 20 |
| |
|
Diff for: libraries/Adafruit_TinyUSB_Arduino
Submodule Adafruit_TinyUSB_Arduino updated 47 files
- changelog.md+23
- examples/Composite/hid_generic_inout_ramdisk/README.md-1
- examples/Composite/hid_generic_inout_ramdisk/hid_generic_inout_ramdisk.ino-135
- examples/Composite/hid_generic_inout_ramdisk/ramdisk.h-113
- examples/Composite/mouse_ramdisk/mouse_ramdisk.ino+2
- examples/HID/hid_boot_keyboard/hid_boot_keyboard.ino+32-37
- examples/HID/hid_boot_mouse/hid_boot_mouse.ino+10-6
- examples/HID/hid_composite/hid_composite.ino+5-3
- examples/HID/hid_generic_inout/boards.js+3-4
- examples/HID/hid_generic_inout/hid_generic_inout.ino+18-10
- examples/HID/hid_generic_inout/hid_test.js+4-7
- examples/HID/hid_generic_inout/hid_test.py+4-1
- library.properties+1-1
- src/class/audio/audio.h+28-1
- src/class/audio/audio_device.c+215-185
- src/class/cdc/cdc.h+11-6
- src/class/cdc/cdc_device.c+4-6
- src/class/dfu/dfu.h+24-23
- src/class/dfu/dfu_device.c+458
- src/class/dfu/dfu_device.h+98
- src/class/dfu/dfu_rt_device.c+3-3
- src/class/hid/hid.h+2-2
- src/class/hid/hid_device.c+26-2
- src/class/midi/midi_device.c+14-14
- src/class/msc/msc_device.c+12-8
- src/common/tusb_common.h+16-8
- src/common/tusb_compiler.h+59-8
- src/common/tusb_fifo.c+2-10
- src/common/tusb_fifo.h+1-1
- src/common/tusb_types.h+16-5
- src/common/tusb_verify.h+1-1
- src/device/dcd.h+13
- src/device/dcd_attr.h+164
- src/device/usbd.c+48-29
- src/device/usbd.h+54-18
- src/device/usbd_control.c+1
- src/device/usbd_pvt.h-1
- src/portable/nordic/nrf5x/dcd_nrf5x.c+74-31
- src/portable/raspberrypi/rp2040/dcd_rp2040.c+52-80
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+136-112
- src/portable/raspberrypi/rp2040/rp2040_usb.c+201-198
- src/portable/raspberrypi/rp2040/rp2040_usb.h+25-38
- src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+20-1
- src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h+4
- src/portable/st/synopsys/dcd_synopsys.c+37-4
- src/tusb.h+1-1
- src/tusb_option.h+23-25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 |
| |
25 | 29 |
| |
26 | 30 |
| |
|
Diff for: platform.txt
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
| 150 | + | |
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
|
Diff for: tools/update_bootloader.py
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + |
0 commit comments