summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-27clean uphathach
2019-03-25fix timer prio for freertos to blink ledhathach
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-22clean uphathach
2019-03-21minor clean uphathach
2019-03-21add readme url for mynewt examplehathach
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
2019-01-10Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4William D. Jones
2019-01-09cdc_msc_hid: Work around LTO bug in gcc where order of compile mattersWilliam D. Jones
2019-01-04Add USB Midi support.Scott Shawcroft
2019-01-02adding makefile support for nrf5xhathach
2018-12-14clean up compiler attributehathach
2018-12-13white spaceshathach
2018-12-13clean up fileshathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13osal clean uphathach
2018-12-12minor updatehathach