micropython/ports/windows/msvc
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
..
sys ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
common.props windows/msvc: Enable overriding directories used in the build. 2019-09-18 22:14:37 +10:00
debug.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +10:00
dirent.c windows/msvc: Implement file/directory type query. 2018-10-05 17:14:33 +10:00
dirent.h windows/msvc: Implement file/directory type query. 2018-10-05 17:14:33 +10:00
genhdr.targets windows/msvc: Remove unneeded definitions for qstr generation. 2019-09-18 22:13:26 +10:00
gettimeofday.c ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00
paths.props windows/msvc: Enable overriding directories used in the build. 2019-09-18 22:14:37 +10:00
release.props windows/msvc: Move build options from .vcxproj to .props files. 2019-09-18 22:14:11 +10:00
sources.props unix: Remove custom file implementation to use extmod's VFS POSIX one. 2020-03-18 21:01:07 +11:00
unistd.h ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00