12071 Commits (85ea4ac0e56faca680aa03c41eb4009464401f07)
 

Author SHA1 Message Date
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
Jim Mussared 83d23059ef tests/extmod: Add test for ThreadSafeFlag. 4 years ago
Jim Mussared cdf9c8648f docs/library/uasyncio.rst: Add docs for ThreadSafeFlag. 4 years ago
Jim Mussared 5e96e89999 extmod/uasyncio: Add ThreadSafeFlag. 4 years ago
Jim Mussared 4c54012373 unix/moduselect: Don't allow both posix and non-posix configurations. 4 years ago
Jim Mussared fce0bd1a2a extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1. 4 years ago
Jim Mussared a1a2815799 extmod/nimble: Ensure handle is set on read error. 4 years ago
Thorsten von Eicken 902da05a18 esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h. 4 years ago
Thorsten von Eicken 771376a0cb esp32/modsocket: Remove unix socket error code translation. 4 years ago
Damien George f12462ddc4 esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4. 4 years ago
Damien George a915002177 esp32: Add support to build with ESP-IDF v4.2. 4 years ago
Damien George d191d88cab esp32: Add support to build with ESP-IDF v4.1.1. 4 years ago