summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-12Release 0.9.0 (#716)0.9.0Ha Thach
* update change log for release * move changelog into docs/ * more changelog * increase macro version
2021-03-12Merge pull request #713 from HiFiPhile/cdc_readHa Thach
Call One time tu_fifo_write_n on cdcd_xfer_cb
2021-03-12use !tu_fifo_empty() instead of tu_fifo_count()hathach
2021-03-12Merge branch 'cdc_read' of https://github.com/HiFiPhile/tinyusb into ↵hathach
HiFiPhile-cdc_read
2021-03-11Add fifo empty check.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2021-03-10Call One time tu_fifo_write_n on cdcd_xfer_cbHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2021-03-10Update pico sdk 1.1.0 (#712)Ha Thach
* update pico-sdk to 1.1.0 also correct fetch_submodule_if_empty behavior
2021-03-10Merge pull request #711 from hathach/usbd-handle-set-interfaceHa Thach
Usbd handle set interface
2021-03-10Merge pull request #710 from hathach/update-docHa Thach
update doc for BOARD name, add note for udev on Linux
2021-03-10usbd ack SET_INTERFACE if it is not implemented by class driver.hathach
2021-03-10clean uphathach
2021-03-10update doc for BOARD name, add note for udev on Linuxhathach
2021-03-05Merge pull request #708 from hathach/add-back-cmsis5Ha Thach
Add back cmsis5 as submodule
2021-03-05clean uphathach
some how lpc55 ci cannot build without pre-checkout lib/sct_neopixel
2021-03-05nrf add lib/CMSIS_5 to DEPS_SUBMODULEShathach
2021-03-05update DEPS_SUBMODULES to optimize cihathach
2021-03-05add back lib/CMSIS_5 submodulehathach
2021-03-05remove local cmsis_5hathach
2021-03-05Merge pull request #702 from hathach/more-ciHa Thach
More ci
2021-03-04rename FAMILY_SUBMODULES to DEPS_SUBMODULEShathach
2021-03-04merge no-family example buildhathach
specify FAMILY_SUBMODULES for all boards
2021-03-04Merge pull request #701 from hathach/ci-cache-toolchainHa Thach
cache all toolchains to speed up ci
2021-03-04Merge pull request #700 from hathach/fix-rp2040-bus-resetHa Thach
fix enum walkaround forever check for SE0 when pull up is disabled
2021-03-04cache all toolchains to speed up cihathach
2021-03-04add midi commenthathach
2021-03-04fix enum walkaround forever check for SE0 when pull up is disabledhathach
2021-03-04update doc, skip board_test in esp32s2 cihathach
2021-03-04add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7hathach
2021-03-04Merge pull request #688 from duddie/masterHa Thach
Fix Endpoint descriptor size for MIDI Device
2021-03-03Merge pull request #695 from hathach/more-family-boardHa Thach
More family board
2021-03-03Create config.ymlHa Thach
2021-03-03Delete porting.mdHa Thach
2021-03-03clean uphathach
2021-03-03add h745disco to family grouphathach
2021-03-03group h743eval and h743nucleo into stm32h7hathach
tested and work well
2021-03-03mcb1800 and lpc18s37 work well with both device and host demohathach
2021-03-03add lpc18 familyhathach
2021-03-03Merge pull request #692 from hathach/improve-rp2040Ha Thach
Improve rp2040
2021-03-02clean uphathach
2021-03-02rp2040 add disconnection detectionhathach
- also use dcd_event_bus_reset() - Add TODO for suspend, resume later on (need to test with/without vbus detection).
2021-03-02rp2040 able to get log with rtthathach
add note for segger rtt block search range
2021-03-02update pico-sdk to more recent commithathach
- move target_link_libraries() to family.cmake - enable pico_bootsel_via_double_reset
2021-03-02Merge pull request #691 from hathach/fix-rp2040-host-buildHa Thach
fix rp2040 host build
2021-03-02fix rp2040 host buildhathach
2021-03-02Merge pull request #684 from hathach/rp2040-host-exampleHa Thach
add rp2040 to host example build
2021-03-02Merge pull request #690 from hathach/submodule-on-the-flyHa Thach
Submodule on the fly
2021-03-02move fomu to its own family, update ci with build risvhathach
2021-03-02update ci for msp430 familyhathach
2021-03-02move msp430 into familyhathach
2021-03-02add lib/CMSIS_5 v5.7 locallyhathach