14 files changed
+97
-84
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
| 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 | | |
| 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 | | |
| 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 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
44 | 56 | | |
45 | 57 | | |
46 | 58 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 59 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
55 | 69 | | |
56 | | - | |
57 | | - | |
| 70 | + | |
58 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
109 | 122 | | |
110 | 123 | | |
111 | 124 | | |
| |||
122 | 135 | | |
123 | 136 | | |
124 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
125 | 142 | | |
126 | 143 | | |
127 | 144 | | |
| |||
151 | 168 | | |
152 | 169 | | |
153 | 170 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
| 171 | + | |
165 | 172 | | |
0 commit comments