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
2021-03-31
tools/ci.sh: Add CI for CMake USER_C_MODULE support.
Phil Howard
2021-03-31
docs/develop/cmodules.rst: Document C-modules and micropython.cmake.
Phil Howard
2021-03-31
examples/usercmodule: Add micropython.cmake to the C and CPP examples.
Phil Howard
2021-03-31
rp2: Add support for USER_C_MODULES to CMake build system.
Phil Howard
2021-03-31
rp2/mpthreadport.h: Cast core_state to _mp_state_thread_t.
Phil Howard
2021-03-26
py: Rename remaining object types to be of the form mp_type_xxx.
Damien George
2021-03-19
bare-arm: Clean up the code, make it run on an F405, and add a README.
Damien George
2021-03-17
py/vm: For tracing use mp_printf, and print state when thread enabled.
Damien George
2021-03-17
stm32/Makefile: Allow QSTR_DEFS,QSTR_GLOBAL_DEPENDENCIES to be extended.
Damien George
2021-03-16
tests/run-tests.py: Provide more info if script run via pyboard crashes.
Damien George
2021-03-16
tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.
Damien George
2021-03-16
extmod/modbluetooth: Free temp arrays in gatts register services.
Damien George
2021-03-16
stm32/Makefile: Fix C++ linker flags when toolchain has spaces in path.
stijn
2021-03-15
all: Add .git-blame-ignore-revs for fixing up git blame output.
stijn
2021-03-14
rp2: Use core-provided cmake fragments instead of custom ones.
Damien George
2021-03-14
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Damien George
2021-03-14
rp2/modmachine: Enable machine.Signal class.
Damien George
2021-03-14
rp2: Enabled more core Python features.
Damien George
2021-03-13
rp2: Enable uerrno module.
Kevin Köck
2021-03-12
tests/multi_bluetooth: Skip tests when BLE features are unsupported.
Damien George
2021-03-12
tests/run-tests.py: Reformat with Black.
Damien George
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-03-12
esp32/machine_hw_spi: Use default pins when making SPI if none given.
Damien George
2021-03-12
lib/pico-sdk: Update to latest version 1.1.0.
Damien George
2021-03-12
rp2/rp2_flash: Prevent MICROPY_HW_FLASH_STORAGE_BASE being set negative.
Andrew Scheller
2021-03-12
rp2/modmachine: Re-init UART for REPL on frequency change.
robert-hh
2021-03-12
rp2/modmachine: Allow changing CPU clock frequency.
robert-hh
2021-03-12
rp2/rp2_pio: Fix sm.get(buf) to not wait after getting last item.
robert-hh
2021-03-12
rp2/rp2_pio: Allow more than 8 consecutive pins for PIO out/set/sideset.
robert-hh
2021-03-11
rp2/machine_uart: Add support for inverted TX and RX lines.
robert-hh
2021-03-11
rp2/machine_uart: Add timeout/timeout_char to read and write.
robert-hh
2021-03-11
rp2: Enable VfsFat class for FAT filesystem support.
StereoRocker
2021-03-11
mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK.
svetelna
2021-03-11
esp32/Makefile: Specify port and baud on erase_flash command.
Mike Causer
2021-03-11
lib/utils/gchelper_generic: Implement AArch64 support.
Yonatan Goldschmidt
2021-03-11
py/nlrx64: Fix typo in comment.
Yonatan Goldschmidt
2021-03-11
py/nlr: Implement NLR for AArch64.
Yonatan Goldschmidt
2021-03-11
lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.
Mirko Vogt
2021-03-11
stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook.
Damien George
2021-03-11
stm32/spi: Fix baudrate calculation for H7 series.
Reinhard Feger
2021-03-11
stm32/powerctrl: Save and restore EWUP state when configuring standby.
Peter Hinch
2021-03-10
stm32/main: Fix passing state.reset_mode to init_flash_fs.
Braiden Kindt
2021-03-10
stm32/make-stmconst.py: Allow "[]" chars when parsing source comments.
Herwin Grobben
2021-03-09
stm32/storage: Prevent attempts to read/write invalid block addresses.
Andrew Leech
2021-03-02
stm32/rfcore: Allow BLE settings to be changed by a board.
Damien George
2021-02-23
tools/pydfu.py: Support DFU files with elements of zero size.
Damien George
2021-02-23
rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32().
Damien George
2021-02-21
esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs.
Damien George
2021-02-21
py/mkrules.cmake: Add MICROPY_QSTRDEFS_PORT to qstr build process.
Damien George
2021-02-21
py/mkrules.cmake: Rename QSTR_DEFS variables to QSTRDEFS.
Damien George
[next]