163 Commits (9773506ab131422433c830e18ab044f0c7d3e0b0)

Author SHA1 Message Date
Nikita Melentev 5bea6ea808 unix: Fix freedos port build problems. 8 years ago
Damien George f1e04148a1 unix: Change to use new generic VFS sub-system in coverage build. 8 years ago
Damien George 5395f5bc71 unix: Switch to OO version of FatFS library. 9 years ago
Damien George 5d0d61586c unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode. 8 years ago
Damien George 1551309575 unix: Enable and add basic frozen str and frozen mpy in coverage build. 8 years ago
Damien George ea00151ffa unix/Makefile: Split long line for coverage target, easier to modify. 8 years ago
Damien George efa206d955 unix/Makefile: Make "coverage_test" target mirror Travis test actions. 8 years ago
Damien George e30ca0e102 unix/Makefile: Update freedos target for change of USELECT config name. 8 years ago
Damien George bdf33bc136 py: Move frozen bytecode Makefile rules from ports to common mk files. 8 years ago
Paul Sokolovsky 61d74fdef8 tools, unix: Replace upip tarball with just source files. 8 years ago
Jan Pochyla ffb04a5845 unix: fix symbol references for x86 Mac 9 years ago
Paul Sokolovsky 760ed4629f unix/Makefile: Remove references to deprecated pip-micropython. 8 years ago
Paul Sokolovsky 799ccdc789 esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk. 8 years ago
Damien George c4a69c75a5 unix: Enable btree module for coverage build. 8 years ago
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Damien George 9c04ef2a67 unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. 8 years ago
Paul Sokolovsky aac9e8cfa3 unix/Makefile: And note why btree module is disabled for coverage build. 8 years ago
Paul Sokolovsky bd6622abe8 unix: Cache libaxtls.a in local build dir. 8 years ago
Damien George 3096928d5a unix: Disable the GIL to improve performance of non-thread code. 8 years ago
Paul Sokolovsky e965d2b82a unix/Makefile: Make "minimal" build be minimal again. 8 years ago
Paul Sokolovsky 43241ceaac unix: Enable btree module. 8 years ago
Damien George a791be936a unix: Add basic thread support using pthreads. 9 years ago
Martin Müller f2892bd77d unix: Fix Makefile to handle gc-sections linker flags on Mac OS. 8 years ago
Paul Sokolovsky cbffd0aadd unix: Disable FatFs VFS for normal build, keep enabled for coverage. 9 years ago
Paul Sokolovsky 9b43a7d1be unix/Makefile: libffi: Build with -Os. 9 years ago
Paul Sokolovsky 6f8880d0ab unix: Move "utime" module config to C level instead of make level. 9 years ago
Paul Sokolovsky df453f0652 unix: Time to build with --gc-sections. 9 years ago
Paul Sokolovsky acaa30b604 unix: Deprecate support for GNU Readline (MICROPY_USE_READLINE=2). 9 years ago
Paul Sokolovsky cd796f85af unix: Unbreak "minimal" target by disabling FatFs. 9 years ago
Robert HH ee009d713a extmod/vfs_fat.c: Add vfs.stat(). 9 years ago
Paul Sokolovsky 4889b6ff9b unix/Makefile: "make axtls": Automatically fetch submodules if missing. 9 years ago
Paul Sokolovsky 37f9761801 unix/Makefile: nanbox build is not compatible with modussl, disable. 9 years ago
Damien George 2133924e46 unix: Support frozen packages. 9 years ago
Paul Sokolovsky 92a342a011 unix/mpconfigport_coverage.h: Add dedicated config file for coverage build. 9 years ago
Damien George 1e024de7be unix: Add ability to include frozen bytecode in the build. 9 years ago
Martin Müller 31fc81d3b8 unix/Makefile: Make install more compatible (BSD, etc.). 9 years ago
Paul Sokolovsky 270dd29320 unix: Make sure build dir exists before accessing it for freezing upip. 9 years ago
Jan Čapek d76c65f599 py: Add rules for automated extraction of qstrs from sources. 9 years ago
pohmelie b32b0d38fe unix: freedos strip and size names for binaries 9 years ago
Paul Sokolovsky 46a0ac02c5 extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 9 years ago
Paul Sokolovsky 6b0c88256b extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. 9 years ago
Paul Sokolovsky 8cb78e0e53 extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. 9 years ago
Paul Sokolovsky 8a43a41b3a unix: Enable VfsFat support. 9 years ago
Dave Hylands 6a804cbaba lib/utils/printf: Fix printf on release builds 9 years ago
Damien George a53af6c875 extmod/modurandom: Add some extra random functions. 9 years ago
Damien George 31dd312f83 unix/modffi: Allow to compile modffi in OBJ_REPR_D mode. 9 years ago
Damien George d8b08cf5fc unix: Add option to build 64-bit NaN-boxing interpreter. 9 years ago
Damien George ae4865efa1 unix/Makefile: Move include of mpconfigport.mk to before mkenv.mk. 9 years ago
pohmelie 64a909ef51 unix: Add FreeDos target 9 years ago