aboutsummaryrefslogtreecommitdiff
path: root/ports
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-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-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-03atmel-samd: Stop double CSW after MSC readsScott Shawcroft
2017-11-02atmel-samd: Fix SAMD51 SWCLK reset so we can connect the JLinkScott Shawcroft
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-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-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-30atmel-samd: More USB polishScott Shawcroft
2017-10-28unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.Paul Sokolovsky
2017-10-27Read serial input as a background task so we can check for the interrupt char...Dan Halbert
2017-10-27Check INTERNAL_LIBM make flag in a safer way.Dan Halbert
2017-10-27Revert "Allow main.py to be interrupted by ctrl-C" (#381)Dan Halbert
2017-10-27Read serial input as a background task so we can check for the interrupt char...Dan Halbert
2017-10-27Check INTERNAL_LIBM make flag in a safer way.Dan Halbert
2017-10-26Sync with https://github.com/adafruit/asf4/pull/3Dan Halbert
2017-10-26Don't use ERR_ABORTED. (#375)Scott Shawcroft
2017-10-25atmel-samd: Add support for ERR_ABORTED to indicate medium not present.Scott Shawcroft
2017-10-25atmel-samd: Stop hanging on usb write when a terminal isn't connected by chec...Scott Shawcroft
2017-10-24Merge commit 'f57be61' into nrf2_mergeScott Shawcroft
2017-10-24esp8266: Fix includesScott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-24unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.Paul Sokolovsky
2017-10-24all: Use NULL instead of "" when calling mp_raise exception helpers.Damien George
2017-10-23unix: Rename modsocket.c to modusocket.c.Paul Sokolovsky
2017-10-19stm32: Make uos.dupterm() conform to specs by using extmod version.Damien George
2017-10-19stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.Damien George
2017-10-17stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.Damien George
2017-10-17stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.Damien George
2017-10-16stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.Damien George
2017-10-16stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.Li Weiwei
2017-10-16stm32/modusocket: Return OSError(-2) if getaddrinfo fails.Damien George