index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
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
2021-08-19
extmod: Add machine.bitstream.
Jim Mussared
2021-08-19
tools/mpremote: Remove support for pyb.USB_VCP in/out specialisation.
Damien George
2021-08-19
py/lexer: Clear fstring_args vstr on lexer free.
Jim Mussared
2021-08-17
docs/library/network.rst: Simplify socket import.
Jim Mussared
2021-08-17
docs/library/builtins.rst: Add module title.
Jim Mussared
2021-08-17
tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks.
Jim Mussared
2021-08-17
unix/Makefile: Disable error compression on arm-linux-gnueabi-gcc.
Jim Mussared
2021-08-16
esp32/machine_pin: Make check for non-output pins respect chip variant.
Damien George
2021-08-16
esp32/machine_hw_spi: Release GIL during transfers.
Jonathan Hogg
2021-08-16
mimxrt/machine_pin: Implement ioctl for Pin.
Philipp Ebensberger
2021-08-14
tests/multi_bluetooth/ble_subscribe.py: Add test for subscription.
Jim Mussared
2021-08-14
extmod/modbluetooth: Add send_update arg to gatts_write.
Jim Mussared
2021-08-14
stm32,esp32,rp2: Enable MICROPY_PY_FSTRINGS by default.
Jim Mussared
2021-08-14
py: Implement partial PEP-498 (f-string) support.
Jim Mussared
2021-08-14
tools/mpremote: Add "devs" shortcut for "connect list".
Damien George
2021-08-14
tools/mpremote: Fix connect-list in case VID/PID are None.
Damien George
2021-08-13
extmod/modlwip: Fix close and clean up of UDP and raw sockets.
Damien George
2021-08-13
tests/run-multitests.py: Add broadcast and wait facility.
Damien George
2021-08-13
tools/autobuild: Add auto build for Silicognition wESP32.
Patrick Van Oosterwijck
2021-08-13
nrf: Set .mpy features consistent with documentation and other ports.
Daniel Mizyrycki
2021-08-13
docs/library/index.rst: Clarify module naming and purpose.
Jim Mussared
2021-08-13
tools/gen-cpydiff.py: Don't rename foo to ufoo in diff output.
Jim Mussared
2021-08-13
docs: Replace ufoo with foo in all docs.
Jim Mussared
2021-08-13
docs: Rename ufoo.rst to foo.rst.
Jim Mussared
2021-08-13
docs/templates: Add unix and zephyr quickref links to top-index.
Damien George
2021-08-13
docs/library/zephyr: Add libraries specific to the Zephyr port.
Julia Hathaway
2021-08-13
docs/zephyr: Add quick reference for the Zephyr port.
Julia Hathaway
2021-08-10
stm32/mbedtls: Fix compile warning about uninitialized val.
Ned Konz
2021-08-10
stm32/boards/NUCLEO_H743ZI2: Add modified version of NUCLEO_H743ZI.
Ned Konz
2021-08-10
rp2/CMakeLists.txt: Allow a board's cmake to set the manifest path.
iabdalkader
2021-08-10
esp32/makeimg.py: Get bootloader and partition offset from sdkconfig.
Damien George
2021-08-09
nrf: Enable source line on tracebacks.
Daniel Mizyrycki
2021-08-09
nrf/modules/nrf: Add function to enable/disable DCDC.
Glenn Ruben Bakke
2021-08-08
nrf/modules/uos: Add ilistdir to uos module.
Damien George
2021-08-08
tools/codeformat.py: Include ports/nrf/modules/nrf in code formatting.
Glenn Ruben Bakke
2021-08-08
nrf/boards: Enable MICROPY_VFS_LFS2 for all target boards.
Glenn Ruben Bakke
2021-08-08
nrf/mphalport: Add dummy function for mp_hal_time_ns().
Glenn Ruben Bakke
2021-08-08
nrf/Makefile: Set default manifest file for all targets.
Glenn Ruben Bakke
2021-08-08
nrf/modules/scripts: Add file system formatting script.
Glenn Ruben Bakke
2021-08-08
nrf/boards: Set FROZEN_MANIFEST blank when SD present on nrf51 targets.
Glenn Ruben Bakke
2021-08-08
tools/ci.sh: Add mpy-cross build to nrf port.
Glenn Ruben Bakke
2021-08-08
nrf: Facilitate use of freeze manifest.
Glenn Ruben Bakke
2021-08-08
nrf/boards: Enable needed features for FAT/LFS1/LFS2.
Glenn Ruben Bakke
2021-08-08
nrf/main: Add auto mount and auto format hook for internal flash FS.
Glenn Ruben Bakke
2021-08-08
nrf/qstrdefsport.h: Add entries for in-built FS mount points.
Glenn Ruben Bakke
2021-08-08
nrf/mpconfigport.h: Enable MICROPY_PY_IO_FILEIO when an FS is enabled.
Glenn Ruben Bakke
2021-08-08
nrf/modules/uos: Allow a board to configure MICROPY_VFS_FAT/LFS1/LFS2.
Glenn Ruben Bakke
2021-08-08
nrf/Makefile: Add _fs_size linker script override from make.
Glenn Ruben Bakke
2021-08-08
nrf/mpconfigport.h: Tune FAT FS configuration.
Glenn Ruben Bakke
2021-08-08
nrf/README: Update README.md to reflect internal file systems.
Glenn Ruben Bakke
[next]