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

parameterized stack and heap #36

Closed Jconn closed 1 year ago

Jconn commented 1 year ago

stack and heap size defined in makefile config and definable on command line

Jconn commented 1 year ago

didn't do any on board testing for this

tested that stack/heap size are being changed by setting stack size to large values and confirming that a linker error due to being unable to fit the stack in memory

confirmed that variables can be set from command line (e.g. make STACK_SIZE=1000) and from the config file