summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
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
2019-11-21change orderHierophect
2019-11-21yaml additionsHierophect
2019-11-21Removed robohatmm1_m0 from build.wallarug
2019-11-19add-ndbit6ndgarage
2019-11-17workflows: Don't try to upload when running in someone's forkJeff Epler
.. which we can tell by whether the environment variable is non-empty
2019-11-14updatedKalbeAbbas
2019-11-12Update build.ymlKalbeAbbas
2019-11-12Update build.ymlKalbeAbbas
2019-11-04Add board configuration for Winterbloom SolThea Flowers
2019-10-27Merge pull request #2244 from dhalbert/itsybitsy_nrf52840_expressJeff Epler
Initial Itsy nRF52840 defn
2019-10-26forgot board in build.ymlDan Halbert
2019-10-25Initial Itsy nRF52840 defnDan Halbert
2019-10-24Merge pull request #2243 from hierophect/f405-rename-and-fixeshierophect
STM32: rename feather_stm32f405_express, fix makefile defs issue
2019-10-24Rename feather across folders and config, fix makefile def issueHierophect
2019-10-23Fixes alphabetical list in board.yml nrf above qwiic_microProductDev
2019-10-23Adds two new builds to build.yml within workflows directoryProductDev
2019-10-21ci: don't run the "thread" testsJeff Epler
This part of the unix micropython port isn't related to any functionality used in CircuitPython, and at least one of the tests (thread_gc) fails with non-negligible frequency. Reasons to revisit this in the future would include if/when thread support is added in CircuitPython.
2019-10-15Merge pull request #2222 from tannewt/fix_release_checksDan Halbert
Switch to the new release event type filter
2019-10-14Switch to the new release event type filterScott Shawcroft
Fixes #2201