summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2021-01-23Merge pull request #600 from hathach/refactor-bspHa Thach
Refactor bsp
2021-01-23text clean uphathach
2021-01-23more ci clean uphathach
2021-01-23improve ci for esp32s2hathach
2021-01-23seperate ci build for family and orphaned boardshathach
2021-01-23ci checkout sub-submodulehathach
2021-01-23change lwip to github mirrorhathach
2021-01-23action checkout submodule=truehathach
2021-01-23try fetchRecurseSubmodules = falsehathach
2021-01-23try to fix cross included submodules with pico-sdkhathach
2021-01-23doc updatehathach
2021-01-23add pico-sdk as submodulehathach
2021-01-23rp2040 cdc_msc work wellhathach
2021-01-23rp2040 better support multiple boardshathach
2021-01-23get board_test running with pico on both led and buttonhathach
2021-01-22update cmake build to work with esp32s2 and rp2040hathach
2021-01-22fix compiler warninghathach
2021-01-22Merge pull request #599 from hathach/group-boards-into-familyHa Thach
Group boards into family
2021-01-22Merge branch 'master' into group-boards-into-familyhathach
2021-01-22more cihathach
2021-01-22fix esp32s2 ci buildhathach
2021-01-21Merge pull request #598 from hathach/picoHa Thach
RP2040 support
2021-01-21revert submodules changeshathach
2021-01-21Merge branch 'master' into picoHa Thach
2021-01-19RP2040 supportgraham sanderson
2021-01-14Merge pull request #590 from kkitayam/support_for_cmdHa Thach
Add support for Windows10 Command Prompt as a shell on GNU make.
2021-01-14replaced variable name to CMDEXE from UNAME.kkitayam
removed the rule that .d files are converted to .P files.
2021-01-13update build_all.py to support both single board and family grouphathach
2021-01-13move luna into samd21 grouphathach