Files
micropython/extmod/modplatform.c
Alessandro Gatti c224e976f7 extmod/modplatform: Expose CPU features/extensions.
This adds the ability to expose CPU-specific features/extensions to
scripts when the `platform` module is compiled in, by implementing
`platform.processor()`.   Right now this is only available on
bare-metal RV32 and RV64.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
2025-09-11 11:58:29 +10:00

4.3 KiB