11939 Commits (d1f120b1425d6622e8596815be7876aa8c434dbf)
 

Author SHA1 Message Date
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
Damien George e715a8fb9b stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds. 4 years ago
Damien George e43a74a4db drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option. 4 years ago
Damien George 061cb1a73a stm32/main: Do extended readblocks call when auto-detecting littlefs. 4 years ago
Damien George 80883a82c0 stm32/adc: Deselect VBAT after reading to prevent battery drain. 4 years ago
iabdalkader b603066bc2 stm32/sdram: Add SDRAM enter/leave self-refresh mode functions. 4 years ago
iabdalkader 32d76e5de6 stm32/system_stm32: Enable DBGMCU in low-power modes for debug builds. 4 years ago
iabdalkader 20f8ce1982 stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate. 4 years ago
Oliver Joos a13d1b50c9 extmod/vfs: Raise OSError(ENODEV) if mounting bdev without a filesystem. 4 years ago
Oliver Joos dc1fd4df73 tests/extmod: Add test to try and mount a block device directly. 4 years ago
Damien George 1719459c28 extmod/modubinascii: Update code, docs for hexlify now CPython has sep. 4 years ago
Damien George 246b2e016a py/mkrules.mk: Remove stray vpath and unused -Itmp, add $(Q) for $(AR). 4 years ago
Damien George 0091041f5a py/modmath: Simplify handling of positional args to reduce code size. 4 years ago
Damien George ee52f89224 tools/ci.sh: Use pip-install to get latest version of esptool.py. 4 years ago
Damien George 69262a11dc tools/ci.sh: Put echo of CI path in a separate function. 4 years ago
Damien George e0bb7a53c3 tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces. 4 years ago
Damien George f305c62a5f stm32/usb: Allocate 128 bytes to CDC data out EPs on non-multi-OTG MCUs. 4 years ago
Damien George f694a6fa20 lib/stm32lib: Update library for WB v1.10.0. 4 years ago
Damien George 460a181b77 stm32/mboot: Enable LFS2_READONLY for mboot builds with littlefs. 4 years ago
Damien George 8a29319a15 lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT. 4 years ago
Damien George d9d761b057 lib/littlefs: Update littlefs2 to v2.3.0. 4 years ago
Reinhard Feger 032e095620 stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral. 4 years ago
Reinhard Feger d986b20122 stm32/eth: Add support for H7 processors. 4 years ago