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
2021-01-30
tools/verifygitlog.py: Add script for verifying commit message format.
stijn
2021-01-30
lib/utils/pyexec: Remove obsolete LCD initialization.
stijn
2021-01-30
py/qstr.h: Remove QSTR_FROM_STR_STATIC macro.
stijn
2021-01-30
extmod/nimble: Improve the flow control for l2cap recv path.
Jim Mussared
2021-01-30
stm32/rfcore: Fix flow control for IPCC RX IRQ.
Jim Mussared
2021-01-30
github/workflows: Add CI workflow for rp2 port.
Damien George
2021-01-30
rp2: Add new port to Raspberry Pi RP2 microcontroller.
Damien George
2021-01-29
lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port.
Damien George
2021-01-29
extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.
Damien George
2021-01-29
py/emitnative: Support binary ops on ARMv6M without use of ite instr.
graham sanderson
2021-01-29
extmod/modframebuf: Change int to unsigned int in format methods args.
Damien George
2021-01-29
lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970.
Damien George
2021-01-29
py/emitinlinethumb: Exclude code using #if when ARMV7M disabled.
Damien George
2021-01-29
tests: Move native for test from pybnative to micropython.
Damien George
2021-01-29
py/emitnative: Ensure encoding to load prelude_offset doesn't change sz.
Damien George
2021-01-29
py/asmthumb: Add support for ARMv6M in native emitter.
graham sanderson
2021-01-29
tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM.
Damien George
2021-01-29
py/objfun: Support fun.__globals__ attribute.
Damien George
2021-01-29
tools/ci.sh: For ci_code_size_setup, update apt to install gcc-multilib.
Damien George
2021-01-29
stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option.
Damien George
2021-01-29
stm32/mboot/fwupdate.py: Refactor update_mpy with support for STATUS.
Damien George
2021-01-29
stm32/mboot: Introduce MBOOT_ERRNO_xxx constants and use them.
Damien George
2021-01-29
stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status.
Damien George
2021-01-29
stm32/mboot: Don't auto-detect littlefs block size.
Damien George
2021-01-29
stm32/main: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-29
extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-27
docs/develop: Add MicroPython Internals chapter.
nanjekyejoannah
2021-01-24
tools/ci.sh: For code size build, fetch history of master branch only.
Damien George
2021-01-24
github/workflows: Fix code-size CI workflow.
Damien George
2021-01-23
cc3200: Fix debug build.
Vincent Duvert
2021-01-23
cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login.
Vincent Duvert
2021-01-23
unix/modtime: Fix time() precision on unix ports with non-double floats.
Oliver Joos
2021-01-23
tests/extmod: Add test for the precision of utime functions.
Oliver Joos
2021-01-23
esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values.
IhorNehrutsa
2021-01-23
zephyr: Add basic UART functionality to machine module.
Yonatan Schachter
2021-01-22
extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.
Jim Mussared
2021-01-18
stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu.
Damien George
2021-01-18
tools/ci.sh: Pip install pyhy for stm32 builds.
Damien George
2021-01-18
stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode.
Damien George
2021-01-18
stm32/mboot: Add support for signed and encrypted firmware updates.
Damien George
2021-01-18
stm32/mboot/gzstream: Fix lost data decompressing final part of file.
Damien George
2021-01-18
lib/libhydrogen: Add new libhydrogen submodule.
Damien George
2020-12-23
extmod/nimble: Don't assert on save-IRK failure.
Jim Mussared
2020-12-23
extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.
Jim Mussared
2020-12-18
tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.
stijn
2020-12-18
tests/misc/sys_settrace: Make test output independent of invoked path.
stijn
2020-12-18
teensy: Fix build errors and warnings and enable -Werror.
Damien George
2020-12-18
stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds.
Damien George
2020-12-18
drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.
Damien George
2020-12-18
stm32/main: Do extended readblocks call when auto-detecting littlefs.
Damien George
[next]