summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2018-11-14add Adafruit samd-peripherals as submodule.hathach
2018-11-13adding Adafruit metro m0/m4 expresshathach
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-13clean up board.hhathach
2018-11-13add samd asf4 submodule repo from Adafruithathach
2018-10-24fix nrf52 freeRTOS interrupt priorityhathach
2018-10-24add mcu specific freeRTOSConfig.hhathach
2018-10-23simplify qspi flash with blocking APIhathach
2018-09-25clean up, update nrfx to 1.3.0hathach
2018-09-11update qspihathach
2018-09-08better qspihathach
2018-09-08qspi msc flash seems to workhathach
2018-09-07rename example fileshathach
2018-09-07more clean uphathach
2018-09-02clean uphathach
2018-08-23freertos blinky with software timerhathach
2018-07-27house keepinghathach
2018-07-26move nrf_drv_usbd_errata to portable folderhathach
2018-07-24nrf52840 example work with boot keyboardhathach
2018-07-23reworking device hid class driverhathach
2018-07-02remove sdk, add nrfx as submodulehathach
2018-07-01update auto descriptorhathach
2018-06-13correct errata check for nrf52840 first productionhathach
2018-05-15get nrf5x hal work with SD and non_SD configurehathach
2018-04-18update nrf52840 exampleshathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
2018-04-12rename CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename OPT_MODE_hathach
2018-04-12rename MCU_ to OPT_MCUhathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-30get freertos buildhathach
2018-03-29update nrf52 hal millishathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
2018-03-26move nrf5x port fileshathach
2018-03-26moving lpc43xx port into tusb's portable folderhathach
2018-03-23shorten descriptor typehathach
2018-03-23move mcu usb port back to tinyusb's portable folderhathach
2018-03-23rename port to rhport for clarificationhathach
2018-03-23remove DCD API dependency tusb_dcd_edpt_queue_xferhathach
2018-03-22simplify tusb_dcd_edpt_xfer APIhathach
2018-03-21merge tusb_dcd_control_stall() to tusb_dcd_edpt_stall()hathach
2018-03-21remove int_on_complete for tusb_dcd_control_xferhathach
2018-03-21fix lpc43xx isr issue, fix control status response for usbdhathach
2018-03-20adding toolchain file from sdkhathach
2018-03-20add sdk/devicehathach
2018-03-20wrap up nrf52 demohathach
2018-03-20update code, remove nrf_drv_clock dependencyhathach
2018-03-20nrf52 cdc example work on nrf52840pdkhathach
2018-03-17adding bulk/int supporthathach