| Age | Commit message (Collapse) | Author |
|
fix build with rp2040 + max3421
|
|
|
|
|
|
|
|
- forward MAX3421_HOST=1 from makefile to cmake
- add feather_rp2040_max3421 board to run with ci for rp2040 + max3421
|
|
Changes required for new SDK 3.2.0
|
|
|
|
|
|
|
|
try catch labeler rest api
|
|
|
|
|
|
|
|
UAC2 supports interrupt-endpoint for providing control-change notifications to the host
|
|
|
|
|
|
correct max nak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sparkfun_samd21_mini_usb board support
|
|
Support for STM32H503 MCU
|
|
MAX3421E NAK retry handling next frame
|
|
|
|
|
|
|
|
|
|
Default to 1 NAK per endpoint
|
|
|
|
|
|
|
|
|
|
|
|
Implemented changes suggested in the review:
- restored original name of SystemClock_Config() function
- some GPIO clocks are only enabled if macros are defined
- moved GPIO clocks init back to family.c
|
|
|
|
|
|
- added support for STM32H503RB on H503RB-NUCLEO board
- modified H5 family.c file to allow portability between H503 and H565/H573
- redefined USB_DRD_BASE to USB_DRD_FS_BASE if STM32H503xx is used
|
|
Follow up to h5 errata 2.15.1
|
|
20 (40 cycle)
|
|
|
|
|
|
fix hid close not clear data
|
|
|
|
|
|
|
|
|
|
|