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-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
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-04-18
py/objint: Do not use fpclassify.
stijn
2020-04-18
all: Fix implicit floating point to integer conversions.
stijn
2020-04-18
all: Fix implicit conversion from double to float.
stijn
2020-04-18
py/objarray: Fix sign mismatch in comparison.
stijn
2020-04-18
tests/float: Fix cmath_fun_special for MICROPY_FLOAT_IMPL_FLOAT.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-18
Revert "all: Fix implicit casts of float/double, and signed comparison."
stijn
2020-04-18
travis: Finish jobs early after test failure.
stijn
2020-04-18
travis: Decrease build duration by starting OSX build early.
stijn
2020-04-16
stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.
Martin Fischer
2020-04-16
stm32/storage: Fix start address of second, internal block device.
Martin Fischer
2020-04-16
mpy-cross/main: Print uncaught nlr jump to stderr.
David Lechner
2020-04-16
mpy-cross/main: Fix stderr_print_strn parameter type.
David Lechner
2020-04-14
esp32: Update to ESP IDF v3.3.2.
Damien George
2020-04-14
py: Always give noop defines when MICROPY_ROM_TEXT_COMPRESSION disabled.
Damien George
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
Damien George
2020-04-13
py/scope: Add assert to check that low numbered qstrs do fit in uint8_t.
Romain Goyet
2020-04-13
py/makecompresseddata.py: Don't prefix str with mark if not compressed.
Damien George
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-13
unix/Makefile: Fix regression using install on non-GNU systems.
David Lechner
2020-04-13
py/scheduler: Add assert that scheduler is locked when unlocking.
Jim Mussared
2020-04-13
py/scheduler: Fix race in checking scheduler pending state.
Jim Mussared
2020-04-13
unix: Implement MICROPY_BEGIN/END_ATOMIC_SECTION protection macros.
Jim Mussared
2020-04-13
unix: Fix behaviour of COPT/NDEBUG for unix variants.
Jim Mussared
2020-04-13
tests/run-tests: Make diff tool user configurable.
stijn
2020-04-13
travis: Split esp32 ESP-IDF v3 and v4 builds to separate jobs.
Thorsten von Eicken
2020-04-09
docs/library: Note that uasyncio.wait_for() can raise exception.
Peter Hinch
2020-04-09
esp32/espneopixel: Use integer arithmetic to compute timing values.
Damien George
2020-04-09
py/objexcept: Remove optional TimeoutError exception.
Damien George
2020-04-09
py/parse: Remove unnecessary check in const folding for ** operator.
Damien George
2020-04-09
tests/extmod: Update littlefs test output to match new library version.
Damien George
[next]