Commit 232c7ff
File tree
143 files changed
+725
-656
lines changed- .github
- docs/library
- lib
- ports
- analog
- common-hal/os
- atmel-samd
- common-hal
- audioio
- os
- broadcom
- common-hal/os
- cxd56
- boards/spresense
- common-hal/os
- espressif
- boards
- heltec_esp32s3_wifi_lora_v3
- common-hal
- audioio
- os
- pulseio
- litex
- common-hal/os
- mimxrt10xx
- common-hal/os
- nordic
- common-hal/os
- raspberrypi
- bindings/cyw43
- boards
- adafruit_fruit_jam
- adafruit_macropad_rp2040
- adafruit_qt2040_trinkey
- boardsource_blok
- bradanlanestudio_explorer_rp2040
- jpconstantineau_encoderpad_rp2040
- jpconstantineau_pykey18
- jpconstantineau_pykey44
- jpconstantineau_pykey60
- jpconstantineau_pykey87
- ugame22
- wk-50
- zrichard_rp2.65-f
- boot_stage2
- common-hal
- analogbufio
- analogio
- audiopwmio
- busio
- countio
- digitalio
- i2ctarget
- imagecapture
- max3421e
- microcontroller
- nvm
- os
- picodvi
- pulseio
- pwmio
- rgbmatrix
- rp2pio
- rtc
- socketpool
- usb_host
- lib
- lwip_inc
- supervisor
- renode
- common-hal/os
- silabs
- common-hal/os
- stm
- common-hal/os
- zephyr-cp/common-hal/os
- py
- tests
- circuitpython-manual/usb
- circuitpython
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+725
-656
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- .gitignore-8
- .idea/debugServers/rp2040.xml-14
- .idea/debugServers/rp2350.xml-14
- .idea/debugServers/rt1060.xml-13
- .idea/debugServers/rt1064.xml-13
- .idea/debugServers/sam21.xml-13
- .idea/debugServers/sam51.xml-13
- examples/dual/host_info_to_device_cdc/src/main.c+57-65
- examples/host/CMakeLists.txt-1
- examples/host/bare_api/src/main.c+140-114
- examples/host/bare_api/src/tusb_config.h+1-2
- examples/host/cdc_msc_hid/src/cdc_app.c+1-1
- examples/host/cdc_msc_hid/src/hid_app.c+2-1
- examples/host/cdc_msc_hid/src/main.c+10-6
- examples/host/cdc_msc_hid/src/tusb_config.h+1-2
- examples/host/cdc_msc_hid_freertos/src/cdc_app.c+1-1
- examples/host/cdc_msc_hid_freertos/src/main.c+6
- examples/host/cdc_msc_hid_freertos/src/msc_app.c+1-1
- examples/host/cdc_msc_hid_freertos/src/tusb_config.h+1-2
- examples/host/device_info/src/main.c+1-1
- examples/host/device_info/src/tusb_config.h+3-3
- examples/host/hid_controller/src/hid_app.c+11-6
- examples/host/hid_controller/src/tusb_config.h+1-2
- examples/host/midi_rx/CMakeLists.txt-32
- examples/host/midi_rx/Makefile-13
- examples/host/midi_rx/only.txt-20
- examples/host/midi_rx/src/main.c-123
- examples/host/midi_rx/src/tusb_config.h-118
- examples/host/msc_file_explorer/src/msc_app.c-2
- examples/host/msc_file_explorer/src/tusb_config.h+1-2
- hw/bsp/family_support.cmake+5-1
- hw/bsp/imxrt/boards/mimxrt1015_evk/board/clock_config.c+2-2
- hw/bsp/imxrt/boards/mimxrt1015_evk/board/clock_config.h+33-33
- hw/bsp/imxrt/boards/mimxrt1015_evk/board/pin_mux.c+8-27
- hw/bsp/imxrt/boards/mimxrt1015_evk/board/pin_mux.h+11-19
- hw/bsp/imxrt/boards/mimxrt1015_evk/mimxrt1015_evk.mex+19-44
- hw/bsp/imxrt/boards/mimxrt1064_evk/board/clock_config.c+2-2
- hw/bsp/imxrt/boards/mimxrt1064_evk/board/clock_config.h+50-50
- hw/bsp/imxrt/boards/mimxrt1064_evk/board/pin_mux.c+11-2
- hw/bsp/imxrt/boards/mimxrt1064_evk/board/pin_mux.h-1
- hw/bsp/imxrt/boards/mimxrt1064_evk/mimxrt1064_evk.mex+20-16
- hw/bsp/imxrt/boards/mimxrt1170_evkb/board/clock_config.c+2-2
- hw/bsp/imxrt/boards/mimxrt1170_evkb/board/pin_mux.c+19-37
- hw/bsp/imxrt/boards/mimxrt1170_evkb/board/pin_mux.h+10-17
- hw/bsp/imxrt/boards/mimxrt1170_evkb/mimxrt1170_evkb.mex+30-43
- hw/bsp/imxrt/family.c+4-6
- hw/bsp/imxrt/family.cmake+4
- hw/bsp/rp2040/family.c+1-3
- hw/bsp/rp2040/family.cmake-1
- hw/bsp/same70_xplained/board.mk-8
- src/CMakeLists.txt-1
- src/class/audio/audio.h-1
- src/class/audio/audio_device.c+16-12
- src/class/cdc/cdc_device.c+18-20
- src/class/cdc/cdc_device.h+6-16
- src/class/cdc/cdc_host.c+2-2
- src/class/cdc/cdc_host.h+4-4
- src/class/midi/README_midi_host.md-111
- src/class/midi/midi.h+87-76
- src/class/midi/midi_device.c+27-20
- src/class/midi/midi_host.c-622
- src/class/midi/midi_host.h-193
- src/class/vendor/vendor_device.c+1-1
- src/common/tusb_common.h+16-26
- src/common/tusb_fifo.c+2-5
- src/common/tusb_private.h+6-6
- src/common/tusb_types.h+4-10
- src/device/usbd.c+7-15
- src/host/hcd.h-3
- src/host/usbh.c+33-64
- src/host/usbh.h+6-22
- src/host/usbh_pvt.h+4
- src/portable/analog/max3421/hcd_max3421.c+22-18
- src/portable/analog/max3421/hcd_max3421.h-63
- src/portable/ehci/ehci.c+120-139
- src/portable/ehci/ehci.h+161-153
- src/portable/mentor/musb/hcd_musb.c-5
- src/portable/nxp/khci/hcd_khci.c-5
- src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c+2-3
- src/portable/ohci/ohci.c+1-5
- src/portable/raspberrypi/pio_usb/hcd_pio_usb.c-5
- src/portable/raspberrypi/rp2040/dcd_rp2040.c+22-35
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+1-5
- src/portable/renesas/rusb2/hcd_rusb2.c-5
- src/portable/synopsys/dwc2/hcd_dwc2.c+1-6
- src/portable/template/hcd_template.c+35-14
- src/tinyusb.mk-1
- src/tusb.c+6-21
- src/tusb.h-4
- test/hil/hil_test.py+25-27
- test/hil/tinyusb.json+5-24
- tools/get_deps.py+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
18 | 44 | | |
19 | 45 | | |
20 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
110 | 107 | | |
111 | 108 | | |
112 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
19 | 51 | | |
20 | 52 | | |
21 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments