micropython/ports/unix/variants
Damien George 2cdf1d25f5 unix: Remove custom file implementation to use extmod's VFS POSIX one.
The implementation in extmod/vfs_posix_file.c is now equivalent to that in
ports/unix/file.c, so remove the latter and use the former instead.
2020-03-18 21:01:07 +11:00
..
coverage unix: Remove custom file implementation to use extmod's VFS POSIX one. 2020-03-18 21:01:07 +11:00
dev lib/mp-readline: Add word-based move/delete EMACS key sequences. 2020-01-12 13:09:27 +11:00
fast unix: Rename unix binaries to micropython-variant (not _variant). 2020-01-12 10:37:40 +11:00
freedos unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use. 2020-01-24 11:51:21 +11:00
minimal unix: Rename unix binaries to micropython-variant (not _variant). 2020-01-12 10:37:40 +11:00
nanbox unix: Rename unix binaries to micropython-variant (not _variant). 2020-01-12 10:37:40 +11:00
standard unix/Makefile: Allow to install all variants of the executable. 2020-02-16 23:37:40 +11:00