summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
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
2020-01-29Merge pull request #2551 from jepler/build-mpy-cross-static-linux-win64Scott Shawcroft
Build static binaries of mpy-cross for desktop linux, desktop windows, mac, and raspbian
2020-01-27Merge pull request #2532 from tannewt/teensy4-devScott Shawcroft
Refine iMX RT memory layout and add three boards
2020-01-25add mpy-cross-mac to build artifactsJeff Epler
2020-01-25Build static mpy-cross binsJeff Epler
.. for windows, desktop (x86_64) linux, and raspbian
2020-01-23Merge branch 'master' into ndbit6Limor "Ladyada" Fried
2020-01-23change-name-to-ndgarage_ndbit6ndgarage
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
Introduces a way to place CircuitPython code and data into tightly coupled memory (TCM) which is accessible by the CPU in a single cycle. It also frees up room in the corresponding cache for intermittent data. Loading from external flash is slow! The data cache is also now enabled. Adds support for the iMX RT 1021 chip. Adds three new boards: * iMX RT 1020 EVK * iMX RT 1060 EVK * Teensy 4.0 Related to #2492, #2472 and #2477. Fixes #2475.
2020-01-16Add OHS2020 badge to build.ymlMichael Welling
Signed-off-by: Michael Welling <mwelling@ieee.org>
2020-01-15Merge pull request #2525 from aramcon-badge/badge_2019_upstreamDan Halbert
Add board definition files for AramCon Badge 2019
2020-01-16Add board definition files for AramCon Badge 2019Benny Meisels
2020-01-15Merge pull request #2520 from joeycastillo/openbook-squashedDan Halbert
CircuitPython support for the Open Book
2020-01-14Initial commit.dalegrover
2020-01-14add support for the Open BookJoey Castillo
2020-01-10working controlHierophect
2020-01-06Add initial MIMXRT10XX portarturo182
2020-01-06Merge remote-tracking branch 'upstream/master' into stm32-meowbitHierophect
2020-01-04yaml changesHierophect
2019-12-30initial CLUE board defnDan Halbert
2019-12-17Switch to fetching GCC from AWSScott Shawcroft
Fixes #2388
2019-12-16Merge pull request #6 from adafruit/masterJoe Bakalor
Pull master
2019-12-16Merge branch 'master' into masterKalbeAbbas
2019-12-12Merge branch 'master' of https://github.com/Teknikio/circuitpythonJoeBakalor
2019-12-12Add teknikio_bluebird to build.ymlJoeBakalor
2019-12-10Merge branch 'master' into stm32-blackpillhierophect
2019-12-10Merge pull request #2315 from hierophect/stm32-pyb-nanoScott Shawcroft
STM32: Add PYB Nano support
2019-12-06remove pyb nano folderHierophect
2019-12-05Merge remote-tracking branch 'upstream/master' into stm32-blackpillHierophect
2019-12-02Merge branch 'master' into gcc9Jeff Epler
2019-11-25ci: add shirtty to build matrix per instructionsThomas Sarlandie
2019-11-22build.yml: Use a newer build toolchainJeff Epler
.. the new version is not offered in .deb form, so the installation process also changes
2019-11-22remove blackpillHierophect