12111 Commits (8e5756e2b6d03805bf9f40cd1128c0cd6214e07c)
 

Author SHA1 Message Date
Jim Mussared 2aecf378be tools/makemanifest.py: Add check that freeze path is a directory. 4 years ago
Andrew Scheller 499e199add docs,stm32: Fix minor typos in RTC docs, and->an. 4 years ago
stijn 37c2f507a0 github/workflows: Add workflow to verify commit message format. 4 years ago
stijn d48860c7dd tools/verifygitlog.py: Add script for verifying commit message format. 4 years ago
stijn fca2730ea0 lib/utils/pyexec: Remove obsolete LCD initialization. 4 years ago
stijn b9a35bebf7 py/qstr.h: Remove QSTR_FROM_STR_STATIC macro. 4 years ago
Jim Mussared 47d02b3104 extmod/nimble: Improve the flow control for l2cap recv path. 4 years ago
Jim Mussared 0f9a9129da stm32/rfcore: Fix flow control for IPCC RX IRQ. 4 years ago
Damien George b8f4c623f9 github/workflows: Add CI workflow for rp2 port. 4 years ago
Damien George 469345e728 rp2: Add new port to Raspberry Pi RP2 microcontroller. 4 years ago
Damien George ef3ee7aa10 lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port. 4 years ago
Damien George ec0503bd0c extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write. 4 years ago
graham sanderson 794df0f1d5 py/emitnative: Support binary ops on ARMv6M without use of ite instr. 4 years ago
Damien George 15ac5a3df9 extmod/modframebuf: Change int to unsigned int in format methods args. 4 years ago
Damien George 33f10381d6 lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970. 4 years ago
Damien George 75fea330bf py/emitinlinethumb: Exclude code using #if when ARMV7M disabled. 4 years ago
Damien George 7a97e4351b tests: Move native for test from pybnative to micropython. 4 years ago
Damien George c9f4c5acd6 py/emitnative: Ensure encoding to load prelude_offset doesn't change sz. 4 years ago
graham sanderson 40d2010882 py/asmthumb: Add support for ARMv6M in native emitter. 4 years ago
Damien George fe16e785fe tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM. 4 years ago
Damien George 925bd67cfb py/objfun: Support fun.__globals__ attribute. 4 years ago
Damien George 5d68b5e22c tools/ci.sh: For ci_code_size_setup, update apt to install gcc-multilib. 4 years ago
Damien George d1f120b142 stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option. 4 years ago
Damien George 8f211df360 stm32/mboot/fwupdate.py: Refactor update_mpy with support for STATUS. 4 years ago
Damien George bd7110a3d5 stm32/mboot: Introduce MBOOT_ERRNO_xxx constants and use them. 4 years ago
Damien George 0efa0b5437 stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status. 4 years ago
Damien George c1eb292927 stm32/mboot: Don't auto-detect littlefs block size. 4 years ago
Damien George d1945cc2b5 stm32/main: Check block 0 and 1 when auto-detecting littlefs. 4 years ago
Damien George 71ea438561 extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 4 years ago
nanjekyejoannah 4eaebc1988 docs/develop: Add MicroPython Internals chapter. 4 years ago
Damien George 203e1d2a65 tools/ci.sh: For code size build, fetch history of master branch only. 4 years ago
Damien George 0a079155e4 github/workflows: Fix code-size CI workflow. 4 years ago
Vincent Duvert 45f0b6ab63 cc3200: Fix debug build. 4 years ago
Vincent Duvert 342dc61784 cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login. 4 years ago
Oliver Joos 290dc1d5ee unix/modtime: Fix time() precision on unix ports with non-double floats. 4 years ago
Oliver Joos 419134bea4 tests/extmod: Add test for the precision of utime functions. 4 years ago
IhorNehrutsa 769e822f19 esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values. 4 years ago
Yonatan Schachter 063d7cc0e2 zephyr: Add basic UART functionality to machine module. 4 years ago
Jim Mussared aa136b4d78 extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function. 4 years ago
Damien George 49dd9ba1a5 stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu. 4 years ago
Damien George de2374cdc6 tools/ci.sh: Pip install pyhy for stm32 builds. 4 years ago
Damien George f6e6ef69e0 stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode. 4 years ago
Damien George c6f334272a stm32/mboot: Add support for signed and encrypted firmware updates. 4 years ago
Damien George 09e67de327 stm32/mboot/gzstream: Fix lost data decompressing final part of file. 4 years ago
Damien George 0ce6948653 lib/libhydrogen: Add new libhydrogen submodule. 4 years ago
Jim Mussared f7aafc0628 extmod/nimble: Don't assert on save-IRK failure. 4 years ago
Jim Mussared f42a190247 extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init. 4 years ago
stijn 069557edef tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding. 4 years ago
stijn 108183fcc0 tests/misc/sys_settrace: Make test output independent of invoked path. 4 years ago
Damien George 505a1853b9 teensy: Fix build errors and warnings and enable -Werror. 4 years ago