aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-11rp2/machine_uart: Add timeout/timeout_char to read and write.robert-hh
2021-03-11rp2: Enable VfsFat class for FAT filesystem support.StereoRocker
2021-03-11mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK.svetelna
2021-03-11esp32/Makefile: Specify port and baud on erase_flash command.Mike Causer
2021-03-11lib/utils/gchelper_generic: Implement AArch64 support.Yonatan Goldschmidt
2021-03-11py/nlrx64: Fix typo in comment.Yonatan Goldschmidt
2021-03-11py/nlr: Implement NLR for AArch64.Yonatan Goldschmidt
2021-03-11lib/mbedtls: Switch to currently latest commit of LTS branch v2.16.Mirko Vogt
2021-03-11stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook.Damien George
2021-03-11stm32/spi: Fix baudrate calculation for H7 series.Reinhard Feger
2021-03-11stm32/powerctrl: Save and restore EWUP state when configuring standby.Peter Hinch
2021-03-10stm32/main: Fix passing state.reset_mode to init_flash_fs.Braiden Kindt
2021-03-10stm32/make-stmconst.py: Allow "[]" chars when parsing source comments.Herwin Grobben
2021-03-09stm32/storage: Prevent attempts to read/write invalid block addresses.Andrew Leech
2021-03-02stm32/rfcore: Allow BLE settings to be changed by a board.Damien George
2021-02-23tools/pydfu.py: Support DFU files with elements of zero size.Damien George
2021-02-23rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32().Damien George
2021-02-21esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs.Damien George
2021-02-21py/mkrules.cmake: Add MICROPY_QSTRDEFS_PORT to qstr build process.Damien George
2021-02-21py/mkrules.cmake: Rename QSTR_DEFS variables to QSTRDEFS.Damien George
2021-02-21tools/verifygitlog.py: Show required format regexp in error message.iTitou
2021-02-21stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3.Damien George
2021-02-21stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.Chris Mason
2021-02-19tests/multi_bluetooth: Add basic performance tests.Jim Mussared
2021-02-19extmod/modbluetooth: Separate enabling of "client" from "central".Jim Mussared
2021-02-19esp32: Make machine.soft_reset() work in main.py and reset_cause().Thorsten von Eicken
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-19esp32: Add support to build with ESP-IDF v4.3 pre-release.Damien George
2021-02-19esp32/boards: Enable size optimisation for builds.Damien George
2021-02-18stm32/mboot: After sig verify, only write firmware-head if latter valid.Damien George
2021-02-17extmod/btstack: Use MICROPY_HW_BLE_UART_BAUDRATE for first UART init.Damien George
2021-02-17stm32/mpbtstackport: Allow chipset and secondary baudrate to be set.Damien George
2021-02-17stm32/mpbthciport: Use mp_printf instead of printf for error message.Damien George
2021-02-17stm32/mpbthciport: Fix initial baudrate to use provided value.Andrew Leech
2021-02-17stm32/boards: Disable onewire module on boards with small flash.Damien George
2021-02-17stm32: Make pyb, uos, utime, machine and onewire modules configurable.Damien George
2021-02-17stm32/usb: Allow a board to configure USBD_VID and all PIDs.Damien George
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-17stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool.David Michieli
2021-02-17extmod/modbluetooth: Allow NimBLE to use Zephyr static address.Jim Mussared
2021-02-17extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers.Jim Mussared
2021-02-17zephyr/modusocket: Fix parameter in calls to net_context_get_XXX().PTH
2021-02-17zephyr/boards: Add support for the nucleo_h743zi board.PTH
2021-02-16tools/ci.sh: Update zephyr docker image to v0.11.13.Maureen Helm
2021-02-16zephyr: Build MicroPython as a cmake target.Maureen Helm
2021-02-16zephyr: Remove unused build files.Maureen Helm
2021-02-16zephyr: Disable frozen source modules.Maureen Helm
2021-02-16py: Expand lists in core cmake custom commands.Maureen Helm
2021-02-16zephyr: Update to zephyr v2.5.0.Maureen Helm
2021-02-16tools/makemanifest.py: Allow passing option args to include().Jim Mussared