aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-15atmel-samd: Fixup autoreset after switching boot to running once.0.10.0Scott Shawcroft
2017-05-15atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be mo...Scott Shawcroft
2017-05-15tools: Make now runs uf2conv itself.Scott Shawcroft
2017-05-15atmel-samd: Add a safe mode which detects hard faults and reboots without run...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: Fix pin reset to ensure USB and SWD are not reset.Scott Shawcroft
2017-05-12atmel-samd: Rework SPI flash defines for clarity.Scott Shawcroft
2017-05-12atmel-samd: Pin reset improvements.Scott Shawcroft
2017-05-12atmel-samd: Correctly wait for the SPI DMA transaction to finish.Scott Shawcroft
2017-05-11Merge pull request #128 from ntoll/masterScott Shawcroft
2017-05-11Rename LEFT_BUTTON -> BUTTON_A, RIGHT_BUTTON -> BUTTON_B.Nicholas H.Tollervey
2017-05-08shared-bindings: Correct PulseIn.resume to match docs. Fixes #125Scott Shawcroft
2017-05-05atmel-samd: Fix sporadic "syntax errors"Scott Shawcroft
2017-05-04atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...Scott Shawcroft
2017-05-03atmel-samd: Use DMA for user SPI.Scott Shawcroft
2017-05-02atmel-samd: Use DMA for SPI flash block transfers.Scott Shawcroft
2017-05-01Update AudioOut.cLimor "Ladyada" Fried
2017-05-01tools: Switch method of detecting travis so that it works OK on CIs without a...Scott Shawcroft
2017-05-01py: Fix version header generation when no tags are available.Scott Shawcroft
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft
2017-05-01atmel-samd: Clean up leftovers from QTouch.0.9.7Scott Shawcroft
2017-05-01atmel-samd: Rename metro M0 Express and add NEOPIXEL pin.Scott Shawcroft
2017-04-25Update the README with new links.Scott Shawcroft
2017-04-20travis: turn off artifact debug.0.9.6Scott Shawcroft
2017-04-20travis: working_dir doesn't work as expected. Try and fix it.Scott Shawcroft
2017-04-20atmel-samd: Remove debug prints from TouchInScott Shawcroft
2017-04-20travis: artifact upload tweaks.Scott Shawcroft
2017-04-20travis: Don't try and build ESP8266Scott Shawcroft
2017-04-20travis: Fix typoScott Shawcroft
2017-04-20Turn on build saving and uf2 creation.Scott Shawcroft
2017-04-20atmel-samd: Update CircuitPlayground Express pins for Rev G.Scott Shawcroft
2017-04-20Switch to a shared piece of code to compute start and length of aScott Shawcroft
2017-04-18atmel-samd: Switch to https for freetouch submodule.Scott Shawcroft
2017-04-18atmel-samd: Turn on framebuf for Express boards because they have space.Scott Shawcroft
2017-04-18atmel-samd: Use LTO for all builds to get 5000 bytes back on express boards.Scott Shawcroft
2017-04-18esp8266: Fix busio.SPI to take both MOSI and MISO.Scott Shawcroft
2017-04-18atmel-samd: Swap out pulseio for touchio based on FreeTouch.Scott Shawcroft
2017-04-15Merge pull request #118 from dhalbert/masterScott Shawcroft
2017-04-15atmel-samd: HID report descriptor for mouse had to be COMPILER_WORD_ALIGNED.Dan Halbert
2017-04-13Correct PulseOut example code0.9.5Scott Shawcroft
2017-04-13atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise.Scott Shawcroft
2017-04-13atmel-samd: Account for pending ticks in PulseIn. Fixes #116.Scott Shawcroft
2017-04-13esp8266: Don't reset TX and RX lines. The pullup is required forScott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-11atmel-samd: rename cplay_m0_flash to circuitplayground_express and update for...Scott Shawcroft
2017-04-11atmel-samd: Reset PulseIn correctly on soft reset.Scott Shawcroft
2017-04-11atmel-samd: Fix PulseIn duration math to handle case when current us time is ...Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-28esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...Scott Shawcroft