Skip to content

Examples

Practical bring-up and integration patterns for heliaRT on Ambiq hardware.

  • Zephyr


    Application skeletons, prj.conf setup, and west build patterns.

    Zephyr examples

  • neuralSPOT


    Model evaluation and profiling with ns_autodeploy.

    neuralSPOT examples

  • Source / Makefile


    Direct make microlite builds and library embedding.

    Source examples

  • CMake


    Link a prebuilt heliaRT archive into a plain CMake project.

    CMake example

  1. Evaluating a model?neuralSPOT examples
  2. Building a Zephyr app?Zephyr examples
  3. Custom build system?Source or CMake