summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-09-05clean uphathach
2020-09-04update ci to also build host examplehathach
2020-07-19update ci scripthathach
2020-07-16add tud_speed_get()hathach
- define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
2020-04-07minor clean uphathach
2020-04-07add ci build_esp32s.pyhathach
2020-04-07skip freertos example for cxd56 msp430 and fomuhathach
2020-04-07CI: seperate esp32s2 into different jobhathach
skip esp32s in build_all.py script
2020-04-06fix CROSS_COMPILE for esp32s2hathach
2020-04-03minor clean uphathach
2020-04-03make as wrapper to idf.py for consistencyhathach
update ci build script to only build esp32-s2 target with freertos examples
2020-04-01doc updatehathach
2020-04-01add dcd_esp32s2hathach
skip esp32s2_saola for make build since idf use cmake
2020-03-25makefile clean uphathach
allow board to define CROSS_COMPILE (default to arm gcc)
2020-03-11add cdc_msc_freertos to cihathach
2020-03-09fix cihathach
2020-03-09add Flash & Ram to ci build resulthathach
2020-03-09Adding lwip_webserver to cihathach
- buil_al.py skip specific MCU if .skip.MCU_ exists - reduce stm32f070 heap & stack size to compile webserver
2020-01-03try to trigger mynewt examplehathach
2019-12-24Merge branch 'master' into develophathach
2019-12-23add driver 99-tinyusb.rules for ubuntu, rename window usbser infhathach
2019-12-09fix buildhathach
2019-11-21update build all script to build a specifichathach
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-11rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite nowhathach
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
2019-08-08format travis buildhathach
2019-07-11clean up build scripthathach
2019-07-08more travishathach
2019-07-03include midi_test in travis buildhathach
2019-05-20add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840hathach
2019-05-15update travis build scripthathach
2019-05-15ea4357 build with makefile, add to travishathach
2019-05-15ea4088 quickstart build with makefilehathach
2019-05-15mcb1800 work with makefile, add to travis buildhathach
2019-05-15add lpc1769 to travis device example buildhathach
2019-05-14add makefile support for lpcxpresso1347hathach
2019-05-14add lpcxpresso11u68 to travis buildhathach
2019-05-06adding msc Start Stop to buitin command, but not complate yethathach
add tud_msc_start_stop_cb() as optional callback
2019-05-03update travis build, make with 4 threadhathach
2019-05-03reduce travis make thread to 2hathach
2019-05-02update travis buildhathach
2019-05-02add hid_test.py for testing #58hathach
add feather nrf52840 express to supported board
2019-05-02support hid generic inout #58hathach
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT - add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN - add hid_generic_inout example
2019-05-01update build scripthathach
2019-04-26include msc_dual_lun example to travishathach
2019-03-27replace dcd_edpt_(clear)stall by usbd_edpt_(clear)stallhathach
- remove dcd_edpt_stalled() from dcd porting
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-20clean uphathach
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.