30 Commits (cf6845b1cf4680bb2eade175aaab00428bedf8ba)

Author SHA1 Message Date
Damien George 2c5993c59e ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports. 4 years ago
Damien George 8e591d412a minimal: Make build more flexible and work as 64-bit build. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
stijn 30840ebc99 all: Enable extra conversion warnings where applicable. 5 years ago
Jim Mussared 073b9a5eb8 ports: Enable error text compression for various ports, but not all. 5 years ago
Damien George 1a3e386c67 all: Remove spaces inside and around parenthesis. 5 years ago
Damien George f8fc78691d py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default. 5 years ago
David Lechner 3b07736b6d unix,windows: Use STDIN_FILENO, STDOUT_FILENO macros where appropriate. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
David Lechner e79424d672 ports: Allow overriding CROSS_COMPILE in a custom makefile. 5 years ago
Damien George 3ee71ff314 minimal/frozentest.mpy: Recompile now that mpy format changed. 5 years ago
Damien George fd9b7efe39 minimal/frozentest.mpy: Update due to change in bytecode. 5 years ago
Damien George 9abfe85ace minimal/frozentest: Recompile now that mpy version has changed. 5 years ago
Damien George b45f9de809 bare-arm, minimal: Set CSUPEROPT=-Os to get minimal firmware size. 5 years ago
Damien George af20c2ead3 py: Add global default_emit_opt variable to make emit kind persistent. 5 years ago
Damien George 999733b1fb minimal: Use soft float for CROSS=1 Cortex-M4 target. 5 years ago
Damien George 7852b287df minimal/frozentest: Recompile now that mpy format and version changed. 6 years ago
Damien George 62483bb957 minimal/frozentest: Recompile now that mpy format changed. 6 years ago
Paul Sokolovsky fbb8335084 py/objdict: Make .fromkeys() method configurable. 6 years ago
Paul Sokolovsky 5a91fce9f8 py/objstr: Make str.count() method configurable. 6 years ago
Paul Sokolovsky 2da5d41350 py/objstr: Make % (__mod__) formatting operator configurable. 6 years ago
Daniel Shaulov cac2eddc16 minimal/main: Allow to compile without GC enabled. 7 years ago
Damien George a36c700d9b minimal/Makefile: Explicitly include lib/utils/printf.c in build. 7 years ago
Damien George 9df6451ec5 ports/{bare-arm,minimal}/Makefile: Only build with core source files. 7 years ago
Damien George 524ff30275 minimal/README: Update text to better describe what "make run" does. 7 years ago
Damien George ff93fd4f50 py/persistentcode: Bump .mpy version number to version 3. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago