aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/mpconfigport.h
AgeCommit message (Expand)Author
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25atmel-samd: Introduce a nvm module for non-volatile byte-level memory access....Scott Shawcroft
2017-08-11Turn on Rosie CI testing to test new builds on real hardware.Scott Shawcroft
2017-07-28atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDMScott Shawcroft
2017-07-23Measure and report maximum stack usage. (#175)Dan Halbert
2017-07-16Fix problems that prevented use of internal frozen modules:Dan Halbert
2017-07-12atmel-samd: Switch streams to non-blocking mode. Fixes #159.Scott Shawcroft
2017-06-28atmel-samd: update boot output location for new mount point.Scott Shawcroft
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-05-25atmel-samd: Add input support. Fixes #143Scott Shawcroft
2017-05-20Enable ure, center, partition, frozenset, splitlines, reversed for Express bu...Dan Halbert
2017-05-15atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...Scott Shawcroft
2017-05-12atmel-samd: Rework boot, main and REPL order.Scott Shawcroft
2017-05-12atmel-samd: Rename auto-reset to auto-reload to reduce confusion with physica...Scott Shawcroft
2017-05-12atmel-samd: Rework SPI flash defines for clarity.Scott Shawcroft
2017-05-04atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...Scott Shawcroft
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft
2017-04-18atmel-samd: Turn on framebuf for Express boards because they have space.Scott Shawcroft
2017-04-18atmel-samd: Swap out pulseio for touchio based on FreeTouch.Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-09atmel-samd: Turn on stack checking so infinite recursion doesn't completely c...Scott Shawcroft
2017-02-27atmel-samd: Add USB HID mouse and keyboard support.Scott Shawcroft
2017-02-24Add indices() support to slice.Scott Shawcroft
2017-01-12Add persistent VFS shares so that the devices can be used with USBScott Shawcroft
2017-01-12atmel-samd: Turn off FRAMEBUF because it takes a lot of space.Scott Shawcroft
2017-01-12Fixup warnings from merge about undefined macro values, switch toScott Shawcroft
2016-12-20atmel-samd: Improve TouchIn to allow for multiple simultaneous touch pads.Scott Shawcroft
2016-12-19atmel-samd: Add help() and remove mem_info functions from smallest builds to ...Scott Shawcroft
2016-12-19atmel-samd: Add preliminary support for UARTSebastian Plamauer
2016-12-13atmel-samd: Add samd module for atmel-samd specific configuration.Scott Shawcroft
2016-12-07atmel-samd: Enable enumerate() adds 184 bytes.Scott Shawcroft
2016-12-01atmel-samd: Only include bitbangio on boards with flash.Scott Shawcroft
2016-11-29atmel-samd: Use MICROPY_VM_HOOK_LOOP to make sure the mass storage handling c...Scott Shawcroft
2016-11-29atmel-samd: Switch to MICROPY_PORT_ROOT_POINTERS for the flash cache.Scott Shawcroft
2016-11-29Only include uheap in debug builds.Scott Shawcroft
2016-11-28atmel-samd: Hook in bitbangioScott Shawcroft
2016-11-22Add uheap for debugging the size of objects. Still not perfect though.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-10-26atmel-samd: Stop aliasing os to uos and time to utime. They expose different ...Scott Shawcroft
2016-10-21extmod: Fix getting sector size when the max and min sizes are theScott Shawcroft
2016-10-21atmel-samd: Rework mass storage interaction with underlying blockScott Shawcroft
2016-10-20atmel-samd: Enable framebuffer for SSD1306 and other displays.Tony DiCola
2016-10-20atmel-samd: Enable full urandom module from extmod.Tony DiCola
2016-10-10atmel-samd: Fix FAT by giving the option of 4k sectors.Scott Shawcroft
2016-10-05atmel-samd: Add low level neopixel_write module & function for WS281x/neopixe...Tony DiCola
2016-09-26atmel-samd21: Support loading mpy files.Scott Shawcroft
2016-09-22atmel-samd: Note a potential REPL ram savings.Scott Shawcroft