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-05-08
tests/multi_bluetooth: Fix typo printing wrong IRQ type.
Damien George
2020-05-05
stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash.
Damien George
2020-05-05
zephyr: Use zephyr build system to merge configurations.
Maureen Helm
2020-05-05
tests/thread/thread_stacksize1.py: Increase stack size for CPython.
yangfl
2020-05-03
py/parse: Support constant folding of power operator for integers.
Damien George
2020-05-03
esp32/partitions: Update comments in files regarding offset.
Thorsten von Eicken
2020-05-03
esp32: Improve support for OTA updates.
Thorsten von Eicken
2020-05-02
docs/library: Fix docs for machine.WDT to specify millisecond timeout.
Thorsten von Eicken
2020-05-02
tests/cpydiff: Add cpydiff test for __all__ used in imported package.
Jim Mussared
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-30
docs/library: Note that machine.Pin.irq's hard arg may not be supported.
Damien George
2020-04-30
esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION.
Damien George
2020-04-30
esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.
Damien George
2020-04-30
py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr.
Damien George
2020-04-30
travis: Make sure upstream/master exists when computing size-diff check.
Damien George
2020-04-30
all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.
Damien George
2020-04-29
all: Factor gchelper code to one place and use it for unix & ARM ports.
Jim Mussared
2020-04-29
unix: Add btstack to the unix submodules list.
Jim Mussared
2020-04-29
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Jim Mussared
2020-04-29
lib/btstack: Update to c8b9823 for USB HCI reset timeout fix.
Jim Mussared
2020-04-29
unix: Enable modbluetooth on the "dev" and "coverage" variants.
Jim Mussared
2020-04-29
tests/run-multitests.py: Add shortcuts for local Python instances.
Jim Mussared
2020-04-29
tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning.
Jim Mussared
2020-04-29
tests/run-multitests.py: Allow filtering out lines from stdout.
Jim Mussared
2020-04-29
unix: Add support for modbluetooth and BLE using btstack.
Jim Mussared
2020-04-29
extmod/btstack: Implement more robust init/deinit sequencing.
Jim Mussared
2020-04-29
stm32/main: Peform a clean shutdown of btstack on soft reset.
Jim Mussared
2020-04-29
extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.
Jim Mussared
2020-04-29
stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.
Jim Mussared
2020-04-29
unix/modmachine: Add machine.idle(), implemented using sched_yield.
Jim Mussared
2020-04-27
tests/extmod: Add btree test for errors raised by btree DB library.
Damien George
2020-04-27
py/modio: Allow uio.IOBase streams to return errno for read/write error.
Damien George
2020-04-27
py/stream: Remove mp_stream_errno and use system errno instead.
Damien George
2020-04-27
py/objdict: Fix popitem for ordered dicts.
Jim Mussared
2020-04-27
extmod/nimble: Update to work with NimBLE 1.3.
Jim Mussared
2020-04-27
lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0.
Jim Mussared
2020-04-23
README: Fix small typo, dfeault -> default.
Krsna Mahapatra
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-23
all: Remove commented-out include statements.
stijn
2020-04-23
esp32: Consolidate check_esp_err functions and add IDF error string.
Thorsten von Eicken
2020-04-23
esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.
Thorsten von Eicken
2020-04-22
README: Update Travis CI links to point to travis-ci.com.
Damien George
2020-04-22
tools/check_code_size.sh: Remove unused script.
Damien George
2020-04-22
travis: Use tools/metrics.py to compute size diff of minimal ports.
Damien George
2020-04-22
tools/metrics.py: Use OrderedDict when reading build log.
Damien George
2020-04-22
tools/metrics.py: Don't build mpy-cross if not needed by any ports.
Damien George
2020-04-22
tools/metrics.py: Add option to diff to error if delta above threshold.
Damien George
2020-04-20
py/makecompresseddata.py: Make compression deterministic.
Damien George
2020-04-19
docs/library: Document that char_data/notify_data are also references.
Thomas Friebel
2020-04-18
stm32/mboot: Expose custom DFU USB VID/PID values at makefile level.
Andrew Leech
[prev]
[next]