7314 Commits (bffda451542854fb06021e2f7fac57534e9d2768)
 

Author SHA1 Message Date
Damien George 196406e17a extmod/vfs_fat: Remove unused fatfs_builtin_open function. 8 years ago
Damien George b697c89009 extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 8 years ago
Damien George 9425bf5b2b lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George 95635ade8b unix/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config. 8 years ago
Damien George c95c583857 esp8266/mpconfigport.h: Remove obsolete MICROPY_FATFS_VOLUMES config. 8 years ago
Damien George 1808b2e8d5 extmod: Remove MICROPY_FSUSERMOUNT and related files. 8 years ago
Damien George 3d6f957208 extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option. 8 years ago
Damien George 8beba7310f extmod/vfs_fat: Remove MICROPY_READER_FATFS component. 8 years ago
Damien George 56506fd64a cc3200: Convert to use new VFS sub-system and new ooFatFs library. 8 years ago
Damien George 6eafa54486 extmod/vfs: Expose lookup_path_raw as mp_vfs_lookup_path. 8 years ago
Damien George ec3274324b extmod/vfs_fat: Update to use FF_DIR instead of DIR. 8 years ago
Damien George 28899cd971 lib/oofatfs: Update oofatfs library. 8 years ago
Paul Sokolovsky a5bed53738 examples/hwapi: Consistently use Signal class to define LEDs. 8 years ago
Paul Sokolovsky 297af6036e examples/hwapi: Use Signal for inverted LED on ESP-12. 8 years ago
Paul Sokolovsky 287180a0a8 esp8266/modmachine: Add Signal class. 8 years ago
Paul Sokolovsky 7a7516d40d extmod/machine_signal: Implement "signal" abstraction for machine module. 8 years ago
Paul Sokolovsky 18b6835a92 esp8266/machine_pin: Implement pin ioctl protocol. 8 years ago
Paul Sokolovsky 0ddeedfc73 docs/uio: Typo fixes/lexical improvements. 8 years ago
Paul Sokolovsky bdb0d22fe2 docs/conf.py: Add myself as a copyright holder on the docs. 8 years ago
Damien George 9d3ad75b39 stmhal/moduos: Remove duplicated chdir. 8 years ago
Damien George c3cd46e5c2 stmhal: Fix name of automatically created boot.py. 8 years ago
Paul Sokolovsky 3a3543251f cc3200/modusocket: Remove deprecated socket.error. 8 years ago
Paul Sokolovsky ef6fb66d23 docs/uio: Describe differences between uPy an CPy stream hierarchy. 8 years ago
Paul Sokolovsky 6947a7f6a9 docs/usocket: Dedent Methods section. 8 years ago
Paul Sokolovsky f23c47fea7 docs/usocket: Clarify description of various methods. 8 years ago
Paul Sokolovsky 74fcb122f0 docs/usocket: Elaborate "Constants" section. 8 years ago
Paul Sokolovsky 59540dccf1 docs/usocket: Clarify exceptions used. 8 years ago
Paul Sokolovsky 0aa83142a4 docs/machine: Add explicit note on machine module level and scope. 8 years ago
Paul Sokolovsky 56e7ebf07a docs/machine.Timer: Move WiPy adhoc parts to its documentation. 8 years ago
Paul Sokolovsky 300ecac336 zephyr/prj_frdm_k64f.conf: Add, enable Ethernet support. 8 years ago
Paul Sokolovsky 1df1642b70 zephyr: Allow to have per-board Zephyr config fragments. 8 years ago
Paul Sokolovsky 40e72e4a5c zephyr: Make sure that correct Zephyr config is used for "minimal" build. 8 years ago
Damien George 0390bc97ea lib/oofatfs: Update oofatfs library. 8 years ago
Damien George a0c729681f tests/extmod/vfs_fat_ramdisk: Make it work on pyboard. 8 years ago
Damien George bfa948c0a5 cc3200: Add implementations of mp_import_stat and builtin_open. 8 years ago
Damien George 84c614e729 stmhal: Convert to use VFS sub-system and new ooFatFs component. 8 years ago
Damien George 3242cf2d36 stmhal/usbd_msc_storage: Use storage functions instead of disk ones. 8 years ago
Damien George 4565d42e70 esp8266/fatfs_port: Include new oofatfs header. 8 years ago
Damien George 9225ce6a14 unix/fatfs_port: Include new oofatfs header. 8 years ago
Damien George 8aa8a0a660 extmod/vfs_fat: Use SECSIZE macro to determine FatFs sector size. 8 years ago
Damien George 3f6b4e08e3 extmod/vfs: Expose mp_vfs_mount_t type. 8 years ago
Damien George f488fa29e4 extmod/modlwip: Add socket.readinto() method. 8 years ago
Damien George b9bfaa349a tests/extmod/vfs_fat: Update tests to work with new VFS sub-system. 8 years ago
Damien George f9ecd484bb esp8266: Change to use new generic VFS sub-system. 8 years ago
Damien George f1e04148a1 unix: Change to use new generic VFS sub-system in coverage build. 8 years ago
Damien George 6c23c7587f extmod/vfs: Add ability for VFS sub-system to import using VfsFat. 8 years ago
Damien George fb3ae1784e extmod/vfs_fat: Rework to support new generic VFS sub-system. 8 years ago
Damien George dcb9ea7215 extmod: Add generic VFS sub-system. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago