2 files changed
+2
-2
lines changed- .github/ISSUE_TEMPLATE/bug_report.md+5-2
- docs/boards.md+1
- examples/device/net_lwip_webserver/Makefile+3
- examples/device/net_lwip_webserver/src/usb_descriptors.c+16-4
- examples/make.mk+3-5
- hw/bsp/adafruit_clue/board.mk+2-2
- hw/bsp/arduino_nano33_ble/board.mk+2-2
- hw/bsp/circuitplayground_bluefruit/board.mk+2-2
- hw/bsp/feather_nrf52840_express/board.mk+2-2
- hw/bsp/feather_nrf52840_sense/board.mk+2-2
- hw/bsp/feather_stm32f405/board.mk+3
- hw/bsp/nrf52840_mdk_dongle/board.mk+2-2
- hw/bsp/nutiny_sdk_nuc505/board.mk-2
- hw/bsp/pca10056/board.mk+2-2
- hw/bsp/pca10059/board.mk+2-2
- hw/bsp/pca10100/board.mk+2-2
- hw/bsp/raytac_mdbt50q_rx/board.mk+2-2
- hw/bsp/stm32f070rbnucleo/board.mk+2-2
- hw/bsp/stm32f072disco/board.mk+2-2
- hw/bsp/stm32f407disco/board.mk+3
- hw/bsp/stm32f411disco/board.mk+3
- hw/bsp/stm32f412disco/board.mk+2-2
- hw/bsp/stm32f746nucleo/STM32F746ZGTx_FLASH.ld+167
- hw/bsp/stm32f746nucleo/board.mk+48
- hw/bsp/stm32f746nucleo/stm32f746nucleo.c+255
- hw/bsp/stm32f746nucleo/stm32f7xx_hal_conf.h+472
- hw/bsp/stm32f767nucleo/board.mk+2-2
- hw/bsp/stm32h743nucleo/board.mk-1
- hw/bsp/stm32l476disco/stm32l476disco.c+6-1
- pkg.yml+5
- src/common/tusb_common.h+6-3
- src/common/tusb_compiler.h+20-1
- src/common/tusb_fifo.c+72-39
- src/device/usbd_control.c+4-1
- src/portable/microchip/samg/dcd_samg.c+56-70
- src/portable/nordic/nrf5x/dcd_nrf5x.c+19-9
- src/portable/nuvoton/nuc505/dcd_nuc505.c+4-1
- src/portable/nxp/transdimension/dcd_transdimension.c+4-2
- src/portable/st/synopsys/dcd_synopsys.c+41-38
- test/test/test_fifo.c+84
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments