File tree
13 files changed
+792
-2
lines changed- lib
- ports/stm
- boards/feather_stm32f405_express
- common-hal/canio
- hal_conf
- peripherals/stm32f4/stm32f405xx
13 files changed
+792
-2
lines changed- .github/ISSUE_TEMPLATE/bug_report.md+1-1
- .github/workflows/build.yml+3-16
- README.md+1-1
- docs/boards.md+2-5
- docs/getting_started.md+12-102
- examples/device/cdc_msc/.skip.MCU_SAMD11
- examples/device/cdc_msc_freertos/.skip.MCU_SAMD11
- examples/device/dynamic_configuration/.skip.MCU_SAMD11
- examples/device/hid_composite_freertos/.skip.MCU_SAMD11
- examples/device/msc_dual_lun/.skip.MCU_SAMD11
- examples/device/net_lwip_webserver/.skip.MCU_SAMD11
- examples/host/cdc_msc_hid/.only.MCU_LPC175X_6X
- examples/host/cdc_msc_hid/.only.MCU_LPC177X_8X
- examples/host/cdc_msc_hid/.only.MCU_LPC18XX
- examples/host/cdc_msc_hid/.only.MCU_LPC40XX
- examples/host/cdc_msc_hid/.only.MCU_LPC43XX
- examples/host/cdc_msc_hid/Makefile-26
- examples/host/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject+8-15
- examples/host/cdc_msc_hid/ses/lpc18xx/lpc18xx.emProject+8-18
- examples/host/cdc_msc_hid/ses/lpc40xx/lpc40xx.emProject+8-16
- examples/host/cdc_msc_hid/ses/lpc43xx/lpc43xx.emProject+7-12
- examples/host/cdc_msc_hid/src/main.c+18-83
- examples/host/cdc_msc_hid/src/msc_app.c+17-19
- examples/host/cdc_msc_hid/src/tusb_config.h+20-7
- examples/make.mk+1
- examples/readme.md+104
- hw/bsp/board.c-3
- hw/bsp/board_mcu.h+1-1
- hw/bsp/ea4088qs/board.mk+4-7
- hw/bsp/ea4088qs/ea4088qs.c+1-11
- hw/bsp/ea4357/board.mk+5-6
- hw/bsp/ea4357/ea4357.c+43-67
- hw/bsp/itsybitsy_nrf52840/board.mk-64
- hw/bsp/itsybitsy_nrf52840/itsybitsy_nrf52840.c-225
- hw/bsp/itsybitsy_nrf52840/nrf52840_s140_v6.ld-38
- hw/bsp/lpcxpresso1769/lpcxpresso1769.c+6-13
- hw/bsp/mbed1768/mbed1768.c+1-7
- hw/bsp/mcb1800/board.mk+2-2
- hw/bsp/mcb1800/mcb1800.c+52-63
- hw/bsp/mimxrt1010_evk/mimxrt1010_evk.c+1-1
- hw/bsp/mimxrt1015_evk/mimxrt1015_evk.c+1-1
- hw/bsp/mimxrt1020_evk/mimxrt1020_evk.c+1-1
- hw/bsp/mimxrt1050_evkb/mimxrt1050_evkb.c+2-2
- hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c+2-2
- hw/bsp/mimxrt1064_evk/mimxrt1064_evk.c+2-2
- hw/bsp/ngx4330/board.mk+3-4
- hw/bsp/ngx4330/ngx4330.c+5-11
- hw/bsp/samd11_xplained/board.mk-53
- hw/bsp/samd11_xplained/samd11_xplained.c-152
- hw/bsp/samd11_xplained/samd11d14am_flash.ld-143
- hw/bsp/samg55xplained/board.mk+3-3
- hw/bsp/teensy_40/teensy40.c+2-2
- hw/mcu/microchip+1-1
- src/class/cdc/cdc_device.c+31-62
- src/class/cdc/cdc_device.h+2-4
- src/class/cdc/cdc_host.c+3-2
- src/class/hid/hid_device.c+5-8
- src/class/hid/hid_device.h+1-1
- src/class/hid/hid_host.c+44-40
- src/class/hid/hid_host.h+8-2
- src/class/midi/midi_device.c+24-48
- src/class/midi/midi_device.h+1-1
- src/class/msc/msc_host.c+4-5
- src/class/msc/msc_host.h+1-1
- src/class/vendor/vendor_host.c+1-1
- src/device/dcd.h+3-3
- src/device/usbd.c+1-75
- src/device/usbd_pvt.h-7
- src/host/ehci/ehci.c+6-36
- src/host/ehci/ehci.h+2-8
- src/host/hcd.h+6-13
- src/host/hub.c+1-1
- src/host/ohci/ohci.c+2-15
- src/host/ohci/ohci.h-2
- src/host/usbh.c+31-76
- src/host/usbh.h+1-8
- src/osal/osal.h+3-3
- src/osal/osal_none.h+8-8
- src/portable/microchip/samd/dcd_samd.c+2-3
- src/portable/nordic/nrf5x/dcd_nrf5x.c+1-1
- src/portable/st/synopsys/dcd_synopsys.c+7-31
- src/tusb_option.h+1-2
- test/test/support/tusb_config.h-3
- tools/build_all.py+12-29
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
201 | 205 |
| |
202 | 206 |
| |
203 | 207 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 |
| |
51 | 54 |
|
Lines changed: 279 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 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 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + |
Lines changed: 60 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 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 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + |
0 commit comments