LICENSE
README.md
THIRD_PARTY_NOTICES.md
pyproject.toml
src/helia_profiler/__init__.py
src/helia_profiler/_version.py
src/helia_profiler/api.py
src/helia_profiler/config.py
src/helia_profiler/counters.py
src/helia_profiler/doctor.py
src/helia_profiler/errors.py
src/helia_profiler/examples.py
src/helia_profiler/nsx.py
src/helia_profiler/pipeline.py
src/helia_profiler/placement.py
src/helia_profiler/presentation.py
src/helia_profiler/profiler.py
src/helia_profiler/session.py
src/helia_profiler/toolchain_probe.py
src/helia_profiler/toolchains.py
src/helia_profiler/usb_identity.py
src/helia_profiler.egg-info/PKG-INFO
src/helia_profiler.egg-info/SOURCES.txt
src/helia_profiler.egg-info/dependency_links.txt
src/helia_profiler.egg-info/entry_points.txt
src/helia_profiler.egg-info/requires.txt
src/helia_profiler.egg-info/top_level.txt
src/helia_profiler/capture/__init__.py
src/helia_profiler/capture/parser.py
src/helia_profiler/capture/power_terminal.py
src/helia_profiler/capture/readiness.py
src/helia_profiler/capture/rtt_symbol.py
src/helia_profiler/cli/__init__.py
src/helia_profiler/cli/analyze_cmd.py
src/helia_profiler/cli/app.py
src/helia_profiler/cli/cache_cmd.py
src/helia_profiler/cli/common.py
src/helia_profiler/cli/compare_cmd.py
src/helia_profiler/cli/inspect_cmds.py
src/helia_profiler/cli/power_cmd.py
src/helia_profiler/cli/profile_cmd.py
src/helia_profiler/cli/validate_cmd.py
src/helia_profiler/console/__init__.py
src/helia_profiler/console/analysis.py
src/helia_profiler/console/base.py
src/helia_profiler/console/compare.py
src/helia_profiler/console/doctor.py
src/helia_profiler/console/progress.py
src/helia_profiler/console/results.py
src/helia_profiler/console/tables.py
src/helia_profiler/data/armv8m_pmu_events.json
src/helia_profiler/data/comparison_profile.schema.v1.json
src/helia_profiler/data/profile_results.schema.v1.json
src/helia_profiler/data/result_manifest.schema.v1.json
src/helia_profiler/data/run_metadata.schema.v1.json
src/helia_profiler/data/run_summary.schema.v1.json
src/helia_profiler/data/session_intent.schema.v1.json
src/helia_profiler/data/models/tiny_cnn.json
src/helia_profiler/data/models/tiny_cnn.tflite
src/helia_profiler/engines/__init__.py
src/helia_profiler/engines/base.py
src/helia_profiler/engines/tflm.py
src/helia_profiler/engines/helia_aot/__init__.py
src/helia_profiler/engines/helia_aot/adapter.py
src/helia_profiler/engines/helia_aot/cmsis_nn.py
src/helia_profiler/engines/helia_aot/compile.py
src/helia_profiler/engines/helia_aot/manifest.py
src/helia_profiler/engines/helia_rt/__init__.py
src/helia_profiler/engines/helia_rt/adapter.py
src/helia_profiler/engines/helia_rt/artifacts.py
src/helia_profiler/engines/helia_rt/download.py
src/helia_profiler/engines/helia_rt/nsx_module.py
src/helia_profiler/engines/templates/heliaaot_attributes.h.j2
src/helia_profiler/evaluation/__init__.py
src/helia_profiler/evaluation/comparability.py
src/helia_profiler/evaluation/compare.py
src/helia_profiler/evaluation/comparison_profile.py
src/helia_profiler/evaluation/model_analysis.py
src/helia_profiler/evaluation/validity.py
src/helia_profiler/firmware/__init__.py
src/helia_profiler/firmware/context.py
src/helia_profiler/firmware/op_resolver.py
src/helia_profiler/firmware/project.py
src/helia_profiler/firmware/render.py
src/helia_profiler/firmware/templates/CMakeLists.txt.j2
src/helia_profiler/firmware/templates/_ble_reset.j2
src/helia_profiler/firmware/templates/_cache_shims.j2
src/helia_profiler/firmware/templates/_crypto_otp_shutdown.j2
src/helia_profiler/firmware/templates/_dwt_init.j2
src/helia_profiler/firmware/templates/_extreme_mode.j2
src/helia_profiler/firmware/templates/_gpio_sync.j2
src/helia_profiler/firmware/templates/_hpx_printf.j2
src/helia_profiler/firmware/templates/_newlib_syscalls.j2
src/helia_profiler/firmware/templates/_peripheral_power_down.j2
src/helia_profiler/firmware/templates/_power_terminal.j2
src/helia_profiler/firmware/templates/_power_terminal_success.j2
src/helia_profiler/firmware/templates/_ssram_power.j2
src/helia_profiler/firmware/templates/_stimer_init.j2
src/helia_profiler/firmware/templates/_system_includes.j2
src/helia_profiler/firmware/templates/_usb_config.j2
src/helia_profiler/firmware/templates/_usb_timer.j2
src/helia_profiler/firmware/templates/hpx_pmu_profiler.cc.j2
src/helia_profiler/firmware/templates/hpx_pmu_profiler.h.j2
src/helia_profiler/firmware/templates/main.cc.j2
src/helia_profiler/firmware/templates/main_aot.cc.j2
src/helia_profiler/firmware/templates/modules.cmake.j2
src/helia_profiler/firmware/templates/nsx.yml.j2
src/helia_profiler/platform/__init__.py
src/helia_profiler/platform/board.py
src/helia_profiler/platform/capabilities.py
src/helia_profiler/platform/custom.py
src/helia_profiler/platform/registry.py
src/helia_profiler/platform/soc.py
src/helia_profiler/power/__init__.py
src/helia_profiler/power/base.py
src/helia_profiler/power/diagnostics.py
src/helia_profiler/power/ondevice_driver.py
src/helia_profiler/power/sync.py
src/helia_profiler/power/terminal_transport.py
src/helia_profiler/power/joulescope/__init__.py
src/helia_profiler/power/joulescope/capture_gated.py
src/helia_profiler/power/joulescope/device.py
src/helia_profiler/power/joulescope/diagnostics.py
src/helia_profiler/power/joulescope/driver.py
src/helia_profiler/power/joulescope/stats.py
src/helia_profiler/power/joulescope/sync.py
src/helia_profiler/report/__init__.py
src/helia_profiler/report/aot.py
src/helia_profiler/report/contracts.py
src/helia_profiler/report/csv_writer.py
src/helia_profiler/report/json_writer.py
src/helia_profiler/report/manifest.py
src/helia_profiler/report/memory.py
src/helia_profiler/report/metadata.py
src/helia_profiler/report/model_explorer.py
src/helia_profiler/report/power.py
src/helia_profiler/report/summary.py
src/helia_profiler/results/__init__.py
src/helia_profiler/results/artifacts.py
src/helia_profiler/results/manifest.py
src/helia_profiler/results/models.py
src/helia_profiler/stages/__init__.py
src/helia_profiler/stages/analyze_model.py
src/helia_profiler/stages/build_firmware.py
src/helia_profiler/stages/build_power_firmware.py
src/helia_profiler/stages/capture_pmu.py
src/helia_profiler/stages/capture_power.py
src/helia_profiler/stages/collect_power_terminal.py
src/helia_profiler/stages/ensure_powered.py
src/helia_profiler/stages/flash.py
src/helia_profiler/stages/flash_power.py
src/helia_profiler/stages/generate_firmware.py
src/helia_profiler/stages/plan_memory.py
src/helia_profiler/stages/plan_power.py
src/helia_profiler/stages/preflight.py
src/helia_profiler/stages/prepare_engine.py
src/helia_profiler/stages/report.py
src/helia_profiler/stages/resolve_platform.py
src/helia_profiler/stages/resolve_probe.py
src/helia_profiler/stages/verify_placement.py
src/helia_profiler/target/__init__.py
src/helia_profiler/target/lifecycle.py
src/helia_profiler/target/probe/__init__.py
src/helia_profiler/target/probe/base.py
src/helia_profiler/target/probe/jlink.py
src/helia_profiler/transport/__init__.py
src/helia_profiler/transport/base.py
src/helia_profiler/transport/ports.py
src/helia_profiler/transport/protocol.py
src/helia_profiler/transport/rtt.py
src/helia_profiler/transport/rtt_control.py
src/helia_profiler/transport/swo.py
src/helia_profiler/transport/timing.py
src/helia_profiler/transport/uart.py
src/helia_profiler/transport/usb_cdc.py
src/helia_profiler/validation/__init__.py
src/helia_profiler/validation/bundle.py
src/helia_profiler/validation/compare.py
src/helia_profiler/validation/matrix.py
src/helia_profiler/validation/report.py
src/helia_profiler/validation/runner.py
src/helia_profiler/vendor/segger_rtt/LICENSE.md
src/helia_profiler/vendor/segger_rtt/SOURCE.md
src/helia_profiler/vendor/segger_rtt/Config/SEGGER_RTT_Conf.h
src/helia_profiler/vendor/segger_rtt/RTT/SEGGER_RTT.c
src/helia_profiler/vendor/segger_rtt/RTT/SEGGER_RTT.h
src/helia_profiler/vendor/segger_rtt/RTT/SEGGER_RTT_ConfDefaults.h
tests/test_aot_manifest.py
tests/test_aot_memory_plan.py
tests/test_aot_placement_rulesets.py
tests/test_api_reference_docs.py
tests/test_api_result.py
tests/test_api_stability.py
tests/test_cli_cache.py
tests/test_cli_nsx_module.py
tests/test_cli_profile.py
tests/test_cli_typer_app.py
tests/test_collect_power_terminal.py
tests/test_comparability.py
tests/test_compare.py
tests/test_compare_cmd.py
tests/test_comparison_profile.py
tests/test_compiler_launcher.py
tests/test_config.py
tests/test_config_reference_docs.py
tests/test_console_errors.py
tests/test_console_progress.py
tests/test_counters.py
tests/test_doctor.py
tests/test_ensure_powered.py
tests/test_errors.py
tests/test_example_models.py
tests/test_firmware.py
tests/test_firmware_errors.py
tests/test_flash_stage.py
tests/test_helia_rt_adapter.py
tests/test_jlink.py
tests/test_model_analysis.py
tests/test_model_explorer.py
tests/test_notebook_showcase.py
tests/test_notebook_walkthrough.py
tests/test_nsx_cli.py
tests/test_op_resolver.py
tests/test_package_layout.py
tests/test_parser.py
tests/test_pipeline.py
tests/test_plan_memory.py
tests/test_platform.py
tests/test_power.py
tests/test_power_cmd.py
tests/test_power_drivers.py
tests/test_power_terminal.py
tests/test_preflight.py
tests/test_probe_cli.py
tests/test_profiler.py
tests/test_readiness.py
tests/test_report.py
tests/test_result_manifest.py
tests/test_rtt_reader.py
tests/test_rtt_symbol.py
tests/test_session.py
tests/test_stages.py
tests/test_template_render.py
tests/test_tflm_adapter.py
tests/test_toolchains.py
tests/test_transport.py
tests/test_usb_reader.py
tests/test_validate_cli.py
tests/test_validation_bundle_compare.py
tests/test_validation_matrix.py
tests/test_validation_report.py
tests/test_validation_runner.py
tests/test_validity.py
tests/test_verify_placement.py