summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/mpconfigport.h
AgeCommit message (Expand)Author
2019-01-31More improvements to Terminal:Scott Shawcroft
2019-01-31Hook up the terminal based on the first display.Scott Shawcroft
2019-01-31Add terminalioScott Shawcroft
2019-01-22Skip displayio on crickit builds and cpx build due to lack of space.Scott Shawcroft
2019-01-22Enable displayio on all Express boards.Scott Shawcroft
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-17Fix buildScott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2019-01-17pyportal compiles and tweak blinka colorsScott Shawcroft
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2018-12-07Fix running the USB task on nRF.Scott Shawcroft
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft
2018-11-27Merge pull request #1329 from notro/oserror_errnoScott Shawcroft
2018-11-22ports/atmel-samd: enable json module on M4 boards with lots of flashJeff Epler
2018-11-13samd51: Support more uerrno errno valuesNoralf Trønnes
2018-11-09Fix output overflow and make help translatableScott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-25Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...Nick Moore
2018-10-24Merge pull request #1167 from notro/cpython_stdlibScott Shawcroft
2018-10-24samd51: Set stack size to 8kNoralf Trønnes
2018-10-24samd51: Enable functionality to support CPython stdlibNoralf Trønnes
2018-10-24samd51: Make errno, os, and time module aliasesNoralf Trønnes
2018-10-11Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...Nick Moore
2018-10-05Disable framebuf by default on express builds.Scott Shawcroft
2018-10-04change initialization method + mod_network namesNick Moore
2018-10-04Makefile & mpconfigport for atmel-samd with wiznetNick Moore
2018-08-31Tweaks based on feedbackScott Shawcroft
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft
2018-08-16ports/atmel-samd: Implement i2cslave.I2CSlaveNoralf Trønnes
2018-08-09Change file mode back.Scott Shawcroft
2018-08-09Initial SAMR board revision.Scott Shawcroft
2018-08-03increase new dynamic stack size to a comfortable value for nowDan Halbert
2018-07-31Remove rogue execute bit. Must a common incorrect shortcut for me. :-)Scott Shawcroft
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-28merge finishedDan Halbert
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-04Merge pull request #891 from godlygeek/low_flash_errno_fixesScott Shawcroft
2018-06-01Prune atmel-samd errno listMatt Wozniski
2018-06-01Begin a custom list of errnos for atmel-samdMatt Wozniski
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-05-30Add gamepad_singleton to root pointersRadomir Dopieralski
2018-05-24refine pirkey buildDan Halbert
2018-05-22Turn on touchio for M0 boards. M4 will come later once its supportedScott Shawcroft
2018-05-22Merge pull request #854 from python-ugame/extra-overrideScott Shawcroft
2018-05-21refactor longint settings; make crickit cpx buildDan Halbert
2018-05-21Allow overriding EXTRA_BUILTIN_MODULES in mpconfigboard.hRadomir Dopieralski
2018-05-18atmel-samd/samd21: Enable long int on Express boardsNoralf Trønnes
2018-05-14Include uerrno for boards with external SPI flashMatt Wozniski