Commit ee75f1a
committed
Fix LED misuse interfering with atmel builds
1 parent f65404c commit ee75f1a
2 files changed
Lines changed: 1 addition & 3 deletions
- changelog.md+2
- docs/boards.md+2-1
- examples/device/cdc_msc_hid/ses/stm32f4/stm32f4.emProject+4-4
- examples/device/cdc_msc_hid/src/main.c+1-3
- examples/device/cdc_msc_hid/src/tusb_config.h+11-11
- examples/device/cdc_msc_hid/src/usb_descriptors.c+23-14
- examples/device/cdc_msc_hid_freertos/src/tusb_config.h+11-11
- examples/device/cdc_msc_hid_freertos/src/usb_descriptors.c+23-14
- examples/device/hid_generic_inout/src/main.c+1-3
- examples/device/hid_generic_inout/src/tusb_config.h+8-8
- examples/device/hid_generic_inout/src/usb_descriptors.c+32-25
- examples/device/midi_test/src/main.c+4-6
- examples/device/midi_test/src/tusb_config.h+9-9
- examples/device/midi_test/src/usb_descriptors.c+29-23
- examples/device/msc_dual_lun/src/main.c+1-3
- examples/device/msc_dual_lun/src/tusb_config.h+8-8
- examples/device/msc_dual_lun/src/usb_descriptors.c+25-18
- examples/device/webusb/Makefile+12
- examples/device/webusb/src/main.c+166
- examples/device/webusb/src/tusb_config.h+89
- examples/device/webusb/src/usb_descriptors.c+206
- examples/host/cdc_msc_hid/src/tusb_config.h+5-19
- hw/bsp/stm32f303disco/STM32F303VCTx_FLASH.ld
- hw/bsp/stm32f303disco/board.mk+2-2
- hw/bsp/stm32f303disco/board_stm32f303disco.c+15-10
- hw/bsp/stm32f303disco/stm32f3xx_hal_conf.h
- hw/bsp/stm32f407disco/STM32F407VGTx_FLASH.ld
- hw/bsp/stm32f407disco/board.mk+9-3
- hw/bsp/stm32f407disco/board_stm32f407disco.c+188
- hw/bsp/stm32f407disco/stm32f4xx_hal_conf.h+394
- hw/bsp/stm32f407g_disc1/board_stm32f407g_disc1.c-132
- hw/bsp/stm32f411disco/STM32F411VETx_FLASH.ld+169
- hw/bsp/stm32f411disco/board.mk+47
- hw/bsp/stm32f411disco/board_stm32f411disco.c+188
- hw/bsp/stm32f411disco/stm32f4xx_hal_conf.h+394
- hw/mcu/st/README.md+1-1
- src/class/cdc/cdc_device.c+4-4
- src/class/cdc/cdc_device.h+6-6
- src/class/hid/hid_device.c+8-8
- src/class/hid/hid_device.h+6-6
- src/class/hid/hid_host.h+2-2
- src/class/midi/midi_device.c+1-1
- src/class/midi/midi_device.h+6-6
- src/class/msc/msc_device.c+3-3
- src/class/msc/msc_device.h+6-6
- src/class/vendor/vendor_device.c+15-18
- src/class/vendor/vendor_device.h+9-6
- src/class/vendor/vendor_host.c+2-2
- src/class/vendor/vendor_host.h
- src/common/tusb_common.h+3-2
- src/common/tusb_types.h+77-29
- src/common/tusb_verify.h+21-21
- src/device/usbd.c+105-81
- src/device/usbd.h+62-6
- src/device/usbd_control.c+4-4
- src/device/usbd_pvt.h-8
- src/host/usbh.c+1-1
- src/tusb.h+4-4
- src/tusb_option.h+2-2
- test/test/support/tusb_config.h+11-11
- tools/build_all.py+11-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
399 | 398 | | |
400 | 399 | | |
401 | | - | |
402 | 400 | | |
403 | 401 | | |
404 | 402 | | |
| |||
0 commit comments