You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test the ESP32 implementation of abstract_dsp we need to run tests on the ESP32. Some of the functions are implemented using xtensa assembly language for optimal performance.
ESP-IDF provides a Unity based unit testing framework
ESP-DSP offers ANSI C implementation of most (all?) functions. These could be used to test classes that just wrap esp-dsp on Linux. For any custom assembly functions it would make sense to follow the ESP-DSP template and provide a reference implementation in C to compare the assembly output against.
Simulators
The text was updated successfully, but these errors were encountered:
To test the ESP32 implementation of
abstract_dsp
we need to run tests on the ESP32. Some of the functions are implemented using xtensa assembly language for optimal performance.The text was updated successfully, but these errors were encountered: