summaryrefslogtreecommitdiff
path: root/.github/workflows
AgeCommit message (Collapse)Author
2020-06-05Add nice!nano board supportNick
2020-06-03Add a pre-commit configuration to enforce basic file hygiene.Diego Elio Pettenò
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-05-26Merge pull request #2945 from pewpew-game/fluff_m0Scott Shawcroft
Add support for Fluff M0
2020-05-26Merge pull request #2955 from BradChan/masterDan Halbert
Add hiibot_bluefi board definitions
2020-05-26Add Fluff M0 to boardsRadomir Dopieralski
2020-05-25Add hiibot_bluefi board in build.ymlcyz
2020-05-23actions: Don't skip trying to (re)install idf toolsJeff Epler
We were seeing actions failures where the cache would be restored "successfully" but then "Install CircuitPython deps" would fail: # Step "Fetch IDF tool cache" Cache Size: ~247 MB (259277989 B) /bin/tar -xz -f /home/runner/work/_temp/a990f24d-c365-4685-b739-10e052812c81/cache.tgz -C /home/runner/work/circuitpython/circuitpython/.idf_tools Cache restored from key: Linux-idf-tools-731ed12bcdfbfa8b5dd37e03703992271b3ce85dd629e45130f80f43b84ce3a8 ... # Step "Install CircuitPython deps" Adding ESP-IDF tools to PATH... Not using an unsupported version of tool cmake found in PATH: 3.17.0. I checked locally, and (even when dist/* is removed) it is very quick to run each of the `idf_tools install` steps, about 2s total. Try doing this to see whether it fixes the CI problems.
2020-05-20Initial versionjason
2020-05-15Initial ESP32S2 port.Scott Shawcroft
Basic blinky works but doesn't check pins.
2020-05-12Merge remote-tracking branch 'adafruit/master' into improve_verificationScott Shawcroft
2020-05-12Build stubs before docsScott Shawcroft
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-12Merge pull request #2754 from maholli/non-standard-nvmScott Shawcroft
Add non-standard nvm to QSPI for external flash support
2020-05-11Merge pull request #2833 from xiongyihui/pitaya-go5.4.0-beta.0Scott Shawcroft
add nRF52840 based Makerdiary Pitaya Go
2020-05-11Add Teensy 4.1 board definitionScott Shawcroft
2020-05-09Merge branch 'master' into non-standard-nvmMax Holliday
2020-05-04actions: build-riscv: switch to checkout@v2Jeff Epler
2020-05-04Merge branch 'master' into non-standard-nvmDan Halbert
2020-05-04nrf: add pca10100Sean Cross
This is the nRF52833-DK board. Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-30Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-30Merge pull request #2828 from simmel-project/add-simmelScott Shawcroft
WIP: add simmel board
2020-04-30Add the OpenMV-H7 R1 boardLucian Copeland
2020-04-30add pitaya_goYihui Xiong
2020-04-29github: add simmel to build.ymlSean Cross
Signed-off-by: Sean Cross <sean@xobs.io>
2020-04-27Fix stm32746g_discoveryScott Shawcroft
Also, rename it so that matches the other board names.
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-27Merge remote-tracking branch 'adafruit/master'Max Holliday
2020-04-24 adds support for the stm32f746g_disco boardMark Olsson
2020-04-24Merge pull request #2807 from jepler/mpy-cross-mac-moved-cheeseDan Halbert
build.yml: Adjust for change in 'brew'
2020-04-24brew install just for safetys sakeJeff Epler
2020-04-24build.yml: Adjust for change in 'brew'Jeff Epler
'brew' apparently introduced an incompatible change, where even "--force" does not actually make the commands available in the default path. Also switch to a numbered macos release instead of "latest", though this did not save us from breaking changes in brew or other preinstalled sw.
2020-04-23STM32: adds support for stm32f746xx MCU and the nucleo_f746zg boardMark Olsson
2020-04-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
This isn't perfect and needs a bit more testing.
2020-04-15translations-mergeLucian Copeland
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-13Merge remote-tracking branch 'upstream/master' into stm32x7-setupLucian Copeland
2020-04-11switch to checkout@v2 with submodules and fetch-depth 0Jeff Epler
In order to get tags, including in submodules, we use our own fetching procedure on top of checkout@v2. A problem occuring in about 1% of jobs was that some submodules inexplicably did not have an "origin" remote configured. "git submodule sync" configures the "origin" remote in those cases. No cause for the problem was determined. Besides keeping up to date on actions/checkout, @v2 is supposed to fix a bug where "re-run" of a pull request would fail checking out the code.
2020-04-10Merge pull request #2758 from ElectronicCats/nfc_copyScott Shawcroft
NFC Copy Cat
2020-04-09update YMLsabas1080
2020-04-09Merge branch 'master' into nfc_copySabas
2020-04-09update build.ymlsabas1080
2020-04-09build.yml: pin Sphinx to '<4'sommersoft
2020-04-09Add busio support, cleanupLucian Copeland
2020-04-09build.yml: unpin Sphinx install;sommersoft
2020-04-08Use newer Ubuntu for CI.Scott Shawcroft
Maybe it's update server will be more reliable.
2020-04-07adds standard (non-queued) SPI support to QSPI for external flashMax Holliday
2020-04-07Don't upgrade to Sphinx 3Scott Shawcroft
The doc build doesn't complete and is likely broken for the inline RST. We can move to 3 when we move the inline docs to Python stubs.
2020-04-06Don't upgrade to Sphinx 3Scott Shawcroft
The doc build doesn't complete and is likely broken for the inline RST. We can move to 3 when we move the inline docs to Python stubs.
2020-04-01workflows: use current (3.8) pythonJeff Epler
now the need for 3.5 has been fixed