summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-29use adafruit-nrfutil dfu as default flash target for feather nrf52840hathach
2019-05-29run tud_task() in board_delay()hathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-29add node hid installation instructionhathach
2019-05-24should fix and work with #58hathach
2019-05-24move all build into folder _buildhathach
2019-05-23host fix address alloc when it reach max deviceshathach
2019-05-22fix tud_cdc_read_char()/tud_cdc_peek() to return signed charhathach
2019-05-21better fix for #72 millis overthrowhathach
2019-05-21fix #72 address overflow with board_delayhathach
2019-05-20add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840hathach
2019-05-20Merge branch 'master' into develophathach
2019-05-20Merge pull request #68 from zardam/binary_outputhathach
2019-05-18Fix missing section in binary outputDamien Nicolet
2019-05-15clean uphathach
2019-05-15Merge pull request #66 from hathach/develophathach
2019-05-15clean uphathach
2019-05-15update travis build scripthathach
2019-05-15ea4357 build with makefile, add to travishathach
2019-05-15add button for ea4357hathach
2019-05-15ea4088 quickstart build with makefilehathach
2019-05-15board clean up, add button for ea4088hathach
2019-05-15change stm32lib submodule to our folk for now for flexibilityhathach
2019-05-15mcb1800 work with makefile, add to travis buildhathach
2019-05-15update button for mcb1800hathach
2019-05-15mcb1800 build and blinky with makefilehathach
2019-05-15add lpc1769 to travis device example buildhathach
2019-05-15lpc1769 work with makefilehathach
2019-05-15lpcxpresso 1769 build with makefile but not blinky yethathach
2019-05-14add makefile support for lpcxpresso1347hathach
2019-05-14add lpcxpresso11u68 to travis buildhathach
2019-05-14makefile work with lpc11u68hathach
2019-05-14add linker and startup for lpcxpresso11u68 boardhathach
2019-05-14enable CFG_TUSB_DEBUG on DEBUG buildhathach
2019-05-14more makefile clean uphathach
2019-05-14makefile clean uphathach
2019-05-14clean uphathach
2019-05-14clean uphathach
2019-05-14more endian converthathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14clean up endian convert functionhathach
2019-05-14remove deprecated tusb_task, clean up tusb compilerhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-13Merge pull request #65 from hathach/develophathach
2019-05-13clean uphathach
2019-05-12add index to tud_descriptor_configuration_cb()hathach
2019-05-12Merge pull request #64 from hathach/develophathach
2019-05-12change tud_descriptor_string_cb() to be consistent with other descriptor call...hathach
2019-05-12add tud_hid_descriptor_report_cb()hathach