summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-09Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-08rename hal_dcd_isr to dcd_irq_handler for fomuhathach
2020-04-08move irq from msp430hathach
2020-04-08move irq for stm32 synopsyshathach
2020-04-08move irq for stm32 fsdevhathach
2020-04-08clean uphathach
2020-04-07Merge pull request #328 from majbthrd/nuc_connectHa Thach
nuvoton: add dcd_disconnect() dcd_connect()
2020-04-07nuvoton: add dcd_disconnect() dcd_connect()Peter Lawrence
2020-04-07Merge pull request #321 from pigrew/tweak20200331Ha Thach
Misc. tweaks, and fix for USBTMC descriptors without an INT EP
2020-04-06Use #define for OSAL_TIMEOUT_WAIT_FOREVER.Nathan Conrad
2020-04-06add tud_irq_handler() for all lpc ip3511 (13, 15, 11)hathach
2020-04-06add tud_irq_handler() to all NUC boardhathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-04-06add WIP changeloghathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-04-06move irqhandler to applicationhathach
tud_isr() must be called by application to forward the irqhandle to the stack
2020-04-06Merge pull request #323 from pigrew/ci-cache-msp430Ha Thach
Cache MSP430 toolchain and NPM modules.
2020-04-06Merge pull request #324 from hathach/add-custom-osalHa Thach
allow application to implement its own os
2020-04-05Don't cache xPacks.Nathan Conrad
2020-04-05allow application to implement its own oshathach
2020-04-03Cache MSP430 toolchain and NPM modules. Use git action for submodules.Nathan Conrad
2020-04-02tu_verify: Change some define functions use do-while statement.Nathan Conrad
2020-04-02Typo of usbtmc.Nathan Conrad
2020-04-02Fix USBTMC descriptors when INT EP is disabled.Nathan Conrad
2020-04-02Set OSAL_TIMEOUT_WAIT_FOREVER to be a const, to avoid a pedantic gcc warning ↵Nathan Conrad
about signedness.
2020-04-01Merge pull request #318 from majbthrd/confignumHa Thach
add provision for multiple configurations
2020-03-31revise argument order for TUD_CONFIG_DESCRIPTOR macroPeter Lawrence
2020-03-30add provision for multiple configurationsPeter Lawrence
2020-03-30more changelog0.6.0hathach
2020-03-30Merge pull request #315 from hathach/developHa Thach
added changelog for release
2020-03-30minor changeloghathach
2020-03-30added changeloghathach
2020-03-29Merge pull request #312 from hathach/developHa Thach
house keeping work
2020-03-28Merge pull request #309 from pigrew/stm32_hal_updatesHa Thach
Stm32 F0,F3,F4 updates
2020-03-28Update UARTs for stm32f4xx discovery boards. Other minor cleanups.Nathan Conrad
2020-03-28add ENTRY(Reset_Handler) to linker of samd21 and samd51 boardhathach
fix #303
2020-03-28Update F4 BSP with new HAL configNathan Conrad
2020-03-28Update F3 BSP for new HALNathan Conrad
2020-03-28Update F0 BSP for new HALNathan Conrad
2020-03-28added Arduino Nano 33 BLE with/without Sensehathach
2020-03-28Merge branch 'master' into develophathach
2020-03-28Merge pull request #311 from majbthrd/usbnet_ecm_macosHa Thach
usbnet: tweak CDC-ECM after MacOS testing
2020-03-28Merge pull request #310 from pigrew/ep0_zeroLenResponsesHa Thach
USBD: Fix zero-length EP0 responses
2020-03-28add repository_dispatch to allow other repo to remote trigger buildhathach
2020-03-27usbnet: tweak CDC-ECM after MacOS testingPeter Lawrence
2020-03-27USBD: Use tud_control_xfer only for dataNathan Conrad
2020-03-26house keepinghathach
2020-03-26Merge pull request #308 from pigrew/stm32f4_uartHa Thach
Modify include of HAL, remove CMSIS clock configuration code, STM32F407 UART
2020-03-26Modify include of HAL, and remove CMSIS clock configuration code, and ↵Nathan Conrad
implement UART for STM32F407Disco