summaryrefslogtreecommitdiffstatshomepage
path: root/docs/esp32
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-01-17 16:43:20 +1100
committerDamien George <damien.p.george@gmail.com>2019-01-17 16:43:20 +1100
commiteb446ec2276baa7fa1d11056df39de1143487c06 (patch)
tree93a3c17de37feaf6489ad0b02584d0355f2f4d26 /docs/esp32
parent90f86a0197f8acb53add617f48a43947c2d5e223 (diff)
downloadmicropython-eb446ec2276baa7fa1d11056df39de1143487c06.tar.gz
micropython-eb446ec2276baa7fa1d11056df39de1143487c06.zip
esp32/Makefile: Use system provided math library rather than uPy one.
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.
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions