micropython/docs/develop
Jeff Epler 007f127a61 all: Simplify mp_int_t/mp_uint_t definition.
Assuming proper C99 language support, we can select "the int type as big as
a pointer" (most of the time) or "the 64-bit int type" (nanboxing with
REPR_D), and then define everything else automatically.

This simplifies port configuration files.  And the types can still be
overridden if needed.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2025-10-23 15:12:28 +11:00
..
img
cmodules.rst
compiler.rst
extendingmicropython.rst
gettingstarted.rst
index.rst
library.rst
maps.rst
memorymgt.rst
natmod.rst
optimizations.rst
porting.rst all: Simplify mp_int_t/mp_uint_t definition. 2025-10-23 15:12:28 +11:00
publiccapi.rst
qstr.rst
support_tiers.rst
writingtests.rst