OVMS3-idf/components/esp_rom
Angus Gratton d9a5c8f387 esp32: Use FPU for floating point divide, power, complex multiplications
* Linker was choosing ROM symbols for these, which use integer soft-float
  operations and are much slower.
* _divsf3() moved to IRAM to avoid regressions with any code that does
  integer float division in IRAM interrupt handlers (+88 bytes IRAM)
* Thanks to michal for reporting:
  https://esp32.com/viewtopic.php?f=14&t=10540&p=43367
2019-05-29 10:14:31 +10:00
..
esp32/ld esp32: Use FPU for floating point divide, power, complex multiplications 2019-05-29 10:14:31 +10:00
include/esp32/rom esp32: Rewrite esp_sha function 2019-05-13 12:32:45 +08:00
CMakeLists.txt components: update with build system changes 2019-05-13 19:59:17 +08:00
component.mk esp_rom: don’t include locale functions when compiling with newlib 3 2019-04-10 13:52:30 +08:00
esp_rom.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00