aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-08atmel-samd: Align SCSI responses.3.0.0-alpha2Scott Shawcroft
2017-11-08Revert "atmel-samd: Tweak mass storage code to finish read sooner."Dan Halbert
2017-11-07support for doubled file extensions ala issue #383 (#415)bsiepert
2017-11-07Merge pull request #418 from tannewt/usb_pidsDan Halbert
2017-11-07atmel-samd: Update Feather M0 Express USB PIDScott Shawcroft
2017-11-07DigitalInOut: Use pin value % 32 to accomodate PORTB and up.Dan Halbert
2017-11-07Implement busio.I2c.Dan Halbert
2017-11-06Merge pull request #414 from tannewt/new_optDan Halbert
2017-11-06atmel-samd: Tweak mass storage code to finish read sooner.Scott Shawcroft
2017-11-06atmel-samd: Enable -Os for SAMD51 and update neopixel accordingly.Scott Shawcroft
2017-11-06enable framebuf for ESP8266Jerry Needell
2017-11-03Merge pull request #405 from tannewt/remove_double_cswDan Halbert
2017-11-03atmel-samd: Stop double CSW after MSC readsScott Shawcroft
2017-11-02Merge pull request #403 from tannewt/fix_swclk51Dan Halbert
2017-11-02atmel-samd: Fix SAMD51 SWCLK reset so we can connect the JLinkScott Shawcroft
2017-11-02Merge pull request #402 from tannewt/update_depsDan Halbert
2017-11-02tools: Switch to using separate usb_descriptor repo.Scott Shawcroft
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-11-02atmel-samd: update to October 2017 ASF4.Scott Shawcroft
2017-11-01Merge pull request #396 from tannewt/gc_crashDan Halbert
2017-11-01py: Prevent crash with LTO.Scott Shawcroft
2017-11-01Merge pull request #394 from tannewt/neopixel_delay_fixDan Halbert
2017-11-01atmel-samd: Fix the neopixel delay method so it handles overflow better.Scott Shawcroft
2017-11-01Merge pull request #391 from tannewt/longint_usb_fixDan Halbert
2017-11-01atmel-samd: Reorder mpconfigport.mk and mpconfigboard.mk includes.Scott Shawcroft
2017-11-01Merge pull request #393 from tannewt/m4_neopixelDan Halbert
2017-10-31atmel-samd: Add TX/RX led support for Metro M4.Scott Shawcroft
2017-10-31atmel-samd: remove infinite loop if USB MSC read fails.Scott Shawcroft
2017-10-31atmel-samd: Add samd21 neopixel support.Scott Shawcroft
2017-10-31Merge pull request #392 from tannewt/slice_assignDan Halbert
2017-11-01docs: Bump version to 1.9.3.v1.9.3Damien George
2017-11-01teensy: Get port compiling without any warnings.Damien George
2017-10-31atmel-samd: Update and enable neopixel_write for ASF4, tested on SAMD21 only.Tony DiCola
2017-10-31atmel-samd: Turn on slice assignment in all builds.Scott Shawcroft
2017-10-31atmel-samd: Enable longints for M4 builds.Scott Shawcroft
2017-10-31atmel-samd: Fix non-DEBUG USB cdc.Scott Shawcroft
2017-10-31Create the build directory before running gen_usb_descriptorRadomir Dopieralski
2017-10-31docs/ure: Add "|" (alternative) to the list of supported operators.Paul Sokolovsky
2017-10-31Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."Damien George
2017-10-30atmel-samd: Add empty line for RST docsScott Shawcroft
2017-10-30Merge pull request #385 from tannewt/usb_write_protectionDan Halbert
2017-10-30atmel-samd: More USB polishScott Shawcroft
2017-10-31docs/usocket: Document that settimeout() isn't supported by all ports.Paul Sokolovsky
2017-10-30docs/esp8266/general: Add section on TLS limitations.Paul Sokolovsky
2017-10-30docs/ussl: Fix module name refs and use "MicroPython port" term.Paul Sokolovsky
2017-10-30extmod/modussl_mbedtls: Allow to compile with unix coverage build.Damien George
2017-10-30extmod/modussl: Add finaliser support for ussl objects.Eric Poulsen
2017-10-30docs/reference/isr_rules: Minor typo correction.Yuval Langer
2017-10-29lib/axtls: Update, support for SSL_EAGAIN return code.Paul Sokolovsky
2017-10-28unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.Paul Sokolovsky