summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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
2018-07-25clean up device msc APIhathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall ↵hathach
unsupported scsi command
2018-07-25add control set boot protocol support and keyboard idle ratehathach
- tud_hid_keyboard_is_boot_protocol() - tud_hid_mouse_is_boot_protocol()
2018-07-25enable both mouse & keyboard examplehathach
2018-07-25tested boot mouse workinghathach
2018-07-24rename tud_hid_mouse_busy to tud_hid_mouse_readyhathach
2018-07-24change tud_hid_keyboard_busy() to tud_hid_keyboard_ready() for positive meaninghathach
2018-07-24rename device mouse APIhathach
2018-07-24nrf52840 boot mouse does not work, need more workhathach
2018-07-24nrf52840 example work with boot keyboardhathach
2018-07-23rename tud_hid_mouse_is_busy to tud_hid_mouse_busyhathach
2018-07-23enhance device hidhathach
- add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP - add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(), tud_hid_keyboard_send_string() - add timeout_blocking_wait()
2018-07-23add descriptor string count for tud_desc_set_thathach
2018-07-23fix descriptor minor issuehathach
2018-07-23reworking device hid class driverhathach
2018-07-14rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()hathach
2018-07-13more clean uphathach
2018-07-13clean uphathach
2018-07-12update examplehathach
2018-07-02remove sdk, add nrfx as submodulehathach
update segger project to work with nrfx
2018-07-01clean uphathach
2018-07-01update auto descriptorhathach
2018-07-01clean uphathach
2018-07-01add CFG_TUD_DESC_AUTO for auto descritpor (device, config)hathach
2018-06-24clean uphathach
2018-06-23clean up device cdchathach
separate cdc tx & rx bufsize
2018-06-18update build project for new folde structhathach
2018-05-17freeRTOS osal task use static APIhathach
2018-05-17rename vendor to libhathach
2018-05-14fix nrf52 example build errorhathach