As we make changes, I keep going back through the docs to make sure that they
still coincide with what actually happens, and today I was starting back
through the STM32F3Discovery stuff again and came across a problem:
DSimmons-Pro:newproj dsimmons$ newt build stmf3_boot
Building target targets/stmf3_boot
Error: Error reading
/Users/dsimmons/dev/newproj/repos/mynewt_stm32f3/hw/bsp/stm32f3discovery/bsp.yml:
open : no such file or directory
DSimmons-Pro:newproj dsimmons$ newt target show stmf3_boot
targets/stmf3_boot
app=@apache-mynewt-core/apps/boot
bsp=@mynewt_stm32f3/hw/bsp/stm32f3discovery
build_profile=optimized
DSimmons-Pro:newproj dsimmons$ git status -v
On branch develop
Your branch is up-to-date with 'origin/develop'.
nothing to commit, working tree clean
So I'm on the latest repo, but indeed there is no bsp.yml file.
dg
--
David G. Simmons
(919) 534-5099
Web <https://davidgs.com/> • Blog <https://davidgs.com/davidgs_blog> • Linkedin
<http://linkedin.com/in/davidgsimmons> • Twitter
<http://twitter.com/TechEvangelist1> • GitHub <http://github.com/davidgs>
/** Message digitally signed for security and authenticity.
* If you cannot read the PGP.sig attachment, please go to
* http://www.gnupg.com/ <http://www.gnupg.com/> Secure your email!!!
* Public key available at keyserver.pgp.com <http://keyserver.pgp.com/>
**/
♺ This email uses 100% recycled electrons. Don't blow it by printing!
There are only 2 hard things in computer science: Cache invalidation, naming
things, and off-by-one errors.