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-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
2020-04-09
lib/littlefs: Update littlefs2 to v2.2.0.
Damien George
2020-04-07
travis: Make OSX build work again by not installing pkgconfig.
stijn
2020-04-07
extmod/modbluetooth: Provide FLAG_WRITE_NO_RESPONSE for characteristics.
Damien George
2020-04-07
extmod/btstack: Pass through SCAN_RSP events.
Damien George
2020-04-07
lib/btstack: Update to latest master btstack commit.
Damien George
2020-04-07
drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting.
robert-hh
2020-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
py/objexcept: Allow compression of exception message text.
Jim Mussared
2020-04-05
windows: Update genhdr.targets to match makeqstrdefs.py args.
Jim Mussared
2020-04-05
py: Implement "common word" compression scheme for error messages.
Jim Mussared
2020-04-05
extmod/modubinascii: Make code private and module self-contained.
Jim Mussared
2020-04-05
py/dynruntime.mk: Set MICROPY_ENABLE_DYNRUNTIME instead of per module.
Jim Mussared
2020-04-05
stm32/Makefile: Add missing ordering dependency on generated headers.
Jim Mussared
2020-04-05
py: Use preprocessor to detect error reporting level (terse/detailed).
Jim Mussared
2020-04-04
esp32: Change from FAT to littlefs v2 as default filesystem.
Damien George
2020-04-04
travis: Build GENERIC_1M board as part of esp8266 job.
Damien George
2020-04-04
esp8266/makeimg.py: Print out info about RAM segments when building fw.
Damien George
2020-04-04
esp8266: Change from FAT to littlefs v2 as default filesystem.
Damien George
2020-04-04
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Damien George
2020-04-04
extmod/uasyncio: Add global exception handling methods.
Kevin Köck
2020-04-02
esp32/README.md: Fix typo in venv instructions.
Jim Mussared
2020-04-02
extmod/uasyncio: Add StreamReader/StreamWriter as aliases of Stream cls.
Damien George
2020-04-02
extmod/uasyncio: Add error message to Lock.release's RuntimeError.
Kevin Köck
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-04-01
extmod/uasyncio: Don't create a Loop instance in get_event_loop().
Damien George
2020-03-31
unix/mpthreadport: Ensure enough thread stack to detect overflow.
Damien George
2020-03-30
tests/run-tests: Add commands to print and clean *.exp,out files.
David Lechner
2020-03-30
tests/float: Add new lexer test to test parsing of float without prefix.
David Lechner
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-30
tests/micropython/heapalloc_fail_set.py: Remove extra trailing comma.
David Lechner
2020-03-30
travis: Build full unix coverage build on osx job.
David Lechner
2020-03-30
all: Fix implicit casts of float/double, and signed comparison.
David Lechner
2020-03-30
tools/pyboard.py: Add -d as an alias for --device.
Lars Kellogg-Stedman
2020-03-30
tools/pyboard.py: Support setting device/baudrate from shell env vars.
Lars Kellogg-Stedman
2020-03-28
tests/basics/dict_pop.py: Remove extra comma in call and fix grammar.
David Lechner
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-28
travis: Build NUCLEO_L073RZ instead of B_L072Z_LRWAN1 for stm32 job.
Damien George
2020-03-28
stm32/boards: Disable pend_throw, uheapq, utimeq on small-flash boards.
Damien George
2020-03-28
stm32/mpconfigport.h: Make most extended modules configurable by board.
Damien George
2020-03-28
travis: Use grep with --text on qemu-arm output.
David Lechner
[next]