summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_rom.py
AgeCommit message (Expand)Author
2025-05-12tests/extmod/vfs_rom.py: Clear sys.path before running test.Damien George
2025-03-27extmod/vfs_rom: Implement minimal VfsRom.getcwd() method.Damien George
2025-02-26extmod/vfs_rom: Add bounds checking for all filesystem accesses.Damien George
2025-02-11extmod/vfs_rom: Remove ability to create VfsRom from an address.Damien George
2025-01-06tests/extmod/vfs_rom.py: Import errno for test.Damien George
2024-12-23tests/extmod: Add VfsRom test.Damien George