48 Commits (f80d040c038c343b0709eba537014fb52bc8115e)

Author SHA1 Message Date
manobendro 294098d28e minimal: Increase heap size for Linux builds. 2 years ago
Jan Willeke 043dc4dd0c minimal/Makefile: Set linker to $(CC). 3 years ago
Jim Mussared d6d8722558 extmod: Make extmod.mk self-contained. 2 years ago
Jim Mussared 17f2783e4a all: Use += rather than = everywhere for CFLAGS/LDFLAGS/LIBS. 2 years ago
Jim Mussared 6ecdf1a240 tests/frozen: Move frozentest.mpy from ports/ to tests/. 2 years ago
Daniel Jour 9c6fd974f7 minimal/Makefile: Avoid terminal reset, use BUILD variable. 2 years ago
Angus Gratton fdfe4eca74 ports: Always include debug information in the ELF. 2 years ago
David Lechner 68f46342aa shared/runtime/pyexec: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
Damien George 6e71cde6aa ports: Use default VFS config for import_stat and builtin_open. 2 years ago
Damien George 5956466c0e py/builtin: Clean up and simplify import_stat and builtin_open config. 2 years ago
Damien George 24894f9065 ports: Recompile bytecode tests now that .mpy format changed. 3 years ago
Damien George c0f2af4e86 ports: Recompile bytecode tests now that .mpy format changed. 3 years ago
Damien George fa873ce67c minimal/mpconfigport.h: Disable features that are not needed. 3 years ago
Jim Mussared c9c55032dc minimal/Makefile: Don't force a 32-bit build. 3 years ago
Jim Mussared 910e060f93 minimal/mpconfigport.h: Use MICROPY_CONFIG_ROM_LEVEL_MINIMUM. 3 years ago
Damien George 14b853eae0 minimal/Makefile: Add support for building with user C modules. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
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