summaryrefslogtreecommitdiff
path: root/src/portable/nordic
AgeCommit message (Expand)Author
2026-05-08nrf5x: request HFCLK in USB_EVT_READY to fix post-SoftDevice deadlockhathach
2026-04-17fix some Wconversion warningshathach
2025-11-28fix build with zephyr with latest nrfx v4hathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
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-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
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
2024-08-29change order, fixes #2778Reinhard Griech
2024-06-18LOG3 in isrhathach
2024-05-27nrf5x: Add support for dcd_sof_enable().Andrew Leech
2024-05-13revert (unverified) second race conditionHardy Griech
2024-05-06edpt_dma_start() is called during interrupt time as well, dcd_edpt_xfer() nee...Hardy Griech
2024-04-22fix print lu format warnings with clanghathach
2024-04-22dcd nrf change atoimc_bool to atomic_flaghathach
2024-04-19- update nrfx to v3.4.0hathach
2024-04-16code formathathach
2024-04-16- in case of mdk conflict to use nrfx v2hathach
2024-04-16revert nvic changeshathach
2024-04-16catch all nrfx versions with an old APIHardy Griech
2024-04-16softdevice nvic calls only if old SDKHardy Griech
2024-04-16make it compile also with old Nordic SDKHardy Griech
2024-03-20improve uvc debug messagehathach
2024-02-12nrf5x: Handle ISOOUT CRC errorsJerzy Kasenberg
2023-12-21dcd_nrf5x: Fix dcd_edpt_open for iso endpointJerzy Kasenberg
2023-06-16fix build, update freertos config for cmakehathach
2023-03-17fix trailing space and new linehathach
2023-03-10dcd_nrf5x: ISO OUT handlingJerzy Kasenberg
2022-12-04more typoshathach
2022-09-13nrf5x: Fix reception of large ISO packetsJerzy Kasenberg
2022-08-26nrf5x: Fix endpoint internal state when closedJerzy Kasenberg
2022-06-02nrf5x: Fix DMA accessJerzy Kasenberg
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-01-19nrf5x: Fix EP OUT race conditions in OS buildJerzy Kasenberg
2022-01-19nrf5x: Fix DMA access race conditionJerzy Kasenberg
2022-01-19Merge pull request #1279 from kasjer/kasjer/nrf5x-int-raceHa Thach
2022-01-18nrf5x: Request HFXO via OSJerzy Kasenberg
2022-01-14nrf5x: Fix EP OUT race conditionsJerzy Kasenberg
2021-12-08nrf5x: Fix race condition during startupJerzy Kasenberg
2021-11-23more clean uphathach
2021-11-23clean uphathach
2021-11-23fix nrf easy dma race conditionhathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-15fix -Wcast-qualhathach
2021-08-29fix nrf clear data toggle sequence when clearing stallhathach