Skip to content

Commit

Permalink
Merge branch 'earlephilhower:master' into lowpower
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Nov 30, 2024
2 parents 89d43b6 + 633faa1 commit bb299f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/Adafruit_TinyUSB_Arduino
Submodule Adafruit_TinyUSB_Arduino updated 42 files
+1 −1 library.properties
+1 −1 src/arduino/ports/rp2040/tusb_config_rp2040.h
+4 −4 src/class/audio/audio_device.c
+2 −2 src/class/cdc/cdc_device.h
+11 −11 src/class/cdc/cdc_host.c
+132 −177 src/class/vendor/vendor_device.c
+52 −59 src/class/vendor/vendor_device.h
+2 −2 src/class/video/video_device.c
+1 −1 src/common/tusb_common.h
+8 −0 src/common/tusb_compiler.h
+4 −4 src/common/tusb_fifo.h
+13 −2 src/common/tusb_mcu.h
+20 −31 src/common/tusb_private.h
+15 −0 src/common/tusb_types.h
+2 −5 src/common/tusb_verify.h
+25 −15 src/device/dcd.h
+27 −12 src/device/usbd.c
+13 −1 src/device/usbd.h
+1 −1 src/device/usbd_control.c
+1 −0 src/device/usbd_pvt.h
+6 −13 src/host/hcd.h
+9 −7 src/host/usbh.c
+17 −7 src/host/usbh.h
+40 −7 src/portable/analog/max3421/hcd_max3421.c
+4 −2 src/portable/microchip/samd/dcd_samd.c
+4 −2 src/portable/nordic/nrf5x/dcd_nrf5x.c
+4 −3 src/portable/raspberrypi/pio_usb/dcd_pio_usb.c
+2 −1 src/portable/raspberrypi/pio_usb/hcd_pio_usb.c
+3 −1 src/portable/raspberrypi/rp2040/dcd_rp2040.c
+2 −2 src/portable/raspberrypi/rp2040/hcd_rp2040.c
+4 −1 src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c
+26 −0 src/portable/st/stm32_fsdev/fsdev_stm32.h
+444 −375 src/portable/synopsys/dwc2/dcd_dwc2.c
+1 −1 src/portable/synopsys/dwc2/dwc2_bcm.h
+23 −12 src/portable/synopsys/dwc2/dwc2_esp32.h
+3 −3 src/portable/synopsys/dwc2/dwc2_stm32.h
+397 −174 src/portable/synopsys/dwc2/dwc2_type.h
+4 −1 src/portable/wch/dcd_ch32_usbfs.c
+4 −1 src/portable/wch/dcd_ch32_usbhs.c
+154 −65 src/tusb.c
+30 −3 src/tusb.h
+30 −15 src/tusb_option.h
2 changes: 1 addition & 1 deletion variants/rpipico2w/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


// LEDs
#define PIN_LED (25u)
#define PIN_LED (64u)

// Serial
#define PIN_SERIAL1_TX (0u)
Expand Down

0 comments on commit bb299f3

Please sign in to comment.