AmbiqAI / neuralSPOT

NeuralSPOT is Ambiq's AI SDK and Toolkit
https://ambiq.com
BSD 3-Clause "New" or "Revised" License
24 stars 6 forks source link

Include Target SVD File #5

Closed apage224 closed 2 years ago

apage224 commented 2 years ago

It would be nice to include the targets' SVD files and copied into the generated nest. This will make it easier to flash and debug.

carloshmorales commented 2 years ago

9 Does the following:

  1. Adds apollo4b and apollo4p svd files to extern/AmbiqSuite
  2. Copies one of the two to build/board.svd when building a binary - this is to simplify the vscode json
  3. Copies build/board.svd to nest/pack/svd/board.svd when building a nest
carloshmorales commented 2 years ago

fixed