mirror of
https://github.com/micropython/micropython.git
synced 2026-02-01 00:30:26 +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>