summaryrefslogtreecommitdiff
path: root/atmel-samd
AgeCommit message (Expand)Author
2017-01-12atmel-samd: Split UART pin names into two so that all names startScott 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
2017-01-08atmel-samd: Update pinouts for prototypes.Scott Shawcroft
2017-01-05Improve docs and update to CircuitPython.Scott Shawcroft
2017-01-05atmel-samd: New revs which isolate the SPI for the external flash.Scott Shawcroft
2016-12-21atmel-samd: Change cplay pins to rev B.Scott Shawcroft
2016-12-21atmel-samd: Tweaks for rev B of the prototype circuit playground.Scott 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: Run the VM hook while waiting for the UART read to timeout in cas...Scott Shawcroft
2016-12-19atmel-samd: Save space by not creating default files on the FS and by only ke...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-13atmel-samd: Commit QTouch library. Missed because .a files are usually ignored.Scott Shawcroft
2016-12-13atmel-samd: Remove debug output.Scott Shawcroft
2016-12-13Fix up Analog classes: unify them at 16 bits and adds reference_voltage memberScott Shawcroft
2016-12-12atmel-samd: Use bootloader again on the Metro M0Scott Shawcroft
2016-12-12atmel-samd: Basic capacitive touch button support.Scott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-12-07atmel-samd: Stop dumping gc info on collect.Scott Shawcroft
2016-12-07atmel-samd: Enable enumerate() adds 184 bytes.Scott Shawcroft
2016-12-07atmel-samd & esp8266: Make sure pins are not already in use.Scott Shawcroft
2016-12-05atmel-samd: Correct fake date for FAT. Hopefully it'll be in 2016 now.Scott Shawcroft
2016-12-05atmel-samd: Update Trinket and Gemma boards for rev B.Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-12-01atmel-samd: Slim down the pin struct to save ~1200 bytes.Scott Shawcroft
2016-12-01atmel-samd: Only include bitbangio on boards with flash.Scott Shawcroft
2016-11-30atmel-samd: Move the README text out of ROM to save space. We can still ship ...Scott Shawcroft
2016-11-30atmel-samd: Fix FLASH_ROOT_POINTERS for internal flash builds.Scott Shawcroft
2016-11-29shared-bindings: Make MOSI and MISO optional for SPI.Scott Shawcroft
2016-11-29shared-bindings: Ensure pin objects are actually pins.Scott Shawcroft
2016-11-29atmel-samd: Use MICROPY_VM_HOOK_LOOP to make sure the mass storage handling c...Scott Shawcroft
2016-11-29Slim down Arduino Zero build by turning off mass storage LEDs.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-28atmel-samd: Add Circuit Playground M0 board. Its experimental.Scott Shawcroft
2016-11-22Add uheap for debugging the size of objects. Still not perfect though.Scott Shawcroft
2016-11-22atmel-samd: Support Trinket and Gemma M0 prototypes.Scott Shawcroft
2016-11-21atmel-samd: Default to code.txt instead of main.py (main.py will still work o...Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft
2016-11-18atmel-samd: Add Feather M0 with flashScott Shawcroft
2016-11-18atmel-samd: Turn off using the red LED to show mass storage writes.Scott Shawcroft
2016-11-18atmel-samd: Move neopixel out of internal flash.Scott Shawcroft
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-11-07atmel-samd: Stop relying on an external crystal.Scott Shawcroft
2016-11-01atmel-samd: Merge init into the constructor and check all availableScott Shawcroft
2016-11-01atmel-samd: Reset all SERCOMs except the SPI flash one if used. #29Scott Shawcroft