aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-27docs/develop: Add MicroPython Internals chapter.nanjekyejoannah
2021-01-24tools/ci.sh: For code size build, fetch history of master branch only.Damien George
2021-01-24github/workflows: Fix code-size CI workflow.Damien George
2021-01-23cc3200: Fix debug build.Vincent Duvert
2021-01-23cc3200/ftp: Add quotes to PWD response and allow FEAT prior to login.Vincent Duvert
2021-01-23unix/modtime: Fix time() precision on unix ports with non-double floats.Oliver Joos
2021-01-23tests/extmod: Add test for the precision of utime functions.Oliver Joos
2021-01-23esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values.IhorNehrutsa
2021-01-23zephyr: Add basic UART functionality to machine module.Yonatan Schachter
2021-01-22extmod/modbluetooth: Add ble.hci_cmd(ogf, ocf, req, resp) function.Jim Mussared
2021-01-18stm32/Makefile: Use MBOOT_PACK_KEYS_FILE as depedency of .pack.dfu.Damien George
2021-01-18tools/ci.sh: Pip install pyhy for stm32 builds.Damien George
2021-01-18stm32/boards/NUCLEO_WB55: Enable MBOOT with packing mode.Damien George
2021-01-18stm32/mboot: Add support for signed and encrypted firmware updates.Damien George
2021-01-18stm32/mboot/gzstream: Fix lost data decompressing final part of file.Damien George
2021-01-18lib/libhydrogen: Add new libhydrogen submodule.Damien George
2020-12-23extmod/nimble: Don't assert on save-IRK failure.Jim Mussared
2020-12-23extmod/nimble: Reset NimBLE BSS in mp_bluetooth_init.Jim Mussared
2020-12-18tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.stijn
2020-12-18tests/misc/sys_settrace: Make test output independent of invoked path.stijn
2020-12-18teensy: Fix build errors and warnings and enable -Werror.Damien George
2020-12-18stm32/boards/PYBD_SF2: Disable SPIFLASH_ENABLE_CACHE for mboot builds.Damien George
2020-12-18drivers/memory/spiflash: Add MICROPY_HW_SPIFLASH_ENABLE_CACHE option.Damien George
2020-12-18stm32/main: Do extended readblocks call when auto-detecting littlefs.Damien George
2020-12-18stm32/adc: Deselect VBAT after reading to prevent battery drain.Damien George
2020-12-17stm32/sdram: Add SDRAM enter/leave self-refresh mode functions.iabdalkader
2020-12-17stm32/system_stm32: Enable DBGMCU in low-power modes for debug builds.iabdalkader
2020-12-17stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate.iabdalkader
2020-12-17extmod/vfs: Raise OSError(ENODEV) if mounting bdev without a filesystem.Oliver Joos
2020-12-17tests/extmod: Add test to try and mount a block device directly.Oliver Joos
2020-12-14extmod/modubinascii: Update code, docs for hexlify now CPython has sep.Damien George
2020-12-14py/mkrules.mk: Remove stray vpath and unused -Itmp, add $(Q) for $(AR).Damien George
2020-12-14py/modmath: Simplify handling of positional args to reduce code size.Damien George
2020-12-14tools/ci.sh: Use pip-install to get latest version of esptool.py.Damien George
2020-12-14tools/ci.sh: Put echo of CI path in a separate function.Damien George
2020-12-14tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces.Damien George
2020-12-10stm32/usb: Allocate 128 bytes to CDC data out EPs on non-multi-OTG MCUs.Damien George
2020-12-10lib/stm32lib: Update library for WB v1.10.0.Damien George
2020-12-09stm32/mboot: Enable LFS2_READONLY for mboot builds with littlefs.Damien George
2020-12-09lib/littlefs: Guard lfs2_mlist_isopen with LFS2_NO_ASSERT.Damien George
2020-12-09lib/littlefs: Update littlefs2 to v2.3.0.Damien George
2020-12-08stm32/boards/NUCLEO_H743ZI: Enable ethernet peripheral.Reinhard Feger
2020-12-08stm32/eth: Add support for H7 processors.Reinhard Feger
2020-12-08stm32/boards/stm32h743.ld: Enable D2 RAM and add eth-buffer section.Reinhard Feger
2020-12-07nrf: Change selected boards to utilize pre-flashed bootloader.Glenn Ruben Bakke
2020-12-07nrf/boards: Add linker script for nrf52840 Open Bootloader 1.2.0.Glenn Ruben Bakke
2020-12-07nrf/Makefile: Add support for flashing with nrfutil.Glenn Ruben Bakke
2020-12-07nrf/Makefile: Add bootloader specific section.Glenn Ruben Bakke
2020-12-07nrf/boards: Update memory.ld to include bootloader offsets.Glenn Ruben Bakke
2020-12-07py/mpprint: Fix length calculation for strings with precision-modifier.Joris Peeraer