diff options
author | Damien George <damien@micropython.org> | 2022-01-06 18:25:29 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-01-06 18:25:48 +1100 |
commit | b96318ab612dff4b09e0e0437a8d2bbefa25668b (patch) | |
tree | 4b969ca674577bb8107eadff6bea60a8f344cf7a /py/modbuiltins.c | |
parent | 3243abfda2591c9ae25187ef0bf91b7cf26d8ab4 (diff) |
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>
Diffstat (limited to 'py/modbuiltins.c')
0 files changed, 0 insertions, 0 deletions