File tree
93 files changed
+5712
-27
lines changed- .github/workflows
- docs
- extmod
- lib
- ports
- atmel-samd/boards/sparkfun_samd21_dev
- raspberrypi
- bindings/rp2pio
- boards
- adafruit_feather_rp2040
- raspberry_pi_pico
- common-hal
- analogio
- board
- busio
- digitalio
- displayio
- microcontroller
- neopixel_write
- os
- pwmio
- rp2pio
- supervisor
- peripherals
- sdk_config/pico
- supervisor
- py
- supervisor
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
93 files changed
+5712
-27
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
180 | 181 |
| |
181 | 182 |
| |
182 | 183 |
| |
| |||
294 | 295 |
| |
295 | 296 |
| |
296 | 297 |
| |
| 298 | + | |
297 | 299 |
| |
298 | 300 |
| |
299 | 301 |
| |
| |||
465 | 467 |
| |
466 | 468 |
| |
467 | 469 |
| |
468 |
| - | |
| 470 | + | |
469 | 471 |
| |
470 | 472 |
| |
471 | 473 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
| 175 | + | |
| 176 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
258 | 259 |
| |
259 | 260 |
| |
260 | 261 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
| 192 | + | |
192 | 193 |
| |
193 | 194 |
| |
194 | 195 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| 20 | + | |
19 | 21 |
| |
20 |
| - | |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
74 | 75 |
| |
75 | 76 |
| |
76 | 77 |
| |
| |||
329 | 330 |
| |
330 | 331 |
| |
331 | 332 |
| |
332 |
| - | |
| 333 | + | |
333 | 334 |
| |
334 | 335 |
| |
335 | 336 |
| |
| |||
359 | 360 |
| |
360 | 361 |
| |
361 | 362 |
| |
362 |
| - | |
| 363 | + | |
363 | 364 |
| |
364 | 365 |
| |
365 | 366 |
| |
|
- .gitmodules+3
- examples/host/cdc_msc_hid/src/keyboard_helper.h+59
- examples/make.mk+5
- examples/rules.mk+8-7
- hw/bsp/adafruit_clue/board.mk+6
- hw/bsp/arduino_nano33_ble/board.mk+6
- hw/bsp/board.h+7
- hw/bsp/board_mcu.h+3
- hw/bsp/circuitplayground_bluefruit/board.mk+6
- hw/bsp/da14695_dk_usb/board.mk+1-1
- hw/bsp/da1469x_dk_pro/board.mk+1-1
- hw/bsp/double_m33_express/board.mk+5-1
- hw/bsp/double_m33_express/double_m33_express.c+18-143
- hw/bsp/feather_nrf52840_express/board.mk+6
- hw/bsp/feather_nrf52840_sense/board.mk+6
- hw/bsp/itsybitsy_nrf52840/board.mk+6
- hw/bsp/nrf52840_mdk_dongle/board.mk+6
- hw/bsp/pca10056/board.mk+6
- hw/bsp/pca10059/board.mk+6
- hw/bsp/pca10100/board.mk+6
- hw/bsp/raspberry_pi_pico/board_raspberry_pi_pico.c+99
- hw/bsp/raytac_mdbt50q_rx/board.mk+6
- lib/sct_neopixel+1
- src/class/hid/hid_host.c+4-2
- src/host/usbh.c+6
- src/host/usbh.h+1
- src/osal/osal.h+2
- src/osal/osal_pico.h+192
- src/portable/raspberrypi/rp2040/dcd_rp2040.c+482
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+549
- src/portable/raspberrypi/rp2040/rp2040_usb.c+279
- src/portable/raspberrypi/rp2040/rp2040_usb.h+124
- src/tusb_option.h+5-2
- tools/top.mk+14-1
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
| 375 | + | |
375 | 376 |
| |
376 |
| - | |
| 377 | + | |
377 | 378 |
| |
| 379 | + | |
378 | 380 |
| |
379 |
| - | |
380 | 381 |
| |
381 | 382 |
| |
382 | 383 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
0 commit comments