index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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.
v1.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
2019-01-24
lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning.
Damien George
2019-01-23
esp32/machine_hw_spi: Make HW SPI objects statically allocated.
Damien George
2019-01-23
esp32/machine_hw_spi: Use separate DMA channels for HSPI and VSPI.
Damien George
2019-01-23
esp32/modules/neopixel.py: Change NeoPixel to different default timings.
Matt Trentini
2019-01-22
esp8266/esp_mphal: Provide mp_hal_pin_od_high_dht so DHT works reliably.
Damien George
2019-01-22
drivers/dht: Allow open-drain-high call to be DHT specific if needed.
Damien George
2019-01-17
esp32/Makefile: Use system provided math library rather than uPy one.
Damien George
2019-01-16
esp32/machine_pin: Add Pin.off() and Pin.on() methods.
Damien George
2019-01-16
esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs.
Damien George
2019-01-11
docs/differences: Clarify the differences are against Python 3.4.
stijn
2019-01-11
stm32/main: Make thread and FS state static and exclude when not needed.
Damien George
2019-01-11
stm32/wdt: Make singleton WDT object const so it goes in ROM.
Damien George
2019-01-10
py/modio: Make iobase_singleton object const so it goes in ROM.
Damien George
2019-01-10
esp32/modsocket: For socket read only release GIL if socket would block.
Damien George
2019-01-10
esp32/mphalport: When tx'ing to REPL only release GIL if many chars sent
Damien George
2019-01-04
py: Fix location of VM returned exception in invalid opcode and comments
Damien George
2019-01-04
py: Get optional VM stack overflow check compiling and working again.
Damien George
2018-12-30
stm32/sdcard: Properly reset SD periph when SDMMC2 is used on H7 MCUs.
Damien George
2018-12-30
tools/pydfu.py: Fix regression so tool runs under Python 2 again.
Dave Hylands
2018-12-30
stm32/modmachine: Fix reset_cause to correctly give DEEPSLEEP on L4 MCU.
roland
2018-12-30
stm32/uart: Make sure user IRQs are handled even with a keyboard intr.
Damien George
2018-12-30
stm32/uart: Clear overrun error flag after reading RX data register.
Damien George
2018-12-29
stm32/uart: Always enable global UART IRQ handler on init.
Damien George
2018-12-29
stm32/uart: Fix uart_rx_any in case of no buffer to return 0 or 1.
Damien George
2018-12-29
stm32: Implement UART.irq() method with initial support for RX idle IRQ.
Tobias Badertscher
2018-12-29
lib/utils: Add generic MicroPython IRQ helper functions.
Tobias Badertscher
2018-12-27
py/runtime: Unlock the GIL in mp_deinit function.
Damien George
2018-12-22
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
Damien George
2018-12-22
stm32/main: Add board config option to enable/disable mounting SD card.
Andrew Leech
[next]