Damien George
b96318ab61
esp32: Enable platform module with IDF version.
Output looks like this:
>>> import platform
>>> platform.libc_ver()
('newlib', '3.0.0')
>>> platform.platform()
'MicroPython-1.17.0-xtensa-IDFv4.2.2-with-newlib3.0.0'
>>> platform.python_compiler()
'GCC 8.4.0'
Signed-off-by: Damien George <damien@micropython.org>
2022-01-06 18:25:48 +11:00
..
2021-11-01 14:23:06 +11:00
2021-12-18 00:08:07 +11:00
2022-01-06 18:25:48 +11:00
2021-12-30 15:47:49 +11:00
2021-12-18 00:08:07 +11:00
2022-01-04 15:42:12 +11:00
2021-11-05 13:12:18 +11:00
2021-12-18 00:08:07 +11:00
2021-07-12 17:08:10 +10:00
2021-07-12 17:08:10 +10:00
2021-07-12 17:08:10 +10:00
2022-01-06 16:50:20 +11:00
2021-12-18 00:08:07 +11:00
2021-12-30 11:54:19 +11:00
2021-12-18 00:08:07 +11:00
2021-12-29 23:55:36 +11:00
2022-01-04 15:07:45 +11:00
2022-01-06 14:09:39 +11:00