Commit 6bfff29
authored
Merge pull request adafruit#1137 from hathach/nrf52_dfu_touch1200
Nrf52 dfu touch1200, remove bootloader target18 files changed
Lines changed: 86 additions & 22156 deletions
File tree
- lib
- ports/nrf
- boards
- feather52832
- bootloader
- feather52840
- bootloader/6.0.0
- pca10056
- bootloader/6.0.0
- usb
- examples/obsolete/host/src/cdc_serial_host_app.c+1-1
- examples/obsolete/host/src/keyboard_host_app.c+1-1
- examples/obsolete/host/src/mouse_host_app.c+1-1
- src/class/cdc/cdc.h+3-3
- src/class/cdc/cdc_device.c+4-4
- src/class/cdc/cdc_rndis.h+2-2
- src/class/cdc/cdc_rndis_host.c+1-1
- src/class/hid/hid_device.c+6-6
- src/class/hid/hid_host.c+1-1
- src/class/msc/msc.h+16-16
- src/class/msc/msc_device.c+1-1
- src/class/msc/msc_device.h+1-1
- src/common/tusb_compiler.h+3-3
- src/common/tusb_types.h+7-2
- src/common/tusb_verify.h+39-39
- src/device/usbd.c+4-4
- src/device/usbd_auto_desc.c+51-7
- src/device/usbd_pvt.h+1-1
- src/host/ehci/ehci.c+2-2
- src/host/ehci/ehci.h+5-5
- src/host/hub.h+3-3
- src/host/ohci/ohci.h+5-5
- src/osal/osal.h+4-4
- src/osal/osal_none.h+4-4
- src/portable/nordic/nrf5x/dcd_nrf5x.c+3-2
- src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c+1-1
- src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c+3-3
- src/portable/nxp/lpc17xx/dcd_lpc175x_6x.h+1-1
- src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c+4-4
- src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.h+2-2
- src/portable/nxp/lpc43xx_lpc18xx/hal_lpc43xx.c+1-1
- src/tusb.c+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
269 | 274 | | |
270 | 275 | | |
271 | 276 | | |
| |||
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
| |||
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | 308 | | |
311 | 309 | | |
312 | 310 | | |
313 | 311 | | |
314 | 312 | | |
315 | | - | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
316 | 316 | | |
317 | | - | |
318 | | - | |
| 317 | + | |
| 318 | + | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
331 | | - | |
332 | | - | |
| 330 | + | |
333 | 331 | | |
334 | 332 | | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
| 333 | + | |
340 | 334 | | |
341 | | - | |
342 | | - | |
343 | | - | |
| 335 | + | |
| 336 | + | |
344 | 337 | | |
345 | | - | |
| 338 | + | |
| 339 | + | |
346 | 340 | | |
347 | 341 | | |
348 | 342 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
115 | | - | |
| 113 | + | |
116 | 114 | | |
117 | 115 | | |
118 | 116 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 32 | + | |
42 | 33 | | |
43 | 34 | | |
44 | 35 | | |
| |||
75 | 66 | | |
76 | 67 | | |
77 | 68 | | |
78 | | - | |
| 69 | + | |
79 | 70 | | |
80 | 71 | | |
81 | 72 | | |
| |||
90 | 81 | | |
91 | 82 | | |
92 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
93 | 89 | | |
94 | 90 | | |
95 | | - | |
| 91 | + | |
96 | 92 | | |
97 | 93 | | |
98 | | - | |
| 94 | + | |
99 | 95 | | |
100 | 96 | | |
101 | 97 | | |
102 | 98 | | |
103 | | - | |
| 99 | + | |
104 | 100 | | |
105 | 101 | | |
106 | | - | |
| 102 | + | |
107 | 103 | | |
108 | 104 | | |
109 | 105 | | |
| |||
This file was deleted.
This file was deleted.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
0 commit comments