summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-30Merge pull request #612 from prplz/masterHa Thach
Fix midi sysex sending bug
2021-01-30A CDC-like blocking behaviourAlexander Golovanov
2021-01-29Merge pull request #615 from charkster/usbtmc_fix_558Ha Thach
fix #558
2021-01-29Merge pull request #617 from hathach/fix-unittest-ciHa Thach
specify ruby version for unit test
2021-01-29fix #614 typohathach
2021-01-29specify ruby version for unit testhathach
2021-01-29add support for LOG=2hathach
LOGGER=rtt is not tested since jlink doesn't support rp2040 just yet
2021-01-28fix #558 third attemptcharkster
2021-01-28fix #558charkster
2021-01-28fix #558charkster
2021-01-28Fix midi sysex sending bugMichael Himing
2021-01-27rp2040 move uart id to board specifichathach
2021-01-27clean up rp2040 assigned_address, remove panic from remote_wakeuphathach
2021-01-27wrap rp2040_usb around opt mcuhathach
2021-01-26Merge pull request #606 from hathach/upload-binary-artifactsHa Thach
Upload binary artifacts
2021-01-26more renamehathach
2021-01-26rename artifact to have tinyusb- prefixhathach
2021-01-26limit artifact to only uf2 for nowhathach
due to the large size of combined binaries of all boards + all examples
2021-01-26test cihathach
2021-01-26try upload build binaries artifactshathach
2021-01-26add copy-artifact target, and add uf2 for all family boardhathach
2021-01-26change output filename to BOARD-Directoryhathach
2021-01-25rename build outputhathach
2021-01-25Merge pull request #604 from kamtom480/spresense-sdk-2.0.2Ha Thach
Update Spresense SDK and fix dcd issues
2021-01-25Merge pull request #605 from hathach/add-adafruit-rp2040Ha Thach
add adafruit feather, itsy bitsy and qt rp2040
2021-01-25add adafruit feather, itsy bitsy and qt rp2040hathach
not tested, purely based on schematic
2021-01-25Merge pull request #603 from hathach/pico-followupHa Thach
Pico followup for (ci) building examples
2021-01-25Fix dcd issues on cxd56Kamil Tomaszewski
Pass the next setup package when USB stack is ready to receive it. When the transfer is 0 on EP0 send complete to the USB stack Pass the data received after the setup package to the USB stack.
2021-01-25Define Spresense EP numbers for cdc_msc exampleKamil Tomaszewski
2021-01-25Update Spresense SDK to 2.0.2Kamil Tomaszewski
2021-01-25revert ci cache toolchain, use xpack for armgcc and risvhathach
since there is only 30s in difference
2021-01-25more with toolchain cachehathach
2021-01-25change riscv toolchain to xpackhathach
2021-01-25fix cihathach
2021-01-25try to cache all toolchains to speed up cihathach
2021-01-25try fixing msp430 cachehathach
2021-01-25get all device example build with rp2040 (except freeRTOS)hathach
2021-01-25fix host buildhathach
2021-01-25correct msp430 cachehathach
2021-01-25change msp430 caching, use url for cache keyhathach
2021-01-25correct ci scriptshathach
2021-01-23rp2040: start to adopt TU coding conventionsPeter Lawrence
2021-01-23rp2040_hcd: check pointer before usingPeter Lawrence
2021-01-24enable ci for rp2040hathach
2021-01-24rp2040 skip freertos examplehathach
2021-01-24rp2040 hid_composite compiled and testedhathach
2021-01-24rp2040 dfu_rt dynamic_configuration compiledhathach
not tested, but should be OK
2021-01-24rp2040 dual cdc compiled and testedhathach
2021-01-24rp2040 audio_test compilehathach
2021-01-24cmake esp32s2 and rp2040 getting alonghathach