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