summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
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
- remove board header since it is not used
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
since nrf5x require the use of std startup. Add verbose mode to makefile
2019-03-19stm32f place startup*.o first in linking order due to gcc flto bughathach
ref: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966
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 ↵hathach
and out
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
- Add macro NO_VTOR_CONFIG - In Properties -> Debugger -> Debugger Options -> Start From Entry Point Symbol, set to 'No.' This is because we should enter our SoftDevice's ResetHandler(), not our applications. For more information, see RK's comment below.
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
fix incorrect prototypes, clean up.
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
(bug #1747966).
2019-01-04Add USB Midi support.Scott Shawcroft
It also introduces a txbuffer which copies data into it but passes the buffer straight to the USB rather than another copy.
2019-01-02adding makefile support for nrf5xhathach
got undefined reference to `_start'
2018-12-13white spaceshathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
tusb_task() still exists for backward compatible
2018-12-13osal clean uphathach
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS.
2018-12-12minor updatehathach
2018-12-07enable all warningshathach
2018-12-05clean up ses projecthathach
2018-12-05add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isrhathach
2018-12-05fix travis build errorhathach
2018-12-05lpc40xx device work, moving Chip_USB_Init out of tinyusbhathach
2018-12-04adding ea4088 quickstart, able to blinkhathach
2018-12-04add mcb1800, blink led okhathach
2018-12-03clean uphathach
2018-12-03use lpcopen for ea4357, blinky okhathach
2018-12-03clean up lpc13hathach
2018-12-03moving lpc17xx to use lpcopenhathach
2018-12-03move lpc_chip_13xx fileshathach
2018-12-03use flash for msc_disk_ram in case mcu does have enough sramhathach