12432 Commits (4ada56d4cb4c518d2a78f7d7a600a4537188310a)
 

Author SHA1 Message Date
robert-hh 8ade163fff rp2/machine_uart: Add timeout/timeout_char to read and write. 4 years ago
StereoRocker 8610bababe rp2: Enable VfsFat class for FAT filesystem support. 4 years ago
svetelna 23ce25a7c3 mimxrt/boards: Add MIMXRT1050_EVK board, based on MIMXRT1060_EVK. 4 years ago
Mike Causer 8785acac22 esp32/Makefile: Specify port and baud on erase_flash command. 4 years ago
Yonatan Goldschmidt 098ac11bb0 lib/utils/gchelper_generic: Implement AArch64 support. 4 years ago
Yonatan Goldschmidt e196cb762e py/nlrx64: Fix typo in comment. 4 years ago
Yonatan Goldschmidt 2d5cece5ac py/nlr: Implement NLR for AArch64. 4 years ago
Mirko Vogt 7d73b9ff99 lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 4 years ago
Damien George c33c749f64 stm32/boardctrl: Add MICROPY_BOARD_STARTUP hook. 4 years ago
Reinhard Feger 79c186f5c9 stm32/spi: Fix baudrate calculation for H7 series. 4 years ago
Peter Hinch 0facd891e7 stm32/powerctrl: Save and restore EWUP state when configuring standby. 4 years ago
Braiden Kindt 85ea4ac0e5 stm32/main: Fix passing state.reset_mode to init_flash_fs. 4 years ago
Herwin Grobben 35c602d3b8 stm32/make-stmconst.py: Allow "[]" chars when parsing source comments. 4 years ago
Andrew Leech 59a129f22f stm32/storage: Prevent attempts to read/write invalid block addresses. 4 years ago
Damien George 680ce45323 stm32/rfcore: Allow BLE settings to be changed by a board. 4 years ago
Damien George cdaec0dcaf tools/pydfu.py: Support DFU files with elements of zero size. 4 years ago
Damien George 53f5bb05a9 rp2,stm32: Enable MICROPY_PY_UBINASCII_CRC32 to get ubinascii.crc32(). 4 years ago
Damien George 75db0b9079 esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs. 4 years ago
Damien George 2adf20c5f2 py/mkrules.cmake: Add MICROPY_QSTRDEFS_PORT to qstr build process. 4 years ago
Damien George d867d20d9a py/mkrules.cmake: Rename QSTR_DEFS variables to QSTRDEFS. 4 years ago
iTitou d334d781e1 tools/verifygitlog.py: Show required format regexp in error message. 4 years ago
Damien George 03a64f2077 stm32/boards/NUCLEO_WB55: Enable LPUART1 on PA2/PA3. 4 years ago
Chris Mason 9d674cf7ab stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs. 4 years ago
Jim Mussared 1342debb9b tests/multi_bluetooth: Add basic performance tests. 4 years ago
Jim Mussared a76604afba extmod/modbluetooth: Separate enabling of "client" from "central". 4 years ago
Thorsten von Eicken d28dbcd6c7 esp32: Make machine.soft_reset() work in main.py and reset_cause(). 4 years ago
Thorsten von Eicken c10d431819 esp32: Add basic support for Non-Volatile-Storage in esp32 module. 4 years ago
Damien George 143372ab5e esp32: Add support to build with ESP-IDF v4.3 pre-release. 4 years ago
Damien George 466ad35a72 esp32/boards: Enable size optimisation for builds. 4 years ago
Damien George d4b45898f5 stm32/mboot: After sig verify, only write firmware-head if latter valid. 4 years ago
Damien George cf6a015880 extmod/btstack: Use MICROPY_HW_BLE_UART_BAUDRATE for first UART init. 4 years ago
Damien George 301fe805ca stm32/mpbtstackport: Allow chipset and secondary baudrate to be set. 4 years ago
Damien George 89cb2c6b80 stm32/mpbthciport: Use mp_printf instead of printf for error message. 4 years ago
Andrew Leech 629fdc366a stm32/mpbthciport: Fix initial baudrate to use provided value. 4 years ago
Damien George 5c92ff53fe stm32/boards: Disable onewire module on boards with small flash. 4 years ago
Damien George 9b78f3e6c6 stm32: Make pyb, uos, utime, machine and onewire modules configurable. 4 years ago
Damien George caeec80a9c stm32/usb: Allow a board to configure USBD_VID and all PIDs. 4 years ago
Thorsten von Eicken 2c1299b007 extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 5 years ago
David Michieli 2eed9780ba stm32/mboot: Add unpack-dfu command to mboot_pack_dfu.py tool. 4 years ago
Jim Mussared 4005138882 extmod/modbluetooth: Allow NimBLE to use Zephyr static address. 4 years ago
Jim Mussared 236274f08f extmod/nimble/hal/hal_uart: Fix HCI_TRACE format specifiers. 4 years ago
PTH 5cb91afb9b zephyr/modusocket: Fix parameter in calls to net_context_get_XXX(). 4 years ago
PTH 6c4a5d185d zephyr/boards: Add support for the nucleo_h743zi board. 4 years ago
Maureen Helm 56a36899bd tools/ci.sh: Update zephyr docker image to v0.11.13. 4 years ago
Maureen Helm f573e73bae zephyr: Build MicroPython as a cmake target. 4 years ago
Maureen Helm 51fa1339f1 zephyr: Remove unused build files. 4 years ago
Maureen Helm f49a73641a zephyr: Disable frozen source modules. 4 years ago
Maureen Helm dff6fc64d2 py: Expand lists in core cmake custom commands. 4 years ago
Maureen Helm 2aa57931a6 zephyr: Update to zephyr v2.5.0. 4 years ago
Jim Mussared 566020034f tools/makemanifest.py: Allow passing option args to include(). 4 years ago