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-22
qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.
Damien George
2020-06-22
py/misc.h: Add missing semi-colon in mp_float_union_t for big-endian.
Damien George
2020-06-19
esp32/esp32_rmt: Call rmt_driver_install before rmt_config.
Jonathan Hogg
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-06-18
tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.
Damien George
2020-06-18
stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3.
Damien George
2020-06-18
github: Add FUNDING.yml file pointing to micropython GitHub sponsorship.
Damien George
2020-06-17
travis: Change nrf pca10056 board to build with soft-device enabled.
Damien George
2020-06-17
nrf/bluetooth: Use MP_ERROR_TEXT for all error messages.
Glenn Ruben Bakke
2020-06-17
stm32/rfcore: Leave txpower level as default when initialising rfcore.
Damien George
2020-06-17
stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs.
Damien George
2020-06-17
stm32/factoryreset: Provide empty create-FS function when FAT disabled.
Damien George
2020-06-17
esp32/esp32_rmt: Extend RMT to support carrier feature.
Jon Rob
2020-06-16
tests/basics: Add tests for variable annotations.
Damien George
2020-06-16
py/compile: Implement PEP 526, syntax for variable annotations.
Damien George
2020-06-16
py/grammar.h: Consolidate duplicate sub-rules for :test and =test.
Damien George
2020-06-16
tests/cpydiff: Add CPy diff test for assignment expression behaviour.
Damien George
2020-06-16
tests/basics: Add tests for assignment operator :=.
Damien George
2020-06-16
ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.
Damien George
2020-06-16
py/compile: Implement PEP 572, assignment expressions with := operator.
Damien George
2020-06-16
py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro.
Damien George
2020-06-14
tools/uncrustify: Update config for v0.71.0.
David Lechner
2020-06-14
tools/codeformat.py: Remove sizeof fixup.
David Lechner
2020-06-14
tools/uncrustify.cfg: Remove deprecated sp_word_brace option.
David Lechner
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
[next]