summaryrefslogtreecommitdiff
path: root/tools/build_adafruit_bins.sh
AgeCommit message (Collapse)Author
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
This also changes the build script to python with better output.
2018-11-27Merge pull request #1357 from ElectronicCats/add-electroniccats-catwan-usbstickScott Shawcroft
Added board Electronic Cats CatWAN USB Stick
2018-11-26auto-built and documentationsabas1080
2018-11-26Update to Xenial on TravisScott Shawcroft
2018-10-26Merge pull request #1295 from ElectronicCats/mkr1300Dan Halbert
Add board MKR1300 by Arduino
2018-10-25minor changes in auto-builtsabas1080
2018-10-22Merge pull request #1286 from klardotsh/topic-nrf52840-mdkScott Shawcroft
Add support for MakerDiary nRF52840 MDK board
2018-10-22add auto-built by Travis mkr1300sabas1080
2018-10-20Make sure port is built as an NRF hex correctlyJosh Klar
2018-10-16add auto-built by Travissabas1080
2018-09-18add pca10059 properly to build_adafruit_bins.sh; modernize that script; ↵Dan Halbert
update translations (again)
2018-09-18merge 3.0.2 to masterDan Halbert
2018-09-14automate buildsladyada
2018-09-07Auto-build grandcentralScott Shawcroft
2018-08-29upload .uf2 for nrf52840 boardsDan Halbert
2018-08-21rename nrf boards to feather_nrf52832 and feather_nrf52840_expressDan Halbert
2018-08-20add HalloWingDan Halbert
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-29add HalloWingDan Halbert
2018-06-18Correct the tool buildScott Shawcroft
2018-06-18Switch to Feather52s full name to avoid confusion with the nrf52840 later.Scott Shawcroft
Fixes #940
2018-06-15Add auto-build for nrf52840 development kit, PCA10056Scott Shawcroft
2018-06-10build_adafruit_bins: feather_huzzah need not be a special caseJeff Epler
2018-06-05Feather M0 Express build with Crickit librariesDan Halbert
2018-05-21refactor longint settings; make crickit cpx buildDan Halbert
2018-04-12Add initial ItsyBitsy M4 supportScott Shawcroft
2018-03-23Add Feather M4 Express support.Scott Shawcroft
* Also fixed detection of SPI flash chip to correct look in the 2+ spots. * Added support for using QSPI in dual read mode.
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-01-19Add missing Feather M0 RadioFruit boards: RFM69, RFM9x. (#538)Tony DiCola
2018-01-19Add missing Feather M0 RadioFruit boards: RFM69, RFM9x (#539)Tony DiCola
2018-01-18Fixed build folder for travisKevin Townsend
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-28Added feather52 to travis build listmicrobuilder
2017-12-27Added feather52 to travis buildmicrobuilder
2017-11-17Add ItsyBitsy M0 support with 1MB flash support (#445)Limor "Ladyada" Fried
2017-11-15Speed up the Travis build.Scott Shawcroft
This does two major things: 1. It stores the arm gcc in the repo. The download from the PPA was taking between 2 and 7 minutes. 2. It splits each board into a separate job so they are built in parallel.
2017-10-24tools: Correct ports directory nameScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
This is prep for merging in the NRF5 pull request.
2017-09-22Move to ASF4 and introduce SAMD51 support. (#258)3.0.0-alpha.0Scott Shawcroft
* atmel-samd: Remove ASF3. This will break builds. * atmel-samd: Add ASF4 for the SAMD21 and SAMD51. * Introduce the supervisor concept to facilitate porting. The supervisor is the code which runs individual MicroPython VMs. By splitting it out we make it more consistent and easier to find. This also adds very basic SAMD21 and SAMD51 support using the supervisor. Only the REPL currently works. This begins the work for #178.
2017-08-23tools: Always upload to Rosie from Travis. (#200)Scott Shawcroft
This allows Rosie to automatically work for commits to forks.
2017-08-15Have the build script upload artifacts to Rosie when travis is building a ↵Scott Shawcroft
pull request. (#191)
2017-05-15tools: Make now runs uf2conv itself.Scott Shawcroft
2017-05-01tools: Switch method of detecting travis so that it works OK on CIs without ↵Scott Shawcroft
artifacts saved.
2017-05-01atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.Scott Shawcroft
2017-04-20travis: Don't try and build ESP8266Scott Shawcroft
2017-04-20Turn on build saving and uf2 creation.Scott Shawcroft
2017-04-11atmel-samd: rename cplay_m0_flash to circuitplayground_express and update ↵Scott Shawcroft
for new rev (F).
2017-03-27Change to official Feather M0 Express branding.Scott Shawcroft
2017-01-09Add arduino zero to default builder and change name to circuitpython.0.8.0Scott Shawcroft