LICENSE
NOTICE
README.md
pyproject.toml
src/neuralspotx/__init__.py
src/neuralspotx/_errors.py
src/neuralspotx/_io.py
src/neuralspotx/_logging.py
src/neuralspotx/_parallel.py
src/neuralspotx/_resolve_cache.py
src/neuralspotx/board_descriptors.py
src/neuralspotx/constants.py
src/neuralspotx/file_lock.py
src/neuralspotx/metadata.py
src/neuralspotx/module_cache.py
src/neuralspotx/module_discovery.py
src/neuralspotx/project_config.py
src/neuralspotx/py.typed
src/neuralspotx/templating.py
src/neuralspotx/tooling.py
src/neuralspotx.egg-info/PKG-INFO
src/neuralspotx.egg-info/SOURCES.txt
src/neuralspotx.egg-info/dependency_links.txt
src/neuralspotx.egg-info/entry_points.txt
src/neuralspotx.egg-info/requires.txt
src/neuralspotx.egg-info/top_level.txt
src/neuralspotx/api/__init__.py
src/neuralspotx/api/_app.py
src/neuralspotx/api/_cache.py
src/neuralspotx/api/_lock.py
src/neuralspotx/api/_modules.py
src/neuralspotx/api/_registry.py
src/neuralspotx/api/_requests.py
src/neuralspotx/api/_sbom.py
src/neuralspotx/boards/apollo2_evb/README.md
src/neuralspotx/boards/apollo2_evb/board.cmake
src/neuralspotx/boards/apollo2_evb/board.yaml
src/neuralspotx/boards/apollo2_evb/nsx-module.yaml
src/neuralspotx/boards/apollo330mP_evb/README.md
src/neuralspotx/boards/apollo330mP_evb/board.cmake
src/neuralspotx/boards/apollo330mP_evb/board.yaml
src/neuralspotx/boards/apollo330mP_evb/nsx-module.yaml
src/neuralspotx/boards/apollo3_evb/README.md
src/neuralspotx/boards/apollo3_evb/board.cmake
src/neuralspotx/boards/apollo3_evb/board.yaml
src/neuralspotx/boards/apollo3_evb/nsx-module.yaml
src/neuralspotx/boards/apollo3_evb_cygnus/README.md
src/neuralspotx/boards/apollo3_evb_cygnus/board.cmake
src/neuralspotx/boards/apollo3_evb_cygnus/board.yaml
src/neuralspotx/boards/apollo3_evb_cygnus/nsx-module.yaml
src/neuralspotx/boards/apollo3p_evb/README.md
src/neuralspotx/boards/apollo3p_evb/board.cmake
src/neuralspotx/boards/apollo3p_evb/board.yaml
src/neuralspotx/boards/apollo3p_evb/nsx-module.yaml
src/neuralspotx/boards/apollo3p_evb_cygnus/README.md
src/neuralspotx/boards/apollo3p_evb_cygnus/board.cmake
src/neuralspotx/boards/apollo3p_evb_cygnus/board.yaml
src/neuralspotx/boards/apollo3p_evb_cygnus/nsx-module.yaml
src/neuralspotx/boards/apollo4b_blue_evb/board.cmake
src/neuralspotx/boards/apollo4b_blue_evb/board.yaml
src/neuralspotx/boards/apollo4b_blue_evb/nsx-module.yaml
src/neuralspotx/boards/apollo4l_blue_evb/README.md
src/neuralspotx/boards/apollo4l_blue_evb/board.cmake
src/neuralspotx/boards/apollo4l_blue_evb/board.yaml
src/neuralspotx/boards/apollo4l_blue_evb/nsx-module.yaml
src/neuralspotx/boards/apollo4l_evb/README.md
src/neuralspotx/boards/apollo4l_evb/board.cmake
src/neuralspotx/boards/apollo4l_evb/board.yaml
src/neuralspotx/boards/apollo4l_evb/nsx-module.yaml
src/neuralspotx/boards/apollo4p_blue_kbr_evb/README.md
src/neuralspotx/boards/apollo4p_blue_kbr_evb/board.cmake
src/neuralspotx/boards/apollo4p_blue_kbr_evb/board.yaml
src/neuralspotx/boards/apollo4p_blue_kbr_evb/nsx-module.yaml
src/neuralspotx/boards/apollo4p_blue_kxr_evb/README.md
src/neuralspotx/boards/apollo4p_blue_kxr_evb/board.cmake
src/neuralspotx/boards/apollo4p_blue_kxr_evb/board.yaml
src/neuralspotx/boards/apollo4p_blue_kxr_evb/nsx-module.yaml
src/neuralspotx/boards/apollo4p_evb/README.md
src/neuralspotx/boards/apollo4p_evb/board.cmake
src/neuralspotx/boards/apollo4p_evb/board.yaml
src/neuralspotx/boards/apollo4p_evb/nsx-module.yaml
src/neuralspotx/boards/apollo510_evb/README.md
src/neuralspotx/boards/apollo510_evb/board.cmake
src/neuralspotx/boards/apollo510_evb/board.yaml
src/neuralspotx/boards/apollo510_evb/nsx-module.yaml
src/neuralspotx/boards/apollo510b_evb/README.md
src/neuralspotx/boards/apollo510b_evb/board.cmake
src/neuralspotx/boards/apollo510b_evb/board.yaml
src/neuralspotx/boards/apollo510b_evb/nsx-module.yaml
src/neuralspotx/boards/apollo510dL_evb/README.md
src/neuralspotx/boards/apollo510dL_evb/board.cmake
src/neuralspotx/boards/apollo510dL_evb/board.yaml
src/neuralspotx/boards/apollo510dL_evb/nsx-module.yaml
src/neuralspotx/boards/apollo5b_evb/README.md
src/neuralspotx/boards/apollo5b_evb/board.cmake
src/neuralspotx/boards/apollo5b_evb/board.yaml
src/neuralspotx/boards/apollo5b_evb/nsx-module.yaml
src/neuralspotx/boards/atomiq110_fpga_turbo/README.md
src/neuralspotx/boards/atomiq110_fpga_turbo/board.cmake
src/neuralspotx/boards/atomiq110_fpga_turbo/board.yaml
src/neuralspotx/boards/atomiq110_fpga_turbo/nsx-module.yaml
src/neuralspotx/cli/__init__.py
src/neuralspotx/cli/_cmd_board.py
src/neuralspotx/cli/_cmd_cache.py
src/neuralspotx/cli/_cmd_module.py
src/neuralspotx/cli/_hints.py
src/neuralspotx/cli/_render.py
src/neuralspotx/cmake/README.md
src/neuralspotx/cmake/nsx-module.yaml
src/neuralspotx/cmake/nsx_app_bootstrap.cmake
src/neuralspotx/cmake/nsx_board_table.cmake
src/neuralspotx/cmake/nsx_helpers.cmake
src/neuralspotx/cmake/nsx_sdk_providers.cmake
src/neuralspotx/cmake/nsx_toolchain_flags.cmake
src/neuralspotx/cmake/packages/nsx_package_config.cmake.in
src/neuralspotx/cmake/segger/socs/apollo2.cmake
src/neuralspotx/cmake/segger/socs/apollo330.cmake
src/neuralspotx/cmake/segger/socs/apollo3p.cmake
src/neuralspotx/cmake/segger/socs/apollo4p.cmake
src/neuralspotx/cmake/segger/socs/apollo5.cmake
src/neuralspotx/cmake/segger/templates/flash_cmds.jlink.in
src/neuralspotx/cmake/segger/templates/reset_cmds.jlink.in
src/neuralspotx/cmake/toolchains/arm-none-eabi-gcc.cmake
src/neuralspotx/cmake/toolchains/armclang.cmake
src/neuralspotx/cmake/toolchains/atfe.cmake
src/neuralspotx/data/__init__.py
src/neuralspotx/data/registry.lock.yaml
src/neuralspotx/models/__init__.py
src/neuralspotx/models/_cache.py
src/neuralspotx/models/_changes.py
src/neuralspotx/models/_command.py
src/neuralspotx/models/_discovery.py
src/neuralspotx/models/_loader.py
src/neuralspotx/models/_outdated.py
src/neuralspotx/models/_project.py
src/neuralspotx/module_registry/__init__.py
src/neuralspotx/module_registry/_closure.py
src/neuralspotx/module_registry/_discovery.py
src/neuralspotx/module_registry/_metadata.py
src/neuralspotx/module_registry/_nsx_cfg.py
src/neuralspotx/module_registry/_policy.py
src/neuralspotx/module_registry/_profile.py
src/neuralspotx/module_registry/_rmtree.py
src/neuralspotx/module_registry/_table.py
src/neuralspotx/module_registry/_vendoring.py
src/neuralspotx/nsx_lock/__init__.py
src/neuralspotx/nsx_lock/_constants.py
src/neuralspotx/nsx_lock/_hashing.py
src/neuralspotx/nsx_lock/_io.py
src/neuralspotx/nsx_lock/_kinds.py
src/neuralspotx/nsx_lock/_models.py
src/neuralspotx/nsx_lock/_resolution.py
src/neuralspotx/operations/__init__.py
src/neuralspotx/operations/_app_lifecycle.py
src/neuralspotx/operations/_build.py
src/neuralspotx/operations/_cache.py
src/neuralspotx/operations/_common.py
src/neuralspotx/operations/_doctor.py
src/neuralspotx/operations/_lock.py
src/neuralspotx/operations/_modules.py
src/neuralspotx/operations/_sbom.py
src/neuralspotx/operations/_sync.py
src/neuralspotx/subprocess_utils/__init__.py
src/neuralspotx/subprocess_utils/_git.py
src/neuralspotx/subprocess_utils/_runner.py
src/neuralspotx/subprocess_utils/_verbosity.py
src/neuralspotx/subprocess_utils/_winjob.py
src/neuralspotx/templates/__init__.py
src/neuralspotx/templates/external_app/CMakeLists.txt.j2
src/neuralspotx/templates/external_app/README.md.j2
src/neuralspotx/templates/external_app/cmake/presets/CMakePresets.json
src/neuralspotx/templates/external_app/src/main.c.j2
tests/test_api_dispatch.py
tests/test_api_e2e.py
tests/test_artifact_hash_cache_schema.py
tests/test_board_descriptors.py
tests/test_board_inheritance.py
tests/test_board_normalization.py
tests/test_board_table_drift.py
tests/test_clean_reset.py
tests/test_cli_board.py
tests/test_cli_json.py
tests/test_cli_ux_polish.py
tests/test_cmake_glue_gitignore.py
tests/test_custom_board_provider_cmake.py
tests/test_discovery.py
tests/test_emitter.py
tests/test_example_builds.py
tests/test_file_lock_thread_safety.py
tests/test_frozen_integrity.py
tests/test_git_transport_hardening.py
tests/test_hypothesis_properties.py
tests/test_later_fixes.py
tests/test_lock_robustness.py
tests/test_models.py
tests/test_module_cache.py
tests/test_next_fixes.py
tests/test_now_fixes.py
tests/test_nsx_lock.py
tests/test_parallel.py
tests/test_project_config_typed.py
tests/test_project_config_version.py
tests/test_public_api_surface.py
tests/test_public_surface_doc.py
tests/test_registry_layers.py
tests/test_resolve_cache.py
tests/test_rmtree_compat.py
tests/test_sbom.py
tests/test_starter_profile_derivation.py
tests/test_streaming.py
tests/test_subprocess_tree.py
tests/test_tooling_probes.py
tests/test_typed_exceptions.py