summaryrefslogtreecommitdiff
path: root/src/portable/nordic
AgeCommit message (Expand)Author
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
2021-08-29fix a couple of nrf dcd issuehathach
2021-08-27explicitly clear stall and data toggle for edpoint upon open()hathach
2021-08-27implement dcd_edpt_close_all() for nrf52840hathach
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-16complete suspend, resume, remote wakeup for nrf52hathach
2021-06-26GCC 11 build fix DuMaM
2021-06-19fix race condition with control since TASKS_EP0RCVOUT also require EasyDMAhathach
2021-05-11only apply errata walkaround for nrf52hathach
2021-05-11Allow build for NRF5340 MCUJerzy Kasenberg
2021-03-18fix race condition that could cause drop packet of Bulk OUT transferhathach
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2020-10-01nrf5x: Add support for ISO endpointsJerzy Kasenberg
2020-10-01nrf5x: Increase size of mps to 16 bitsJerzy Kasenberg
2020-10-01nrf5x: Add dcd_edpt_closeJerzy Kasenberg
2020-09-15nrf52: Fix edpt_dma_start() wrong condition checkJerzy Kasenberg
2020-08-04manually submit unplugged event for nrf dcd_disconnect()hathach
2020-08-01correct isr context for nrf DCD_EVENT_UNPLUGGEDhathach
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-05-05detect if SD is actually present on the flash using SD magichathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09implement dcd connect/disconnect for samd and nrfhathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-03-08fix zlp for nrf52840hathach
2019-11-11update dcd nrf5x to be indepent from nrf_usbd.hhathach
2019-08-05clean uphathach
2019-08-05nrf5x remove the depenedent on nrfx_power.hhathach
2019-08-05merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.chathach
2019-06-10remove dcd_edpt_busy()hathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14update license year to 2019hathach
2019-05-09fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52hathach
2019-05-01clean uphathach
2019-04-08fix #53 use nrfx_usbd_errata.hhathach
2019-04-02nrf5x enable suspend after set address, instead of set confighathach
2019-03-31nrf5x added LOWPOWER when suspend/resumehathach
2019-03-30added tud_suspended() and tud_ready()hathach
2019-03-30added dcd_remote_wakeup() stub for all portshathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
2019-03-29working on suspend and resumehathach
2019-03-29added Suspend and Resume event for nrf5x porthathach
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
2019-03-27remove dcd_get_frame_number()hathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-20migrate license from BSD 3 clause to MIThathach