Examples
Examples are organized around practical bring-up and integration flows for heliaRT on Ambiq hardware.
Example Tracks
- Zephyr examples: application skeletons and integration patterns for raw and prebuilt Zephyr module use.
- neuralSPOT examples: model evaluation and profiling flows using
ns_autodeploy. - Source integration examples: lower-level library build and embedding patterns.
Common Example Themes
Examples focus on:
- Ambiq Apollo application bring-up
- model execution with a familiar TFLM-style interpreter flow
- operator resolver and tensor arena setup
- integration patterns aligned with supported Ambiq workflows
Recommended Starting Points
- Start with neuralSPOT setup if you want the shortest path to profile a model.
- Start with Zephyr setup if you are integrating heliaRT into an application workspace.
- Start with source builds if you need a custom build environment.