summaryrefslogtreecommitdiff
path: root/src/portable/nuvoton
AgeCommit message (Expand)Author
2026-04-17fix some Wconversion warningshathach
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-11-27more renamehathach
2025-11-20refactor tu_fifo, add tu_fifo_write/read/peek_n_access()hathach
2025-10-31Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...HiFiPhile
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-28fix warning with strict prototypes warningshathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-10-15fix more warningshathach
2025-10-15refactor all nuc to familyhathach
2025-10-15update nuc121/125hathach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change dcd_init() to take rhport structhathach
2023-03-17fix trailing space and new linehathach
2022-12-04Fix typosBastien Nocera
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-18enable -Wnull-dereferencehathach
2021-09-13clear PID along with clear stallhathach
2021-09-10reset PID to DATA0 on clear_stall.MasterPhi
2021-09-10Fix remote_wakeupMasterPhi
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-21Fix CI.MasterPhi
2021-08-21nuc126: fix set_address & disable sofMasterPhi
2021-08-18correct usb memcpy for nuc120 as wellhathach
2021-08-17use USBD_MemCopy.Mengsk
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10minor clean uphathach
2021-04-06revert dcd_edpt_xfer_fifo() implementation for nuc120 121hathach
2021-04-04revert dcd_edpt_xfer_fifo() implementation for nuc505hathach
2021-03-23Fix bug in writing to constant src/dst address.Reinhard Panhuber
2021-03-02Change copy modes for new read/write functions in tusb_fifo.cReinhard Panhuber
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-02-17Fix missing pointer operator in dcd_nuc505.cReinhard Panhuber
2021-02-17Fix missing FIFO definitionsReinhard Panhuber
2021-02-14Change FIFO use indication to ff == NULL to avoid future errors.Reinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for INTERRUPT driven dcd_nuc505Reinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_nuc121.cReinhard Panhuber
2021-02-13Implement dcd_edpt_iso_xfer() for dcd_nuc120.cReinhard Panhuber
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2020-07-16update link speed detection for nuc505hathach
2020-05-18fix cast-align warning for nuc505hathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17Merge pull request #347 from majbthrd/nuc505_configHa Thach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-15nuc505: change dcd_set_config() behaviorPeter Lawrence
2020-04-09Merge branch 'master' into refactor-irqhandlerHa Thach