File tree
30 files changed
+276
-111
lines changed- lib
- locale
- ports
- atmel-samd/boards/mini_sam_m4
- espressif/boards/unexpectedmaker_feathers3
- mimxrt10xx
- boards
- imxrt1060_evkb
- imxrt1060_evk
- teensy41
- common-hal/usb_host
- linking
- supervisor
- raspberrypi
- boards/adafruit_feather_rp2040_usb_host
- common-hal/usb_host
- tests
- circuitpython
- cmdline
30 files changed
+276
-111
lines changed- .idea/cmake.xml+5-3
- .idea/runConfigurations/mcx947.xml+1-1
- .idea/runConfigurations/rt1010.xml+2-2
- examples/rules.mk+8-11
- hw/bsp/imxrt/boards/metro_m7_1011/board.cmake+1-1
- hw/bsp/imxrt/boards/metro_m7_1011/board.mk+1-1
- hw/bsp/imxrt/boards/metro_m7_1011/board/clock_config.c+340
- hw/bsp/imxrt/boards/metro_m7_1011/board/clock_config.h+97
- hw/bsp/imxrt/boards/metro_m7_1011/metro_m7_1011.mex+692
- hw/bsp/imxrt/boards/mimxrt1010_evk/board.cmake+1-1
- hw/bsp/imxrt/boards/mimxrt1010_evk/board.mk+1-1
- hw/bsp/imxrt/boards/mimxrt1010_evk/board/clock_config.c+351
- hw/bsp/imxrt/boards/mimxrt1010_evk/board/clock_config.h+97
- hw/bsp/imxrt/boards/mimxrt1010_evk/mimxrt1010_evk.mex+692
- hw/bsp/imxrt/boards/mimxrt1015_evk/board/clock_config.c+357
- hw/bsp/imxrt/boards/mimxrt1015_evk/board/clock_config.h+100
- hw/bsp/imxrt/boards/mimxrt1015_evk/mimxrt1015_evk.mex+576
- hw/bsp/imxrt/boards/mimxrt1020_evk/board.cmake+1-1
- hw/bsp/imxrt/boards/mimxrt1020_evk/board.mk+1-1
- hw/bsp/imxrt/boards/mimxrt1020_evk/board/clock_config.c+421
- hw/bsp/imxrt/boards/mimxrt1020_evk/board/clock_config.h+108
- hw/bsp/imxrt/boards/mimxrt1020_evk/mimxrt1020_evk.mex+597
- hw/bsp/imxrt/boards/mimxrt1024_evk/board.cmake+1-1
- hw/bsp/imxrt/boards/mimxrt1024_evk/board.mk+1-1
- hw/bsp/imxrt/boards/mimxrt1024_evk/board/clock_config.c+421
- hw/bsp/imxrt/boards/mimxrt1024_evk/board/clock_config.h+108
- hw/bsp/imxrt/boards/mimxrt1024_evk/mimxrt1024_evk.mex+503
- hw/bsp/imxrt/boards/mimxrt1050_evkb/board.mk+2
- hw/bsp/imxrt/boards/mimxrt1050_evkb/board/clock_config.c+495
- hw/bsp/imxrt/boards/mimxrt1050_evkb/board/clock_config.h+119
- hw/bsp/imxrt/boards/mimxrt1050_evkb/mimxrt1050_evkb.mex+1.0k
- hw/bsp/imxrt/boards/mimxrt1060_evk/board/clock_config.c+509
- hw/bsp/imxrt/boards/mimxrt1060_evk/board/clock_config.h+123
- hw/bsp/imxrt/boards/mimxrt1060_evk/mimxrt1060_evk.mex+1.0k
- hw/bsp/imxrt/boards/mimxrt1064_evk/board/clock_config.c+511
- hw/bsp/imxrt/boards/mimxrt1064_evk/board/clock_config.h+123
- hw/bsp/imxrt/boards/mimxrt1064_evk/mimxrt1064_evk.mex+1.0k
- hw/bsp/imxrt/boards/teensy_40/board/clock_config.c+509
- hw/bsp/imxrt/boards/teensy_40/board/clock_config.h+123
- hw/bsp/imxrt/boards/teensy_40/teensy40.mex+1.0k
- hw/bsp/imxrt/boards/teensy_41/board/clock_config.c+509
- hw/bsp/imxrt/boards/teensy_41/board/clock_config.h+123
- hw/bsp/imxrt/boards/teensy_41/teensy41.mex+1.0k
- hw/bsp/imxrt/debug.jlinkscript
- hw/bsp/imxrt/family.c+13-6
- hw/bsp/imxrt/family.cmake+7-2
- hw/bsp/lpc18/boards/mcb1800/board.h-1
- hw/bsp/mcx/debug.jlinkscript+5
- hw/bsp/rp2040/family.cmake+12-2
- hw/bsp/stm32h7/boards/stm32h743eval/board.h+10-28
- hw/bsp/stm32h7/boards/stm32h743eval/cubemx/stm32h743eval.ioc+52-50
- src/host/usbh.c+1-1
- src/portable/chipidea/ci_hs/ci_hs_imxrt.h+6
- src/portable/renesas/rusb2/dcd_rusb2.c+5-3
- src/portable/renesas/rusb2/hcd_rusb2.c+10-7
- src/portable/renesas/rusb2/rusb2_type.h+1
- src/tusb_option.h+5-1
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
489 |
| - | |
| 489 | + | |
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
| |||
1378 | 1378 |
| |
1379 | 1379 |
| |
1380 | 1380 |
| |
1381 |
| - | |
| 1381 | + | |
1382 | 1382 |
| |
1383 | 1383 |
| |
1384 | 1384 |
| |
| |||
1493 | 1493 |
| |
1494 | 1494 |
| |
1495 | 1495 |
| |
1496 |
| - | |
| 1496 | + | |
1497 | 1497 |
| |
1498 | 1498 |
| |
1499 | 1499 |
| |
| |||
1502 | 1502 |
| |
1503 | 1503 |
| |
1504 | 1504 |
| |
1505 |
| - | |
| 1505 | + | |
1506 | 1506 |
| |
1507 | 1507 |
| |
1508 | 1508 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
1641 | 1641 |
| |
1642 | 1642 |
| |
1643 | 1643 |
| |
1644 |
| - | |
| 1644 | + | |
1645 | 1645 |
| |
1646 | 1646 |
| |
1647 | 1647 |
| |
| |||
3286 | 3286 |
| |
3287 | 3287 |
| |
3288 | 3288 |
| |
3289 |
| - | |
| 3289 | + | |
3290 | 3290 |
| |
3291 | 3291 |
| |
3292 | 3292 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
Lines changed: 25 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
| |||
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
92 |
| - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
93 | 102 |
| |
94 | 103 |
| |
95 |
| - | |
96 |
| - | |
97 | 104 |
| |
98 | 105 |
| |
99 | 106 |
| |
| |||
103 | 110 |
| |
104 | 111 |
| |
105 | 112 |
| |
| 113 | + | |
106 | 114 |
| |
107 | 115 |
| |
108 | 116 |
| |
109 |
| - | |
110 |
| - | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
111 | 120 |
| |
112 |
| - | |
113 |
| - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
114 | 124 |
| |
| 125 | + | |
115 | 126 |
| |
116 | 127 |
| |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
117 | 133 |
| |
| 134 | + | |
| 135 | + | |
118 | 136 |
| |
119 | 137 |
| |
120 | 138 |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| |||
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
58 | 64 |
|
Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| |||
52 | 54 |
| |
53 | 55 |
| |
54 | 56 |
| |
55 |
| - | |
| 57 | + | |
56 | 58 |
| |
57 | 59 |
| |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
58 | 64 |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| |||
54 | 56 |
| |
55 | 57 |
| |
56 | 58 |
| |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
57 | 63 |
|
0 commit comments