summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-04-01clone repo before installing depsmicroDev
closes #4524
2021-03-29Remove sentence about a link that fixes a problemJeff Epler
Multiple times it has occurred that people left this line in a PR by mistake. it makes it look like they failed to include some useful information, but really is just a misunderstanding. Delete the text to reduce the chance of misunderstanding.
2021-03-22Checkout before installing depsScott Shawcroft
2021-03-22Merge remote-tracking branch 'adafruit/main' into rp2040_flashScott Shawcroft
2021-03-21fix sortlady ada
2021-03-21qtpy is more of a button than a switch! add itsybitsy rev C fileslady ada
2021-03-20Merge pull request #4449 from ladyada/mainLimor "Ladyada" Fried
adventure together with rotary trinkey
2021-03-20adventure together with rotary trinkeylady ada
2021-03-19Add requirements-dev.txt for python depsScott Shawcroft
2021-03-18merge from upstreamDan Halbert
2021-03-17Merge pull request #4419 from spe2/mainScott Shawcroft
Add board definition for Sparkfun Pro Micro RP2040
2021-03-17Merge pull request #4411 from mintakka/thingplus-rp2040Jeff Epler
added board configuration for Sparkfun ThingPlus RP2040
2021-03-16Update .github/workflows/build.ymlmintakka
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-03-15Update build.ymlspe2
Add Pro Micro RP2040 to build.yml.
2021-03-15added sparkfun_thingplus_rp2040 to .github/workflows/boards.yml and renamed ↵mintakka
board folder to include chip
2021-03-15update pre-commitmicroDev
- add formatting check - add translations check
2021-03-10Merge pull request #4350 from nitz/board-add-sparkfun-micromod-nrf52840Scott Shawcroft
Add new nRF port for SF MicroMod nRF52840.
2021-03-09Fixing build.ymlFBSeletronica
2021-03-08funhouse boardDan Halbert
2021-03-08Merge branch 'main' into franzininhoWIFI_wroverFábio Souza
2021-03-08Adding franzininho_wifi_wroom in build.ymlFBSeletronica
2021-03-08Fix build.ymlFBSeletronica
2021-03-08updating build.yml with franzininho wifi wroomFBSeletronica
2021-03-07Add sparkfun_nrf52840_micromod to `build.yml`nitz
2021-03-06Fix build.yml wifi Franzininho WIFI wrover BoardFBSeletronica
2021-03-06Fix build.yml wifi Franzininho WIFI wroom BoardFBSeletronica
2021-03-06adding port for Franzininho WIFI board ESP32S2 w/WroverFBSeletronica
2021-03-06adding port for Franzininho WIFI boardFBSeletronica
2021-03-05build.yml: Fix 'Print failure info' to not errorJeff Epler
Print Failure Info is for printing differences detected by 'Test all'. When some other step fails, then "*.exp" doesn't match any files at all, and _this_ step fails too. We will assume that Github Actions always runs with bash as the shell (as it does today). In this case, we can set the "nullglob" shell option, so that a non-existent glob expands to nothing, instead of to itself.
2021-03-04change esp build cache key (again)Dan Halbert
2021-03-04Merge pull request #4316 from microDev1/issue-templateScott Shawcroft
Add issue templates
2021-03-04Apply suggestions from code reviewmicroDev
2021-03-03force a new idf-cache id to fix build issuesDan Halbert
2021-03-03add issue templatesmicroDev
2021-02-23Merge pull request #4244 from UnexpectedCircuitPython/mainScott Shawcroft
Added Unexpected Maker TinyS2 board definition
2021-02-23Added Unexpected Maker TinyS2 board definitionSeon Rozenblum
2021-02-19Added board names to build.ymlZodiusInfuser
2021-02-11Merge pull request #4188 from ladyada/mainDan Halbert
QT Py with RP2040
2021-02-11sortlady ada
2021-02-11QT Py with RP2040lady ada
2021-02-10Merge pull request #4168 from BHDynamics/mainScott Shawcroft
Add DynaLoRa-USB Dongle
2021-02-10Fix alphabetic order or build.ymlEnrique Casado
2021-02-10Edit build.ymlEnrique Casado
2021-01-31Merge pull request #4105 from xorbit/mainScott Shawcroft
Add board Silicognition LLC M4-Shim
2021-01-31Add support for Lilygo TTGO T8 ESP32-S2Aditya
2021-01-30Add board to github workflowPatrick Van Oosterwijck
2021-01-29workflows: use actions/cache@v2Jeff Epler
2021-01-28bump esp-idf cache tagJeff Epler
.. we are seeing failures that we have previously diagnosed as a bad cache. The github ui provides no way to update or delete a cache, so this is our workaround.
2021-01-22Merge branch 'main' into connectDan Halbert
2021-01-22update github actions cache key for xtensa buildDan Halbert