Skip to content
Snippets Groups Projects
  1. Jan 27, 2019
  2. Jan 26, 2019
  3. Jan 25, 2019
  4. Jan 24, 2019
  5. Jan 23, 2019
  6. Jan 21, 2019
  7. Jan 17, 2019
    • 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
  8. Jan 16, 2019
  9. Jan 11, 2019
  10. Jan 10, 2019
  11. Jan 04, 2019
  12. Dec 29, 2018
Loading