| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-02 | add alias boards and bus_device to the support matrix | Neradoc | |
| add list with manual brand names for aliases the new info in the support_matrix is used in build_board_info.py | |||
| 2021-03-31 | add en_GB translation to builds | Dan Halbert | |
| 2021-03-29 | no default value for support_matrix[board_id] | Neradoc | |
| will raise an error during build if things as not as expected as suggested by @jepler | |||
| 2021-03-29 | fix list of modules for alias boards | Neradoc | |
| 2021-03-25 | sort languages in a way that is not case sensitive | Neradoc | |
| 2021-03-24 | implement issue #4470 | Neradoc | |
| move the language allow list to generate_download_info() and use it there too | |||
| 2021-03-15 | run code formatting script | microDev | |
| 2021-01-27 | Fix blinka release PR language list | Scott Shawcroft | |
| 2021-01-20 | Add initial RP2040 support | Scott 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 | |||
| 2020-11-18 | Update build board info. | Scott Shawcroft | |
| * Don't add full urls because they are too large. * Remove the unstable version when it starts with the current version. | |||
| 2020-09-17 | Reorganize sdkconfigs and release UF2s | Scott Shawcroft | |
| 2020-07-06 | Add license to some obvious files. | Diego Elio Pettenò | |
| 2020-07-03 | Shrink files.json by using one space instead of four. | Scott Shawcroft | |
| Also: - Remove download count update because the files are no longer on GitHub. - Add "extensions" and "languages" to each board dictionary so we can stop using "files" entirely. | |||
| 2020-06-29 | tools/build_board_info.py: add built-in modules information for each board ↵ | sommersoft | |
| for use on circuitpython.org; uses 'docs/shared_bindings_matrix.py' | |||
| 2020-06-16 | Add meowbit UF2 download override to website | Lucian Copeland | |
| 2020-06-01 | include uf2 firmware for nrf52840 mdk usb dongle which has a uf2 bootloader now | Yihui Xiong | |
| 2020-05-15 | Initial ESP32S2 port. | Scott Shawcroft | |
| Basic blinky works but doesn't check pins. | |||
| 2020-04-22 | tools: upload .bin and .uf2 for Itaca uChip boards | Mike Weiblen | |
| uChip boards are shipped with an Arduino bootloader. The .bin files can be installed without first installing a .uf2 bootloader. See https://github.com/adafruit/circuitpython/issues/2798 | |||
| 2020-03-31 | tools: add dfu extension and mark litex as dfu | Sean Cross | |
| Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-03-31 | workflow: add litex_fomu to ci | Sean Cross | |
| This adds fomu and litex and fomu to build on ci. It requires downloading a riscv toolchain. Signed-off-by: Sean Cross <sean@xobs.io> | |||
| 2020-03-11 | change CI target | Lucian Copeland | |
| 2020-02-28 | upload bin and uf2 for arduino boards; remove unneeded build steps | Dan Halbert | |
| 2020-02-28 | change download prefix to https://downloads.circuitpython.org | Dan Halbert | |
| 2020-02-28 | Download links now point to S3 via CloudFront | Dan Halbert | |
| 2020-01-17 | Refine iMX RT memory layout and add three boards | Scott 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-06 | Add MIMXRT10XX port to release build | arturo182 | |
| 2019-12-11 | Added PyPortal Pynt alias | Melissa LeBlanc-Williams | |
| 2019-11-19 | Added Edgebadge alias for Pybadge | Melissa LeBlanc-Williams | |
| 2019-10-11 | Add cxd56 to build_board_info | Kamil Tomaszewski | |
| 2019-09-05 | Merge remote-tracking branch 'upstream/master' into stm32-ci-workflow | Hierophect | |
| 2019-09-04 | Fix website updater for other users. | Scott Shawcroft | |
| It broke with adafruit-blinka but works now. | |||
| 2019-09-04 | minor text fixes | Hierophect | |
| 2019-09-04 | remove redundant exclusion inclusion | Hierophect | |
| 2019-09-04 | add stm32 port to workflow | Hierophect | |
| 2019-08-27 | Swap the CI to GitHub Actions from Travis | Scott Shawcroft | |
| 2019-07-08 | Generate .hex for Blip. | Tavish Naruka | |
| 2019-04-11 | Add alias support for unique board revs | Scott Shawcroft | |
| This way we can list different board styles and track their downloads without a completely new binary. Fixes #1673 | |||
| 2019-03-11 | Update board info build to handle top level list. | Scott Shawcroft | |
| 2019-03-05 | Build both BIN and UF2 for RFM boards | Dan Halbert | |
| 2019-01-24 | Fix board info script to skip removed boards. | Scott Shawcroft | |
| 2019-01-15 | Add MDK nRF52840 MDK USB Dongle support. | Gregory P. Smith | |
| Adds support for https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/. A cheap nRF52840 USB stick with optional headers, very Trinket and Itsy like. | |||
| 2019-01-14 | Remove from build info too | Scott Shawcroft | |
| 2018-12-30 | Remove nRF52832 support | Dan Halbert | |
| 2018-12-11 | Default nrf boards to UF2 | Scott Shawcroft | |
| 2018-12-10 | Fix build board info for python3.5 | Scott Shawcroft | |
| 2018-12-10 | Strip a newline from the version tag. | Scott Shawcroft | |
| 2018-12-07 | Build UF2s for the particle boards | Scott Shawcroft | |
| 2018-11-30 | Capture stderr as well and work on nRF build | Scott Shawcroft | |
| 2018-11-30 | Fix BLE build | Scott Shawcroft | |
| 2018-11-30 | A few tweaks based on review feedback | Scott Shawcroft | |
