This runs an exported impulse on most Zephyr development boards. See the documentation at Running your impulse locally (Zephyr).
This example has been tested on the following Zephyr targets:
- apollo4p_blue_kxr_evb
- nrf52dk_nrf52832
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf9160dk_nrf9160
You can also run the example with Nordic nRF Connect SDK and the following boards:
If you run this example on a non-Arm development board you'll want to disable the CMSIS-DSP and CMSIS-NN macros in CMakeLists.txt, by adding the following definition:
-DEIDSP_USE_CMSIS_DSP=0