diff options
author | Alessandro Gatti <a.gatti@frob.it> | 2025-07-24 15:28:48 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-08-26 12:27:21 +1000 |
commit | 87099b57314f37e19f6551b0d575b620e1d29323 (patch) | |
tree | 4a21354d41a62c187b240179b48858b5a12fe4e4 /tests/unix/mod_os.py | |
parent | b0fd0079f48bde7f12578823ef88c91f52757cff (diff) |
qemu/Makefile: Allow overriding floating point mode by boards.
This commit lets board use a different floating point mode rather than
the usual soft-float that was the original default for all QEMU-based
boards.
The configuration options are the same available in the "stm32" port.
Boards can set "MICROPY_FLOAT_IMPL" to either "float", "double", or
"none" to indicate which floating point mode they want, and optionally
"SUPPORTS_HARDWARE_FP_SINGLE" or "SUPPORTS_HARDWARE_FP_DOUBLE" can be
set to 1 to further indicate the hardware capabilities of the hardware
floating point unit, if present.
Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'tests/unix/mod_os.py')
0 files changed, 0 insertions, 0 deletions