summaryrefslogtreecommitdiff
path: root/src/portable/nordic
AgeCommit message (Expand)Author
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
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2019-01-29nrf5x Let application decide USBD_IRQn priorityhathach
2019-01-29clean uphathach
2018-12-21change to dcd_get_frame_numberhathach
2018-12-17add dcd_get_microframe()hathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-05update nrf erratahathach
2018-12-05hal clean uphathach
2018-12-05remove dcd_connect/disconnect since there is no usage nowhathach
2018-11-26clean up warningshathach
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-23nrf5x add DCD_EVENT_UNPLUGGED eventhathach
2018-11-16nrf5x: clean up dcd, add commenthathach
2018-11-16nrf5x: correct control transfer directionhathach
2018-11-08Polish up control split and treat it more like a normal endpoint.Scott Shawcroft
2018-11-07Split out the control endpoint logicScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-10-25add dcd event helper setup_recieved and bus_signalhathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()hathach
2018-10-23clean up helper funchathach
2018-09-25clean up, update nrfx to 1.3.0hathach
2018-08-30remove CFG_TUD_CDC_FLUSH_ON_SOF optionhathach
2018-08-28nrf5x fix an issue with EP0STATUS require Easy DMAhathach
2018-08-28minor nrf52 driver correcthathach
2018-08-23fix compiler warningshathach
2018-08-23rename common func to avoid conflicthathach
2018-08-13fix issue with cdc write failed sometimeshathach