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
2020-06-12
top: Update contribution and commit guide to include optional sign-off.
Damien George
2020-06-12
stm32/boards/STM32F769DISC: Use macro instead of const for flash size.
Damien George
2020-06-12
zephyr: Use cmake find_package to locate zephyr.
Maureen Helm
2020-06-12
zephyr: Increase minimum required cmake version to 3.13.1.
Maureen Helm
2020-06-12
zephyr: Convert DT_FLASH_AREA usages to new dts macros.
Maureen Helm
2020-06-12
zephyr: Update to new zephyr timeout API.
Maureen Helm
2020-06-12
zephyr: Update for refactored zephyr device structures.
Maureen Helm
2020-06-12
zephyr: Fix floating point configuration.
Maureen Helm
2020-06-12
zephyr: Fix and rename stacks_analyze function in zephyr module.
Maureen Helm
2020-06-10
mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld.
Albort Xue
2020-06-10
docs/esp8266: Add quickref documentation for UART on esp8266.
Nick Crabtree
2020-06-10
tests/run-multitests.py: Allow passing unique env vars to each instance.
Jim Mussared
2020-06-10
unix/btstack_usb: Allow choosing adaptor via environment variable.
Jim Mussared
2020-06-10
examples/bluetooth: Fix event code in ble_temperature_central.py.
Jim Mussared
2020-06-10
extmod/modbluetooth: Register default GATT service and fix esp32 init.
jp-96
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-06-10
py/obj.h: Clarify comments about mp_map_t is_fixed and is_ordered.
Damien George
2020-06-10
py/objtype: Use mp_obj_dict_copy() for creating obj.__dict__ attribute.
Andrew Leech
2020-06-10
py/objtype: Add __dict__ attribute for class objects.
Andrew Leech
2020-06-09
mimxrt/boards: Integrate support for MIMXRT1020_EVK board.
Philipp Ebensberger
2020-06-09
mimxrt/boards: Enable LED class for MIMXRT1060_EVK board.
Albort Xue
2020-06-09
esp32: Update IDF v4.0 supported hash to v4.0.1.
Jim Mussared
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-06-08
py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.
Damien George
2020-06-08
mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow.
Philipp Ebensberger
2020-06-05
docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.
David Lechner
2020-06-05
github: Add GitHub action to build docs.
David Lechner
2020-06-05
esp32/mpthreadport: Fix calculation of thread stack size.
Damien George
2020-06-05
qemu-arm: Support building in debug mode with DEBUG=1.
Damien George
2020-06-05
examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising.
jxltom
2020-06-05
extmod/modbluetooth: Support bigger characteristic values.
Jim Mussared
2020-06-05
extmod/modbluetooth: Ensure status=0 always on success.
Jim Mussared
2020-06-05
docs/library: Update ubluetooth for new events and discover by uuid.
Jim Mussared
2020-06-05
tests/multi_bluetooth: Update to work with new BLE events.
Jim Mussared
2020-06-05
extmod/modbluetooth: Implement read done event.
Jim Mussared
2020-06-05
extmod/modbluetooth: Allow discovery of svc/char by uuid.
Jim Mussared
2020-06-05
extmod/modbluetooth: Add discover complete events for svc/char/desc.
Jim Mussared
2020-06-05
extmod/modbluetooth: Make modbluetooth event not a bitfield.
Jim Mussared
2020-06-05
mimxrt: Add initial impl of machine.LED class, and basic pin support.
Philipp Ebensberger
2020-06-02
docs/reference: Add note about multiple exceptions when heap is locked.
Andrew Leech
2020-06-02
minimal: Make build more flexible and work as 64-bit build.
Damien George
2020-06-02
lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled.
Damien George
2020-06-02
py/modbuiltins: Fix getattr to work with class raising AttributeError.
Damien George
2020-06-02
stm32/Makefile: Quote libgcc path so spaces are not an issue.
stinos
2020-06-02
qemu-arm/README: Update link to toolchain.
David Spickett
2020-06-02
stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards.
Damien George
2020-06-02
stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.
Damien George
2020-06-02
stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB.
Damien George
2020-06-02
stm32/adc: Add support to pyb.ADC for STM32WB MCUs.
Damien George
2020-06-02
stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB.
Damien George
[prev]
[next]