summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2021-01-21Change xtensa cache keyDan Halbert
again, we need to stop using a bad cache for ESP32-S2 builds
2021-01-20Add initial RP2040 supportScott Shawcroft
The RP2040 is new microcontroller from Raspberry Pi that features two Cortex M0s and eight PIO state machines that are good for crunching lots of data. It has 264k RAM and a built in UF2 bootloader too. Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf
2021-01-19Update .github/workflows/build.yml djix123
Change name from _haxpress to _with_flash Co-authored-by: Dan Halbert <halbert@halwitz.org>
2021-01-19Add support for a 'haxpress' external SPI flash build for the stm32f411ce ↵Jonathan Giles
blackpill board
2021-01-14Merge pull request #3991 from TG-Techie/main6.1.0-rc.16.1.06.1.xDan Halbert
Revision to TG-Watch
2021-01-14change extensa github actions cache key to avoid bad cacheDan Halbert
2021-01-13final name and extra boardJonah Yolles-Murphy
2021-01-12fix some precommit complaintslady ada
2021-01-12Merge pull request #3959 from ladyada/mainScott Shawcroft
try adding new feather def
2021-01-10update TG-Watch pins, name, and frozen librariesJonah Yolles-Murphy
2021-01-09add tftlady ada
2021-01-09Merge branch 'main' into mainLimor "Ladyada" Fried
2021-01-09try adding new feather deflady ada
2021-01-08need to find strings in ulabJeff Epler
2021-01-08ensure gettext program is available to pre-commitJeff Epler
2020-12-26re-arrange ci actionsmicroDev
2020-12-21Merge pull request #3662 from ElectronicCats/bastbleScott Shawcroft
Add new board BastBLE
2020-12-18Merge pull request #3842 from StackRduino/mainDan Halbert
add stackrduino_m0_pro
2020-12-17Merge pull request #3752 from jepler/gcc10Dan Halbert
build: Update to gcc10
2020-12-17Update build.ymlHany Elkomy
added stackrduino_m0_pro board
2020-12-14typoDan Halbert
2020-12-14suod apt-get updateDan Halbert
2020-12-14Use Dec 11 gcc 10.2 releaseDan Halbert
2020-12-11add apt-get updateDan Halbert
2020-11-24Merge pull request #3749 from skerr92/add-cpsapling-spiflashScott Shawcroft
Add cpsapling spiflash
2020-11-24build: Update to gcc10 previewJeff Epler
2020-11-23Merge remote-tracking branch 'circuitpython/main' into thunderpack1.2jgillick
2020-11-23forgot the build.yml filesSeth Kerr
2020-11-22Rename thunderpack to v11jgillick
2020-11-20I need to revisit the alphabet...Seth Kerr
2020-11-20changed tab to spaces in build.yml, passes local pre-commitSeth Kerr
2020-11-20fixing build.ymlSeth Kerr
2020-11-17fix ubuntu-latest stragglersjepler-try-ubuntu-20.04Jeff Epler
2020-11-17actions: Disable pagination of 'aws' commandsJeff Epler
An anticipatory workaround for https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html#cliv2-migration-output-pager
2020-11-16see what happens if workflows move to ubuntu 20.04Jeff Epler
2020-11-13fix name board Ricardo
2020-11-09Rename to include display detailsScott Shawcroft
2020-11-09fix nameRicardo
2020-11-09add board on build.ymlRicardo
2020-11-06Fix build board listScott Shawcroft
2020-11-02Merge pull request #3622 from sw23/mainScott Shawcroft
Fixing remaining stub mypy issues + run check-stubs to CI
2020-10-31Update build.ymlJeff Epler
Need to request zip to recurse, because it is not the default
2020-10-31Use correct stubs directory nameDan Halbert
The stubs directory is called `circuitpython-stubs`, not `stubs`.
2020-10-31Update .github/workflows/build.ymlDan Halbert
2020-10-31workflows: Fix typo that broke builds while trying to upload stubsJeff Epler
2020-10-30Adding mypy to dep list and clarifying Stubs stage namesw23
2020-10-30Fixing remaining stub mypy issues + run check-stubs to CIsw23
2020-10-30Merge pull request #3610 from Edrig/mainScott Shawcroft
Add new board to nrf port: holyiot_nrf52840
2020-10-30Merge pull request #3601 from jepler/upload-stubs-s3Scott Shawcroft
workflows: Upload stubs to s3
2020-10-28actions: Fix location of stubs uploadJeff Epler