circuitpython/ports/unix
Jeff Epler fe7f405fc7 Add VfsFat.label property
These allow accessing the filesystem label.  For instance,
in boot.py, you can set the label on the built-in storage with:
   storage.remount('/', False)
   storage.getmount('/').label = "NEWLABEL"
   storage.remount('/', True)

Users with multiple CIRCUITPY boards may find it desirable to
choose a different label for each board they own.
2018-03-27 21:28:18 -05:00
..
coverage-frzmpy
coverage-frzstr
modules all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
.gitignore
Makefile Merge tag 'v1.9.3' 2017-11-02 12:41:50 -07:00
alloc.c
coverage.c py/vstr: Raise a RuntimeError if fixed vstr buffer overflows. 2017-09-21 20:29:41 +10:00
fatfs_port.c
fdfile.h
file.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
gccollect.c
input.c
input.h
main.c Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
modffi.c Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
modjni.c all: Use NULL instead of "" when calling mp_raise exception helpers. 2017-10-24 22:39:36 +11:00
modmachine.c
modos.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
modtermios.c
modtime.c Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
moduos_vfs.c
moduselect.c
modusocket.c unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks. 2017-10-24 23:13:19 +03:00
mpconfigport.h unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS. 2017-10-28 13:05:57 +03:00
mpconfigport.mk
mpconfigport_coverage.h Add VfsFat.label property 2018-03-27 21:28:18 -05:00
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c all: Remove inclusion of internal py header files. 2017-10-04 12:37:50 +11:00
mpthreadport.h
qstrdefsport.h
unix_mphal.c extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 2017-10-13 20:01:57 +11:00