Files
micropython/ports
Alessandro Gatti 8fa4e0075f unix/mpconfigport: Report the correct sys.platform name on FreeBSD.
This commit lets the "sys" module report the correct value of
"sys.platform" on FreeBSD systems.

The only two platforms known to the module were Darwin and Linux, with
the latter used as a fallback.  Now FreeBSD is also recognised as such,
with the appropriate string being set.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2026-06-11 23:41:08 +10:00
..
2026-06-03 22:53:26 +10:00