summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2020-11-24Merge pull request #3749 from skerr92/add-cpsapling-spiflashScott Shawcroft
Add cpsapling spiflash
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-09Rename to include display detailsScott Shawcroft
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
2020-10-28Update build.ymlNoel Gaetan
2020-10-28Fix: .github/workflows/build.ymlGaetan
2020-10-28Change Board Name to ADM_B_NRF52840_1Gaetan
edit : .github/workflows/build.yml rename : ports/nrf/boards/holyiot_nrf52840/board.c -> ports/nrf/boards/ADM_B_NRF52840_1/board.c rename : ports/nrf/boards/holyiot_nrf52840/mpconfigboard.h -> ports/nrf/boards/ADM_B_NRF52840_1/mpconfigboard.h rename : ports/nrf/boards/holyiot_nrf52840/mpconfigboard.mk -> ports/nrf/boards/ADM_B_NRF52840_1/mpconfigboard.mk rename : ports/nrf/boards/holyiot_nrf52840/pins.c -> ports/nrf/boards/ADM_B_NRF52840_1/pins.c
2020-10-26Add to CI buildScott Shawcroft
2020-10-26 Ready to PRGaetan
* ../../.github/workflows/build.yml + boards/holyiot_nrf52840/board.c + boards/holyiot_nrf52840/mpconfigboard.h + boards/holyiot_nrf52840/mpconfigboard.mk + boards/holyiot_nrf52840/pins.c
2020-10-24workflows: Upload stubs to s3Jeff Epler
2020-10-21Merge pull request #3587 from adafruit/6.0.xJeff Epler
Merge in two fixes from 6.0.x
2020-10-21Merge pull request #3586 from Targett363/esp32s2_module_clipScott Shawcroft
Esp32s2 module clip
2020-10-20build.yml: Fix building mpy-cross-macJeff Epler
Recently, the macos-10.15 image was updated with a non-brew version of awscli. This made our CI script, which does a `brew install awscli` fail: ``` Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink bin/aws Target /usr/local/bin/aws already exists. You may want to remove it: rm '/usr/local/bin/aws' ```
2020-10-15Add DynOSSAT-EDU boardsEnrique Casado
2020-10-13workflows/build.yml - Add forgotten vina_d51 board.Brian Dean
2020-10-10Corecting spelling mistake in build.ymlTargett363
2020-10-10Updating the build.yml to include both Module Clip boardsTargett363
2020-10-09Merge pull request #3522 from tannewt/imx_metroScott Shawcroft
Unify iMX RT flash config and add Metro M7 1011
2020-10-08workflows: Replace deprecated ::set-envJeff Epler
2020-10-07Unify iMX flash config and add Metro M7 1011Scott Shawcroft
This unifies the flash config to the settings used by the Boot ROM. This makes the config unique per board which allows for changing quad enable and status bit differences per flash device. It also allows for timing differences due to the board layout. This change also tweaks linker layout to leave more ram space for the CircuitPython heap.
2020-10-01Merge pull request #3463 from UnexpectedCircuitPython/UM_S2_BoardsScott Shawcroft
Updated UM FeatherS2 boards
2020-09-30Add to board listScott Shawcroft
2020-09-30Updated UM boardsSeon Rozenblum
2020-09-26add new board to actions buildJeff Epler
2020-09-19Merge pull request #3432 from bd34n/rename-bdmicro-vina-m0-d21Dan Halbert
Rename board bdmicro_vina_m0 to bdmicro_vina_d21 and update boardfiles.
2020-09-17Merge pull request #2966 from sommersoft/ci_check_vid_pidScott Shawcroft
Automate USB VID/PID Uniqueness Check
2020-09-16rename board bdmicro_vina_m0 to bdmicro_vina_d21 and update boardfiles ↵Brian Dean
appropriately
2020-09-16Change build-arm to build-xtensa in build.ymlRémi Sarrailh
2020-09-16Fix name in build.ymlRémi Sarrailh
2020-09-16Fix invalid indentation on build.ymlRémi Sarrailh
2020-09-16Add Muselab nanoesp32 s2 definitionRémi Sarrailh
2020-09-14Merge pull request #3384 from jepler/feather_m4_canDan Halbert
atmel-samd: add same51, feather_m4_can