summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/boards/circuitplayground_express
AgeCommit message (Expand)Author
2021-03-16Adding LED for D13/L pin name.Kattni Rembor
2021-03-15run code formatting scriptmicroDev
2021-03-07Automatically count EXTERNAL_FLASH_DEVICESJeff Epler
2021-02-25Updated build configs to turn off BITMAPTOOLS for smaller buildsKevin Matocha
2021-01-16Removing frozen librariesgamblor21
2021-01-11Merge pull request #3659 from iot49/msgpackScott Shawcroft
2021-01-04Add adafruit_bus_device to CPX builds.Kattni Rembor
2020-12-11Merge branch 'main' into msgpackScott Shawcroft
2020-12-08Fix build and more commentsScott Shawcroft
2020-12-08Add `board_deinit` for use with sleepScott Shawcroft
2020-12-01disable on boards tight on memory. add stddef.h to imports (not actually need...Bernhard Boser
2020-11-11Removing from smaller buildsgamblor21
2020-10-11Turn off async for circuitplayground expressKenny
2020-09-29Update make translate scriptmicroDev
2020-09-13Update safe mode reasonmicroDev
2020-09-13Update board specific safe mode messagemicroDev
2020-07-27 adjust stack for SAMD21 to accomodate larger pystack -- update frozen module...Jerry Needell
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-01-23reset NeoPixels on CPB on soft reloadDan Halbert
2020-01-21Increase CPX stack size by 256Dan Halbert
2019-12-16Increase CPX stack size slightlyDan Halbert
2019-10-20Parameterize linker scriptDan Halbert
2019-06-12Uncomment vm.c SUPEROPT (debugging typo); trim a few buildsDan Halbert
2019-06-12Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...Dan Halbert
2019-06-11shrink a bunch of builds to fitDan Halbert
2019-05-24Implement forced clean builds for boards so designated.Dan Halbert
2019-05-21Make pinyin fit on cpxDan Halbert
2019-04-12Update font location and shrink a bunch of buildsScott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-03-20enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...Dan Halbert
2019-03-01better handle frequencyio inclusionsommersoft
2019-02-15WIP: fix issues with remaining atmel-samd buildsDan Halbert
2019-01-22Skip displayio on crickit builds and cpx build due to lack of space.Scott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-11-15merge 3.x swap of /lib and .frozen; update frozen libsDan Halbert
2018-11-09Incorporate feedback:Scott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-11-03adding changes to mpconfigboard.mk to reduce memory usage on CPX per @danhATMakersBill
2018-08-31add pin claiming to devicesDan Halbert
2018-06-08Turn off USB pin objects since they are always used for USB.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-05-22make longint choice mechanism more readableDan Halbert
2018-05-21refactor longint settings; make crickit cpx buildDan Halbert
2018-05-18atmel-samd/samd21: Enable long int on Express boardsNoralf Trønnes
2018-05-17arduino, circuitplayground, feather boardsMatt Land
2018-05-16SPI for all boardsMatt Land
2018-05-16spi on muchMatt Land
2018-05-16fixed pinsMatt Land
2018-05-16pin issueMatt Land