summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2020-04-15translations-mergeLucian Copeland
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-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-01workflows: use current (3.8) pythonJeff Epler
now the need for 3.5 has been fixed
2020-04-01merge and docsLucian Copeland
2020-04-01Implement requested changesLucian Copeland
2020-03-31workflows: move riscv to its own sectionSean Cross
The riscv compilers shouldn't be in a section called "build-arm". Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-31workflow: add litex_fomu to ciSean Cross
This adds fomu and litex and fomu to build on ci. It requires downloading a riscv toolchain. Signed-off-by: Sean Cross <sean@xobs.io>
2020-03-27Update board name to bdmicro_vina_m0 to eliminate hyphens.Brian Dean
2020-03-27Fix sort. "bd" comes *after* "ba".Brian Dean
2020-03-27Fix tab introduced when adding bdmicro_vina-m0 board, should beBrian Dean
spaces.
2020-03-26Add bdmicro_vina-m0 board to workflows/build.yml.Brian Dean
2020-03-25Merge pull request #2727 from burtyb/commander-1Scott Shawcroft
Add support for Commander
2020-03-24Add to build.ymlChris Burton
2020-03-22Add thunderpack to build.jgillick
2020-03-18Merge pull request #2719 from theacodes/add-honking-buttonScott Shawcroft
Add board support for Winterbloom Big Honking Button
2020-03-18Remove some build options, fix order of boards in build.ymlThea Flowers
2020-03-18Add honking button to build workflowThea Flowers
2020-03-16Merge pull request #2705 from NightSkySK/UARTlogger2Scott Shawcroft
add UARTLogger2 board support for CircuitPython
2020-03-13spacing correctionSzymon Klause
2020-03-13add UARTLogger2 board support for CircuitPythonSzymon Klause
2020-03-12fix board sorting (due to T being before a anf t)TG-Techie
2020-03-12add TG-Watch02A to build workflowTG-Techie
2020-02-28upload bin and uf2 for arduino boards; remove unneeded build stepsDan Halbert
2020-02-28Download links now point to S3 via CloudFrontDan Halbert
2020-02-25samd51 thing plus: new portjepler
testing performed: * successfully store and retrieve a 500kB file on the flash * square wave output on each pin appears on o'scope * board.SPI(), board.SERIAL(), board.I2C() all construct
2020-02-22Merge pull request #2638 from fgallaire/masterDan Halbert
Arduino Nano 33 IoT support
2020-02-19mimxrt10xx: Add Feather M7 1011 board configarturo182
2020-02-19Update build.ymlFlorent Gallaire
2020-02-18Merge pull request #2605 from maholli/masterDan Halbert
New board: PyCubed + updates to SAM32 board
2020-02-12Merge remote-tracking branch 'upstream/master' into stm32-espruino-wifiLucian Copeland
2020-02-10Merge pull request #2570 from hierophect/stm32-f407-discoScott Shawcroft
STM32: Add STM32F4Discovery support
2020-02-10spelling is hard :)Max Holliday
2020-02-10Merge remote-tracking branch 'upstream/master' into stm32-espruino-wifiLucian Copeland
2020-02-08Update build.ymlMax Holliday
2020-02-07Merge pull request #2596 from hierophect/stm32-espruino-picohierophect
STM32: Espruino Pico
2020-02-06Create board definitions, add to board listLucian Copeland
2020-02-06Add espruino pico to board listLucian Copeland
2020-02-05Update build.ymlneubauek
2020-02-04add board to workflowLucian Copeland
2020-02-03add buildlineladyada
2020-01-29Merge branch 'master' into stm32-meowbithierophect