7274 Commits (aee723ed4cf434a31d7ac9a54d6ec4871f6ddf56)
 

Author SHA1 Message Date
Paul Sokolovsky aee723ed4c tests/run-tests: Skip frozenset tests if set literal syntax is not available. 8 years ago
Paul Sokolovsky d335904666 zephyr/Makefile.zephyr: Support and default to networked (SLIP) QEMU. 8 years ago
Andrew Gatt 10dbf2383f extmod/vfs_fat.c: Use explicit include path for timeutils.h. 8 years ago
Damien George c30b308492 extmod/vfs_reader: Fix use of NLR by popping context. 8 years ago
Damien George 5ec5bfb0d3 docs/pyboard/tutorial/lcd160cr_skin: Fix typo, get_touched->get_touch. 8 years ago
Damien George 6b12934fec stmhal: Fix stack pointer initialisation for F411 and F429 boards. 8 years ago
Damien George a526352454 stmhal: Set the FatFs partition number when initialising VFS object. 8 years ago
Damien George 220abca311 stmhal: Use LED constants from PYBv4 onwards. 8 years ago
Damien George 30beed119f unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module. 8 years ago
Damien George 0fb27888fc extmod/vfs_fat: Remove unused function fat_vfs_listdir. 8 years ago
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