esp32-s2_dfu/src
Jerzy Kasenberg 7a596b9e55 Fix Mynewt build for Microchip PIC32MZ devices.
definition of DEBUG breaks Microchip pic32 builds for Mynewt.
When MCU is not VALENTYUSB_EPTRI there is no need to have any
preprocessor definitions.
It may not look like a big deal but for xc32 builds, compiler
automatically force-includes some file that have structure with field name
DEBUG that result in build error in dcd_eptri.c when this file
is not really needed.

Moving DEBUG and LOG_USB few lines down should not break eptri builds.
2021-12-27 10:14:38 +01:00
..
class correct 32 button in gamepad hid descriptor template 2021-11-29 13:07:46 +07:00
common skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibration. 2021-10-29 16:08:19 +07:00
device add chipidea highspeed controller 2021-12-01 12:14:44 +07:00
host improve hcd_device_close() for rp2040 2021-11-30 17:36:52 +07:00
osal More warning cleanup 2021-10-14 15:23:26 -05:00
portable Fix Mynewt build for Microchip PIC32MZ devices. 2021-12-27 10:14:38 +01:00
tusb.c remove ep descriptor wMaxPacketSize bitfield due to endian issue 2021-10-24 13:11:21 +07:00
tusb.h Merge branch 'master' into add_uvc 2021-10-12 22:01:02 +07:00
tusb_option.h rename to simply OPT_MCU_MSP432E4, add msp432e to ci 2021-11-08 17:29:26 +07:00