aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-31nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.Stig Bjørlykke
2019-01-31nrf/pin: Print pull information in Pin.__str__.Ayke van Laethem
2019-01-31lib/nrfx: Upgrade to nrfx v1.3.1.Damien George
2019-01-31nrf/pin: Cleanup Pin.__str__ to print relevant information.Ayke van Laethem
2019-01-31nrf: Shrink "<peripheral> does not exist" error messages.Ayke van Laethem
2019-01-31nrf/uart: Remove unused machine.UART() parameters.Ayke van Laethem
2019-01-31nrf/uart: Use formula instead of switch for baudrate calculation.Ayke van Laethem
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2019-01-31stm32/sdcard: Don't use SD clock bypass on F7 MCUs.Damien George
2019-01-31stm32/mboot: Add option to autodetect the USB port that DFU uses.Damien George
2019-01-31extmod/modlwip: Add support for polling UDP sockets for writability.Damien George
2019-01-31stm32/boards/stm32f429_af.csv: Fix typos in UART defs Tx->TX and Rx->RX.Damien George
2019-01-31esp8266/modmachine: In lightsleep, only waiti if wifi is turned off.Damien George
2019-01-30docs: Convert all cases of machine.sleep to machine.lightsleep.Damien George
2019-01-30nrf/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30cc3200/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp8266/modmachine: Implement simple machine.lightsleep function.Damien George
2019-01-30esp8266/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp8266/modmachine: Implement optional time_ms arg to machine.deepsleep.Damien George
2019-01-30esp32/modmachine: Rename machine.sleep to machine.lightsleep.Damien George
2019-01-30esp32/modsocket: Fix crashes when connect/bind can't resolve given addr.Damien George
2019-01-28lib/utils/pyexec: Implement paste mode with event driven REPL.Damien George
2019-01-28stm32/main: Make board-defined UART REPL use a static object and buffer.Damien George
2019-01-28esp32/boards: Use auto xtal freq config instead of default 40MHz.Damien George
2019-01-28esp32/Makefile: Make sure that directory exists for sdkconfig.h.Damien George
2019-01-28esp32/machine_timer: Deinit all active timers on soft reset.Damien George
2019-01-28esp32: Update to latest ESP IDF using sdkconfig and new ldgen procedure.Damien George
2019-01-28esp32/Makefile: Put all IDF compenents in .a libs to use IDF ld script.Damien George
2019-01-27esp32: Don't put py/scheduler.o in iRAM, it's no longer needed.Damien George
2019-01-27py/compile: Swap order of pop_block/pop_except in "except as" handler.Damien George
2019-01-27stm32/usbdev: Add USB config option for max power drawn by the board.Damien George
2019-01-27stm32/usbdev: Add USB config option for board being self powered.Damien George
2019-01-27stm32/rtc: Check RTCEN=1 when testing if RTC is already running on boot.Damien George
2019-01-27py: Add optional support for 2-argument version of built-in next().stijn
2019-01-27cc3200/mods/modussl: Fix ca_certs arg validation in mod_ssl_wrap_socket.Reagan Sanders
2019-01-27unix/mpthreadport: Remove busy wait loop in thread garbage collection.Mikhail Zakharov
2019-01-27unix/mpthreadport: Cleanup used memory on thread exit.Mikhail Zakharov
2019-01-27unix/mpthreadport: Add thread deinit code to stop threads on exit.Mikhail Zakharov
2019-01-27extmod/modussl_mbedtls: Remove deprecated mbedtls/net.h header include.Paul Sokolovsky
2019-01-27stm32: Implement machine.lightsleep().Damien George
2019-01-27docs/machine: Change sleep to lightsleep and add timeout arguments.Damien George
2019-01-27py: Remove calls to file reader functions when these are disabled.Sean Burton
2019-01-27extmod/moduzlib: Update for uzlib 2.9.2.Paul Sokolovsky
2019-01-27extmod/uzlib: Update uzlib to v2.9.2.Paul Sokolovsky
2019-01-26all: Bump version to 1.10.Damien George
2019-01-26py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.Damien George
2019-01-25pic16bit: Update to compile with latest xc16 v1.35 compiler.Damien George
2019-01-25py/obj.h: Explicitly cast args to uint32_t in MP_OBJ_FUN_MAKE_SIG.Damien George
2019-01-25docs/library: Add documentation for esp32 module.Damien George
2019-01-25docs: Add initial docs for esp32 port, including quick-ref and general.Matt Trentini