apache / mynewt-newt

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
117 stars 96 forks source link

newt: Fix mfg crash with generated linker scripts #568

Closed m-gorecki closed 2 months ago

m-gorecki commented 2 months ago

This prevents panic error while using newt mfg create with bsps that use autogenerated linker scripts. No yov in bsp means that mfg create command was used (all other commands create bsp structure that contains yov), which means that getting autogenerated linker script path is not needed.

jfclere commented 2 months ago

the PR fixes the crash and hex boot and run the app as expected.