mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
Changes: - os.uname() is removed to save space; sys.version and sys.implementation can be used instead. - os.sync() now uses the common extmod version and syncs by calling the FAT FS sync function, which eventually calls sflash_disk_flush(). Signed-off-by: Damien George <damien@micropython.org>