summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-01samd21: enable SysTick only if running w/o OSJean Gressmann
2021-11-01Merge pull request #1164 from ↵Ha Thach
suda-morris/refactor/update_include_header_esp32xx_dcd update dcd_esp32sx with correct include list
2021-10-31Merge pull request #1172 from jgressmann/feat/trinket_m0Ha Thach
Adds support for Adafruit's Trinket M0
2021-10-31Adds support for Adafruit Trinket M0Jean Gressmann
2021-10-31correct freertos port for efm32gghathach
2021-10-31change F207 to use new dwc2hathach
2021-10-30remove dcd_efm32hathach
2021-10-30add support for EFM32GGhathach
merge GG12 GG12 to simply OPT_MCU_EFM32GG
2021-10-30Merge pull request #1171 from mkj/qtpyHa Thach
Add Adafruit QT Py board
2021-10-29Add Adafruit QT Py boardMatt Johnston
Straight copy of itsybitsy_m0/ with MCU changed to ATSAMD21E18 LED and button are disabled. LED is a neopixel so could be added later.
2021-10-29skip snpsid check for gd32, abstract phyfs turnaround, set max timeout ↵hathach
calibration. still has issue with gd32 with msc (does work with running with rtt as log).
2021-10-29samd21: Make LED_PIN and BUTTON_PIN optionalMatt Johnston
Some boards don't have them, just ignore
2021-10-29correctly init hs phy for bcmhathach
2021-10-28support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phyhathach
2021-10-27Changes to use ft90x-sdk as submodule or installed SDK from toolchain.Gordon McNab
2021-10-26update bcm dcdhathach
2021-10-26Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2hathach
2021-10-26add synopsys id check, rename GCCFG_* to STM32_GCCFG-*hathach
2021-10-26add hw config structhathach
2021-10-26enhance fifo read/writehathach
2021-10-26more clean uphathach
2021-10-26clean uphathach
2021-10-26use dwc2->epinhathach
2021-10-26update the access epouthathach
2021-10-26use dwc2->fifo[]hathach
2021-10-26complete dwc2 regs structhathach
2021-10-26add epin, epout to dwc2 regshathach
2021-10-26more renamehathach
2021-10-26update dwc2_typehathach
2021-10-25Merge pull request #1162 from todbot/masterHa Thach
Properly handle Program Change and Channel Aftertouch messages
2021-10-25spacinghathach
2021-10-25update dcd_esp32sx with correct include listsuda-morris
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25house keepinghathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-25properly handle Program Change and Channel Aftertouch messagesTod Kurt
2021-10-25add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcushathach
2021-10-25update dwc int enable/disablehathach
2021-10-25more clean uphathach
2021-10-25minor renamehathach
2021-10-25switch gd32 and stm32f4 to use new dwc2 driverhathach
2021-10-24adding generalized dwc2 driverhathach
2021-10-24Merge pull request #1160 from cr1901/msp-fixHa Thach
msp430x5xx: Set base of transmit_packet buffer earlier to avoid incre…
2021-10-24Merge pull request #1161 from hathach/rm-ep-size-bitfieldHa Thach
Remove ep descriptor wMaxPacketSize bitfield due to endian issue
2021-10-24more wMaxPacketSizehathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-24indenthathach
2021-10-23msp430x5xx: Set base of transmit_packet buffer earlier to avoid incrementing ↵William D. Jones
past unsent data.
2021-10-24Merge pull request #1159 from hathach/fix-warningsHa Thach
Increase compiler warnings flags
2021-10-23Merge branch 'master' into fix-warningsHa Thach