12069 Commits (59a129f22f096d992496111c498b3ea97e637115)
 

Author SHA1 Message Date
Damien George ef9fde7339 LICENSE,docs: Update copyright year range to include 2021. 4 years ago
Samuelson 407df82f81 docs/develop/natmod: Fix a small typo, con->can. 4 years ago
David CARLIER cb30928ac8 py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option. 4 years ago
stijn cb8e2f02ab py/gc: Fix debug printing of pointer. 4 years ago
stijn c2b5bfcc0c tools: Remove obsolete upip bootstrap script. 4 years ago
Christopher Tse ddb53c9458 docs/esp8266/quickref: Add warning block about NeoPixel timing. 4 years ago
Christopher Tse 5c37e76e4f esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor. 4 years ago
Chris Hemingway 993ab6aa2c nrf/README: Add use of "make submodules" in alternative build paragraph. 4 years ago
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