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-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
2021-02-16
tests/extmod: Add test for ThreadSafeFlag.
Jim Mussared
2021-02-16
docs/library/uasyncio.rst: Add docs for ThreadSafeFlag.
Jim Mussared
2021-02-16
extmod/uasyncio: Add ThreadSafeFlag.
Jim Mussared
2021-02-16
unix/moduselect: Don't allow both posix and non-posix configurations.
Jim Mussared
2021-02-16
extmod/moduselect: Fix unsigned/signed comparison for timeout!=-1.
Jim Mussared
2021-02-16
extmod/nimble: Ensure handle is set on read error.
Jim Mussared
2021-02-15
esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.
Thorsten von Eicken
2021-02-15
esp32/modsocket: Remove unix socket error code translation.
Thorsten von Eicken
2021-02-15
esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.2.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.1.1.
Damien George
2021-02-15
esp32/README: Update based on new IDF v4 cmake build process.
Damien George
2021-02-15
tools/ci.sh: Change esp32 CI to work with idf.py and IDF v4.0.2.
Damien George
2021-02-15
esp32/boards: Enable BLE on all boards.
Damien George
2021-02-15
esp32/boards: Remove old IDF v3 sdkconfig values.
Damien George
2021-02-15
esp32: Remove traditional "make" capability.
Damien George
2021-02-15
esp32: Add explicit initialisers to silence compiler warnings.
Damien George
2021-02-15
esp32/esp32_rmt: Don't do unnecessary check for unsigned less than zero.
Damien George
2021-02-15
esp32: Add support to build using IDF with cmake.
Damien George
2021-02-15
py,extmod: Add core cmake rule files.
Damien George
2021-02-14
stm32/mpbthciport: Only init the uart once, then use uart_set_baudrate.
Damien George
2021-02-14
stm32/uart: Add uart_set_baudrate function.
Damien George
2021-02-13
extmod/uasyncio: Add asyncio.current_task().
Jim Mussared
2021-02-13
tools: Add filesystem action examples to pyboard.py help.
Brianna Laugher
2021-02-13
nrf/drivers/usb: Add USBD_IRQHandler which calls tud_int_handler.
Damien George
2021-02-12
samd/mphalport: Fix USB CDC tx handling to work reliably.
Damien George
2021-02-12
mimxrt: Fix USB CDC handling so it works reliably.
Damien George
2021-02-12
rp2: Use local tinyusb instead of the one in pico-sdk.
Damien George
2021-02-12
ports: Update to build with new tinyusb.
Damien George
2021-02-12
lib/tinyusb: Update to version 0.8.0.
Damien George
2021-02-12
extmod/btstack: Enable SYNC_EVENTS, PAIRING_BONDING by default.
Damien George
2021-02-12
extmod/btstack: Add stub functions for passkey, l2cap bindings.
Damien George
2021-02-12
extmod/btstack: Add HCI trace debugging option in btstack_hci_uart.
Damien George
2021-02-12
unix/mpbtstackport_common: Implement mp_bluetooth_hci_active.
Damien George
2021-02-11
tests/extmod/vfs_posix.py: Add more tests for VfsPosix class.
Damien George
2021-02-11
extmod/vfs_posix_file: Allow closing an already closed file.
Damien George
2021-02-09
esp8266/modules: Fix fs_corrupted() to use start_sec not START_SEC.
Damien George
2021-02-08
py/mpz: Fix overflow of borrow in mpn_div.
Damien George
2021-02-05
py/gc: Change include of stdint.h to stddef.h.
Damien George
[next]