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
/
minimal
Age
Commit message (
Expand
)
Author
2020-06-16
ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.
Damien George
2020-06-02
minimal: Make build more flexible and work as 64-bit build.
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-04-05
ports: Enable error text compression for various ports, but not all.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-03-26
py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.
Damien George
2020-03-25
unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate.
David Lechner
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
2019-12-27
ports: Allow overriding CROSS_COMPILE in a custom makefile.
David Lechner
2019-10-15
minimal/frozentest.mpy: Recompile now that mpy format changed.
Damien George
2019-10-01
minimal/frozentest.mpy: Update due to change in bytecode.
Damien George
2019-09-26
minimal/frozentest: Recompile now that mpy version has changed.
Damien George
2019-09-17
bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size.
Damien George
2019-08-28
py: Add global default_emit_opt variable to make emit kind persistent.
Damien George
2019-07-01
minimal: Use soft float for CROSS=1 Cortex-M4 target.
Damien George
2019-03-08
minimal/frozentest: Recompile now that mpy format and version changed.
Damien George
2019-03-05
minimal/frozentest: Recompile now that mpy format changed.
Damien George
2018-12-13
py/objdict: Make .fromkeys() method configurable.
Paul Sokolovsky
2018-10-22
py/objstr: Make str.count() method configurable.
Paul Sokolovsky
2018-09-20
py/objstr: Make % (__mod__) formatting operator configurable.
Paul Sokolovsky
2018-05-21
minimal/main: Allow to compile without GC enabled.
Daniel Shaulov
2018-02-22
minimal/Makefile: Explicitly include lib/utils/printf.c in build.
Damien George
2018-02-22
ports/{bare-arm,minimal}/Makefile: Only build with core source files.
Damien George
2018-01-31
minimal/README: Update text to better describe what "make run" does.
Damien George
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George