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
path:
root
/
ports
/
javascript
Age
Commit message (
Expand
)
Author
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Enable extra conversion warnings where applicable.
stijn
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
all: Add *FORMAT-OFF* in various places.
Damien George
2020-02-07
py/scheduler: Add "raise_exc" argument to mp_handle_pending.
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-07-09
javascript: Enable support for frozen bytecode via FROZEN_MPY_DIR.
Paul m. p. P
2019-04-28
javascript/library: Print data as raw bytes to stdout so unicode works.
Damien George
2019-04-28
javascript/Makefile: Fix unrepresentable float error by using clamp.
Damien George
2019-04-28
javascript: Pass (error) exit value out from script to process caller.
Damien George
2019-04-28
javascript/library: Use Buffer.alloc() since new Buffer() is deprecated.
Damien George
2019-03-13
javascript: Fix Emscripten async load, and to compile with modern clang.
Wolf Vollprecht
2019-03-13
javascript: Add new port targeting JavaScript via Emscripten.
Rami Ali