summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/Makefile
AgeCommit message (Collapse)Author
2019-09-11rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite nowhathach
2019-05-14makefile clean uphathach
2019-05-01add make.mk and rules.mk to help new makefile examplehathach
2019-04-26adding msc dual lun examplehathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-04-17clean up examplehathach
2019-03-22simplify board API, adding stm32f3 discoveryhathach
- remove board header since it is not used
2019-03-20clean board uart read & writehathach
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-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-01-29zero init internal class/device datahathach
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-02adding makefile support for nrf5xhathach
got undefined reference to `_start'
2018-12-05fix travis build errorhathach
2018-11-27needs to be filled out. blinks thoughScott Shawcroft
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
It currently supports the SAMD21 and SAMD51 only. More will be added later.