| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-20 | build.yml: Fix building mpy-cross-mac | Jeff 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-15 | Add DynOSSAT-EDU boards | Enrique Casado | |
| 2020-10-13 | workflows/build.yml - Add forgotten vina_d51 board. | Brian Dean | |
| 2020-10-09 | Merge pull request #3522 from tannewt/imx_metro | Scott Shawcroft | |
| Unify iMX RT flash config and add Metro M7 1011 | |||
| 2020-10-08 | workflows: Replace deprecated ::set-env | Jeff Epler | |
| 2020-10-07 | Unify iMX flash config and add Metro M7 1011 | Scott 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-01 | Merge pull request #3463 from UnexpectedCircuitPython/UM_S2_Boards | Scott Shawcroft | |
| Updated UM FeatherS2 boards | |||
| 2020-09-30 | Add to board list | Scott Shawcroft | |
| 2020-09-30 | Updated UM boards | Seon Rozenblum | |
| 2020-09-26 | add new board to actions build | Jeff Epler | |
| 2020-09-19 | Merge pull request #3432 from bd34n/rename-bdmicro-vina-m0-d21 | Dan Halbert | |
| Rename board bdmicro_vina_m0 to bdmicro_vina_d21 and update boardfiles. | |||
| 2020-09-17 | Merge pull request #2966 from sommersoft/ci_check_vid_pid | Scott Shawcroft | |
| Automate USB VID/PID Uniqueness Check | |||
| 2020-09-16 | rename board bdmicro_vina_m0 to bdmicro_vina_d21 and update boardfiles ↵ | Brian Dean | |
| appropriately | |||
| 2020-09-16 | Change build-arm to build-xtensa in build.yml | Rémi Sarrailh | |
| 2020-09-16 | Fix name in build.yml | Rémi Sarrailh | |
| 2020-09-16 | Fix invalid indentation on build.yml | Rémi Sarrailh | |
| 2020-09-16 | Add Muselab nanoesp32 s2 definition | Rémi Sarrailh | |
| 2020-09-14 | Merge pull request #3384 from jepler/feather_m4_can | Dan Halbert | |
| atmel-samd: add same51, feather_m4_can | |||
| 2020-09-12 | add to buildyml! | lady ada | |
| 2020-09-08 | add new board to CI | Jeff Epler | |
| 2020-09-01 | Merge pull request #3363 from dhalbert/matrix-portal | Dan Halbert | |
| matrix portal board | |||
| 2020-08-31 | matrix portal board | Dan Halbert | |
| 2020-08-30 | actions: Clone the esp-idf submodules ourselves | Jeff 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-28 | Add Kaluga board definition | Scott Shawcroft | |
| 2020-08-28 | Merge pull request #3238 from ElectronicCats/bastwifi | Dan Halbert | |
| Add Bastwifi by Electronic Cats | |||
| 2020-08-26 | Remove trailing whitespace | Dan Halbert | |
| 2020-08-26 | Changed microS2 board name | microDev | |
| 2020-08-24 | Added microS2 board to build.yml | microDev | |
| 2020-08-15 | build.yml: more texlive/latex dependencies | sommersoft | |
| 2020-08-15 | build.yml: ensure 'latexmk' is installed | sommersoft | |
| 2020-08-15 | build.yml: add doc building test for latex/pdf | sommersoft | |
| 2020-08-11 | update build.yml with picoplanet | bleeptrack | |
| 2020-08-02 | update for build test | sabas1080 | |
| 2020-08-01 | add support for Bast Wifi Electronic Cats | sabas1080 | |
| 2020-08-01 | change esp-idf cache tag | Dan Halbert | |
| 2020-07-30 | Merge remote-tracking branch 'origin/main' into blm_badge | Jeff Epler | |
| 2020-07-29 | Remove extra and incorrect upload line | Dan Halbert | |
| 2020-07-29 | remove temp upload check; can't be tested from fork | Dan Halbert | |
| 2020-07-29 | temporary change to test uploads | Dan Halbert | |
| 2020-07-28 | Upload mpy-cross builds to S3 | Dan Halbert | |
| 2020-07-28 | add to build.yml | Dan Halbert | |
| 2020-07-27 | Merge pull request #3196 from IkigaiSense/ikigaisense_vita | Scott Shawcroft | |
| add-ikigaisense_vita-nRF52840 | |||
| 2020-07-27 | Merge pull request #3101 from ndGarage/ndgarage_ndbit6_v2 | Scott Shawcroft | |
| ndgGarage ndbit6 v2 | |||
| 2020-07-24 | Add and correct some type hints | Taku Fukada | |
| 2020-07-23 | add-ikigaisense_vita-nRF52840 | ikigaisense | |
| 2020-07-22 | Improve .pyi generation | Taku Fukada | |
| 2020-07-16 | Merge pull request #3157 from tinkeringtech/tinkeringtech-scoutmakes-azul | Scott Shawcroft | |
| Addition of Tinkeringtech ScoutMakes Azul nRF52840 based platform to CircuitPython | |||
| 2020-07-15 | fixed build.yml file formatting errors | TinkeringTech | |
| 2020-07-15 | Added the TinkeringTech ScoutMakes Azul platform to CircuitPython | TinkeringTech | |
| 2020-07-13 | Merge pull request #3136 from xiongyihui/master | Scott Shawcroft | |
| Add 2 boards nRF52840 M.2 devkit and M60 Keyboard | |||
