summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
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
2020-09-12add to buildyml!lady ada
2020-09-08add new board to CIJeff Epler
2020-09-01Merge pull request #3363 from dhalbert/matrix-portalDan Halbert
matrix portal board
2020-08-31matrix portal boardDan Halbert
2020-08-30actions: Clone the esp-idf submodules ourselvesJeff Epler
Builds of the esp32s2 targets frequently fail: ``` -- Found Git: /usr/bin/git (found version "2.28.0") -- Initialising new submodule components/asio/asio... warning: could not look up configuration 'remote.origin.url'. Assuming this repository is its own authoritative upstream. Submodule 'components/asio/asio' (/home/runner/work/circuitpython/circuitpython/ports/espressif/asio.git) registered for path 'components/asio/asio' fatal: repository '/home/runner/work/circuitpython/circuitpython/ports/espressif/asio.git' does not exist fatal: clone of '/home/runner/work/circuitpython/circuitpython/ports/espressif/asio.git' into submodule path '/home/runner/work/circuitpython/circuitpython/ports/esp32s2/esp-idf/components/asio/asio' failed Failed to clone 'components/asio/asio'. Retry scheduled fatal: repository '/home/runner/work/circuitpython/circuitpython/ports/espressif/asio.git' does not exist fatal: clone of '/home/runner/work/circuitpython/circuitpython/ports/espressif/asio.git' into submodule path '/home/runner/work/circuitpython/circuitpython/ports/esp32s2/esp-idf/components/asio/asio' failed Failed to clone 'components/asio/asio' a second time, aborting CMake Error at esp-idf/tools/cmake/git_submodules.cmake:48 (message): Git submodule init failed for components/asio/asio Call Stack (most recent call first): esp-idf/tools/cmake/build.cmake:78 (git_submodule_check) esp-idf/tools/cmake/build.cmake:160 (__build_get_idf_git_revision) esp-idf/tools/cmake/idf.cmake:49 (__build_init) esp-idf/tools/cmake/project.cmake:7 (include) CMakeLists.txt:8 (include) ``` It's not clear how/why this happens--is it something to do with our multithreaded build?. Attempt to clear it up by manually checking out these submodules ourselves.
2020-08-28Add Kaluga board definitionScott Shawcroft
2020-08-28Merge pull request #3238 from ElectronicCats/bastwifiDan Halbert
Add Bastwifi by Electronic Cats
2020-08-26Remove trailing whitespaceDan Halbert
2020-08-26Changed microS2 board namemicroDev
2020-08-24Added microS2 board to build.ymlmicroDev
2020-08-15build.yml: more texlive/latex dependenciessommersoft
2020-08-15build.yml: ensure 'latexmk' is installedsommersoft
2020-08-15build.yml: add doc building test for latex/pdfsommersoft
2020-08-11update build.yml with picoplanetbleeptrack
2020-08-02update for build testsabas1080
2020-08-01add support for Bast Wifi Electronic Catssabas1080
2020-08-01change esp-idf cache tagDan Halbert
2020-07-30Merge remote-tracking branch 'origin/main' into blm_badgeJeff Epler
2020-07-29Remove extra and incorrect upload lineDan Halbert
2020-07-29remove temp upload check; can't be tested from forkDan Halbert
2020-07-29temporary change to test uploadsDan Halbert
2020-07-28Upload mpy-cross builds to S3Dan Halbert