Examples
Practical bring-up and integration patterns for heliaRT on Ambiq hardware.
-
Zephyr
Application skeletons,
prj.confsetup, andwest buildpatterns. -
neuralSPOT
Model evaluation and profiling with
ns_autodeploy. -
Source / Makefile
Direct
make microlitebuilds and library embedding. -
CMake
Link a prebuilt heliaRT archive into a plain CMake project.
Recommended Starting Points
- Evaluating a model? → neuralSPOT examples
- Building a Zephyr app? → Zephyr examples
- Custom build system? → Source or CMake