• Damien George's avatar
    esp32/Makefile: Use system provided math library rather than uPy one. · eb446ec2
    Damien George authored
    The ESP IDF system already provides a math library, and that one is likely
    to be better tuned to the Xtensa architecture.  The IDF components are also
    tested against its own math library, so best not to override it.  Using the
    system provided library also allows to easily switch to double-precision
    floating point by changing MICROPY_FLOAT_IMPL to MICROPY_FLOAT_IMPL_DOUBLE.
    eb446ec2
Makefile 24 KB