File tree
40 files changed
+215
-113
lines changed- extmod
- lib
- timeutils
- ports
- atmel-samd
- nrf
- boards
- feather52832
- feather52840
- feather_nrf52832
- examples
- feather_nrf52840_express
- pca10056
- common-hal
- board
- microcontroller
- drivers/bluetooth
- supervisor
- usb
- py
- tests/extmod
- tools
40 files changed
+215
-113
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
57 |
| - | |
| 58 | + | |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
339 |
| - | |
340 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
161 | 172 |
| |
162 | 173 |
| |
163 | 174 |
| |
| |||
211 | 222 |
| |
212 | 223 |
| |
213 | 224 |
| |
214 |
| - | |
| 225 | + | |
215 | 226 |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
| |||
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
51 | 58 |
| |
52 | 59 |
| |
53 | 60 |
| |
|
- README.md
- examples/device/nrf52840_freertos/segger/SEGGER_RTT.c+1.3k
- examples/device/nrf52840_freertos/segger/SEGGER_RTT.h+234
- examples/device/nrf52840_freertos/segger/SEGGER_RTT_Conf.h+242
- examples/device/nrf52840_freertos/segger/SEGGER_RTT_SES.c+76
- examples/device/nrf52840_freertos/segger/flash_placement.xml+37
- examples/device/nrf52840_freertos/segger/nRF52840_xxAA_MemoryMap.xml+5
- examples/device/nrf52840_freertos/segger/nRF_Target.js+19
- examples/device/nrf52840_freertos/segger/nrf52840_Registers.xml+22.3k
- examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject+161
- examples/device/nrf52840_freertos/segger/thumb_crt0.s+420
- examples/device/nrf52840_freertos/src/main.c+225
- examples/device/nrf52840_freertos/src/msc_device_app.c+124
- examples/device/nrf52840_freertos/src/msc_device_app.h+93
- examples/device/nrf52840_freertos/src/msc_device_ramdisk.c+116
- examples/device/nrf52840_freertos/src/tusb_config.h+155
- examples/device/nrf52840_freertos/src/tusb_descriptors.c+98
- hw/bsp/pca10056/board_pca10056.c+4-1
- lib/FreeRTOS/FreeRTOSConfig.h+11-5
- lib/FreeRTOS/freertos_hook.c-6
- lib/FreeRTOS/readme.txt+21
- src/class/cdc/cdc_device.c+15-15
- src/class/cdc/cdc_host.c+1-1
- src/class/hid/hid_device.c+7-7
- src/class/msc/msc_device.c+2-2
- src/common/tusb_common.h+19-45
- src/common/tusb_compiler.h+1
- src/common/tusb_fifo.c+3-3
- src/device/dcd.h+2-2
- src/device/usbd.c+44-40
- src/device/usbd.h+7-10
- src/host/ehci/ehci.c+14-14
- src/host/ohci/ohci.c+12-12
- src/host/usbh.c+1-1
- src/osal/osal_freeRTOS.h+2-2
- src/portable/nordic/nrf5x/dcd_nrf5x.c+11-13
- src/portable/nxp/lpc11xx_lpc13xx/dcd_lpc_11uxx_13uxx.c+2-2
- src/portable/nxp/lpc17xx/dcd_lpc175x_6x.c+3-3
- src/portable/nxp/lpc43xx_lpc18xx/dcd_lpc43xx.c+2-2
- tests/lpc18xx_43xx/test/host/ehci/test_ehci_init.c+2-2
- tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_open.c+4-4
- tests/lpc18xx_43xx/test/host/ehci/test_pipe_bulk_xfer.c+2-2
- tests/lpc18xx_43xx/test/host/ehci/test_pipe_control_open.c+3-3
- tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_open.c+12-12
- tests/lpc18xx_43xx/test/host/ehci/test_pipe_interrupt_xfer.c+2-2
- tests/support/ehci_controller_fake.c+6-6
- tests/support/type_helper.h+3-3
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
31 | 33 |
| |
32 | 34 |
| |
33 |
| - | |
34 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 |
| - | |
113 |
| - | |
| 112 | + | |
| 113 | + | |
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 0 additions & 10 deletions
This file was deleted.
0 commit comments