summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2018-11-20clean uphathach
2018-11-20use correct samd51 startuphathach
able to carry some usb transfer
2018-11-20samd51 metro m4 add init_mcu() and usb inithathach
- device regconized on bus but doesnt response with setup packet. - temp disable msc
2018-11-17clean uphathach
2018-11-17samd51 project updatehathach
2018-11-17pass mcu option from compilerhathach
2018-11-14change osal_queue_receive() signaturehathach
- fix build issue with freertos
2018-11-14update example for PR. correct share_control definitionhathach
- rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with duplicated names (e.g keil, ses).
2018-11-14able to blink led on metro m4hathach
2018-11-14add sand51 project to seshathach
2018-11-14update generic example ses projecthathach
2018-11-14added ses solutionhathach
2018-11-14add Adafruit samd-peripherals as submodule.hathach
clean up board
2018-11-13update segger rtthathach
2018-11-13clean uphathach
2018-11-13rename projecthathach
2018-11-13refactor exampleshathach
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-10-24clean uphathach
2018-10-24add mcu specific freeRTOSConfig.hhathach
2018-10-24freertos example clean uphathach
2018-10-23simplify qspi flash with blocking APIhathach
2018-10-23clean up helper funchathach
2018-10-23clean uphathach
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-07clean up msc apphathach
2018-08-30remove CFG_TUD_CDC_FLUSH_ON_SOF optionhathach
2018-08-23freeRtos seems to work well with nrf52840hathach
2018-08-23freertos blinky with software timerhathach
2018-08-22adding nrf5x freertos examplehathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-31tud_hid_generic_get_report_cb and tud_hid_generic_set_report_cb are mandantoryhathach
2018-07-29hid device enhancehathach
2018-07-28fix hid generic various errorhathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-27seperate CFG_TUD_HID_BOOT_PROTOCOL to CFG_TUD_HID_KEYBOARD_BOOT & ↵hathach
CFG_TUD_HID_MOUSE_BOOT
2018-07-27add usb msc callback descriptionhathach
2018-07-27house keepinghathach
2018-07-26house keepinghathach
2018-07-26rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in ↵hathach
support command
2018-07-26move nrf_drv_usbd_errata to portable folderhathach
2018-07-26clean uphathach
2018-07-26update main app for start stop unithathach
2018-07-25add SCSI_CMD_REQUEST_SENSE into device msc built-in commandhathach
2018-07-25clean up device mschathach
2018-07-25update msc examplehathach