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