aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-17redo time.monotonic() to avoid double precision2.1.0Dan Halbert
2017-10-16Set DRVSTR on output pins to strong (more current capability).Dan Halbert
2017-10-16esp8266: add neopixel_write - remove neopixel.py (#339)jerryneedell
2017-10-16Merge pull request #336 from tannewt/2.xDan Halbert
2017-10-16Merge pull request #337 from tannewt/fix_pin_resetDan Halbert
2017-10-16esp8266: Actually disable pins when reset on reload.Scott Shawcroft
2017-10-16esp8266: Correct SPI functionality when write_value is provided.Scott Shawcroft
2017-10-16More io capability on non-Express boards, so call *_reset() routinesDan Halbert
2017-10-16Turn on pulseio now that there's room.Dan Halbert
2017-10-16Use internal libm for all atmel-samd boards.Dan Halbert
2017-10-161. Use lib/libm for small (non-Express builds) to gain back a lot of flash sp...Dan Halbert
2017-10-15Reinit ADC completely on each call to AnalogIn.value.Dan Halbert
2017-10-15Suppress A0 (PA02) as a TouchIn-capable pin on CPX.Dan Halbert
2017-10-12Don't create a new filesystem if we restart in safe mode. (#319)Dan Halbert
2017-10-08Freeze libraries needed by adafruit_circuitplayground library into firmware.Dan Halbert
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-10-03Add board file for the hacked Trinket M0 Haxpress (#303)Radomir Dopieralski
2017-10-02Make touch more sensitive. Add .raw_value and .threshold attributes.Dan Halbert
2017-09-29reset pins on PDMIn deinit(). Fixes #275.Dan Halbert
2017-09-19Add Ananlog Pin aliases to trinket_m0 pins.cJerry Needell
2017-09-16Re-initialize ADC before every AnalogIn read. (#255)Dan Halbert
2017-09-12add set_rgb_status_brightness (#246)Asher Lieber
2017-09-07updated the http reference for max7219 to use the readthedocs from the adafru...2.0.0stablemrmcwethy
2017-09-06Added DotStar to line 722.0.0-rc.2KurticusMaximus
2017-09-06Add Processor to microcontroller documentation TOC (#237)Dan Halbert
2017-09-06shared-bindings: Prevent check_lock from being optimized away. (#240)Scott Shawcroft
2017-09-06Ctrl-C was causing a soft-reset in REPL.Dan Halbert
2017-09-06atmel-samd: Ensure MTB is off in case we ran a debug build beforeScott Shawcroft
2017-09-05py: Only load frozen modules when the filename has the prefix. (#235)Scott Shawcroft
2017-09-05Reduce depth in tocCarol Willing
2017-09-05rename some captionsCarol Willing
2017-09-05collapse board listingsCarol Willing
2017-09-05Add a micropython section and edit drivers docCarol Willing
2017-09-05Structure contents to be user facingCarol Willing
2017-09-05atmel-samd: Enable 8-bit audio recording support even though it'll beScott Shawcroft
2017-09-02esp8266: restore machine moduleDan Halbert
2017-09-01Style tweaks based on @willingc's feedback.2.0.0-rc.1Scott Shawcroft
2017-09-01docs: Add beginnings of troubleshooting doc.Scott Shawcroft
2017-09-01Fix issue #207, esp8266 file operations problems (#222)Dan Halbert
2017-09-01Merge pull request #223 from tannewt/baudrate_fixRadomir Dopieralski
2017-09-01atmel-samd: Remember SPI baudrate.Scott Shawcroft
2017-08-31py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)Scott Shawcroft
2017-08-31atmel-samd: Add SPI pin names to the Trinket. Fixes #213 (#217)Scott Shawcroft
2017-08-31Add ".frozen" to end of sys.path, so that internal frozen modules are visible...Dan Halbert
2017-08-31Add microcontroller.cpu.temperature, for use as a simple sensor on minimal bo...Dan Halbert
2017-08-29Update README (#212)Carol Willing
2017-08-29shared-bindings: Clarify that UART.read() is slow. (#209)Scott Shawcroft
2017-08-28Merge pull request #208 from adafruit/merge-v1.9.2Scott Shawcroft
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert