summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid
AgeCommit message (Expand)Author
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-05-01add make.mk and rules.mk to help new makefile examplehathach
2019-04-28add TUD_ to HID_REPORT_DESC_* templatehathach
2019-04-26clean up disk imagehathach
2019-04-26add msc multiple lun supporthathach
2019-04-26adding msc dual lun examplehathach
2019-04-25remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUPhathach
2019-04-19move interface descriptor template to usbd.h, update exmaplehathach
2019-04-19update device freeRTOS exmaplehathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-04-18wrap up hid device refactorhathach
2019-04-18update tud_hid_keyboard/mouse helperhathach
2019-04-18refactor hid, rename hid_generic to simply hid_hathach
2019-04-17clean up examplehathach
2019-04-11remove auto device descriptorhathach
2019-04-08fix #53 use nrfx_usbd_errata.hhathach
2019-04-02rename board_led_control to board_led_writehathach
2019-04-02samd support suspend and resume. Though cannot distinguish between Suspend an...hathach
2019-04-01add board_button_read()hathach
2019-03-30added tud_suspended() and tud_ready()hathach
2019-03-30clean up texthathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
2019-03-29clean uphathach
2019-03-29working on suspend and resumehathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23clean up bsp, adde board_millis()hathach
2019-03-23remove idle rate enforcement, should be done in application levelhathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
2019-03-21minor clean uphathach
2019-03-20clean board uart read & writehathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-20move lpcopen to its own repo (submodule)hathach
2019-03-20move -nostdlib (-nostartfiles) into board.mkhathach
2019-03-19stm32f place startup*.o first in linking order due to gcc flto bughathach
2019-03-17update flash-jlink target for m0 and m4 boardhathach
2019-03-16adding flash (jlink)hathach
2019-03-15update ses project filehathach
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2019-03-10adding segger project for stm32f4hathach
2019-03-09add flash target for stm32 board using stm32cubeprogammger clihathach
2019-03-05fix asm file .S (nrf) and .s (stm)hathach
2019-03-05Merge branch 'master' into stm32f4hathach
2019-02-27examples/cdc_msc_hid: Revert local changes to tusb_config.h.William D. Jones
2019-01-29zero init internal class/device datahathach
2019-01-29fix segger debug with SDhathach
2019-01-29nrf5x usb init before sd workshathach
2019-01-29add S140 v6 build config for nrf5xhathach
2019-01-25Merge branch 'devlocal' into develophathach
2019-01-10cdc_msc_hid: Ensure example compiles again- add missing prototypes,William D. Jones