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
2022-07-13
py/objnamedtuple: Fix segfault with empty namedtuple.
Lars Haulin
2022-07-13
tools/autobuild: Add nrf port to autobuild scripts.
iabdalkader
2022-07-12
rp2/CMakeLists: Use armv6m mpy-cross arch for rp2.
Jim Mussared
2022-07-12
py/vm: Consistently indent #if guards to match the code they surround.
Damien George
2022-07-12
py/vm: In YIELD_FROM opcode, expand helper macros and remove them.
Damien George
2022-07-12
py/vm: Remove check for ip being NULL when handling StopIteration.
Damien George
2022-07-12
unix/main: Restore tty settings on nlr_jump_fail().
David Lechner
2022-07-12
py/emitnative: Fix STORE_ATTR viper code-gen when value is not a pyobj.
Jim Mussared
2022-07-12
shared/netutils/dhcpserver: Match default DNS to server IP.
Phil Howard
2022-07-12
rp2/mphalport: Fix missing storage_read_blocks symbol in debug build.
Peter Harper
2022-07-12
rp2/mpconfigport: Make networking options consistent across boards.
Jim Mussared
2022-07-12
rp2: Make atomic sections suspend the other core (if active).
Jim Mussared
2022-07-12
rp2: Run USB stack task exclusively from core 0.
Jim Mussared
2022-07-12
py/vm: Document internal SELECTIVE_EXC_IP option.
Jim Mussared
2022-07-12
py/scheduler: De-inline and fix race with pending exception / scheduler.
Jim Mussared
2022-07-11
stm32/sdram: Include boardctrl.h for fatal-error handler.
Damien George
2022-07-08
stm32/boardctrl: Allow boards to override fatal-error handler.
Damien George
2022-07-08
esp8266/boards: Enable reverse-special-methods on GENERIC board.
Damien George
2022-07-08
esp32/modmachine: Fix machine.freq to allow maximum 160MHz on ESP32-C3.
Damien George
2022-07-08
tools/mpremote: Don't be verbose when using cat command.
Damien George
2022-07-08
tools/pyboard.py: Add verbose option to filesystem_command.
Damien George
2022-07-08
drivers/lps22h: Use machine.idle for power saving.
iabdalkader
2022-07-08
nrf/modmachine: Add machine.idle() function.
iabdalkader
2022-07-07
nrf/boards/arduino_nano_33_ble: Add Arduino Nano 33 BLE sense board.
iabdalkader
2022-07-07
drivers/lps22h: Add LPS22HB/HH pressure sensor driver.
iabdalkader
2022-07-07
drivers/lsm9ds1: Add LSM9DS1 IMU driver.
iabdalkader
2022-07-07
drivers/hts221: Add HTS221 humidity sensor driver.
iabdalkader
2022-07-05
nrf/Makefile: Drop unused MPY_CROSS and MPY_TOOL variables.
David Lechner
2022-07-05
stm32/mboot: Remove redundant code in mboot_state_change function.
Damien George
2022-07-05
unix/moduos: Include errno.h.
David Lechner
2022-07-05
esp32,esp8266: Rename WLAN dhcp_hostname config to hostname.
IhorNehrutsa
2022-07-05
rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Add urequests module.
Jim Mussared
2022-07-05
rp2/CMakeLists: Don't override cyw43-driver unless necessary.
Jim Mussared
2022-07-05
rp2/CMakeLists: Give error if required submodules are missing.
Jim Mussared
2022-07-05
rp2/Makefile: Regenerate cmake if generated Makefile missing.
Jim Mussared
2022-07-05
rp2/mpconfigport: Factor core event handling to EVENT_POLL_HOOK_FAST.
Damien George
2022-07-05
rp2/main: Set default AP auth mode to WPA2_AES_PSK.
Damien George
2022-07-05
extmod/network_cyw43: Add "security" config option to get/set auth mode.
Damien George
2022-07-05
lib/cyw43-driver: Update cyw43-driver to fix ap_auth mode setting.
Damien George
2022-07-05
rp2/boards/GARATRONIC_PYBSTICK26_RP2040: Change pico-sdk board name.
Damien George
2022-07-02
stm32/Makefile: Fix setting of define that enables WIZNET5K driver.
Jim Mussared
2022-06-30
rp2/boards/PICO_W: Add new Pico W board, an RP2040 with WiFi.
Damien George
2022-06-30
rp2: Integrate CYW43xx WiFi driver.
Damien George
2022-06-30
rp2/mpnetworkport: Convert network task scheduling to use PendSV IRQ.
Damien George
2022-06-30
rp2/rp2_flash: Add asserts for size of flash filesystem partition.
Damien George
2022-06-30
rp2/lwip_inc: Enable lwIP status callback.
Damien George
2022-06-30
rp2/mbedtls: Enable some more mbedtls options.
Damien George
2022-06-30
lib/pico-sdk: Update to version 1.4.0.
Damien George
2022-06-30
lib/cyw43-driver: Add new submodule for CYW43xx WiFi driver.
Damien George
2022-06-30
extmod/modnetwork: Include cyw43-driver header if it's enabled.
Damien George
[next]