dmitrystu/sboot_stm32

missing headers?

Closed this issue · 3 comments

during compile I get this error:

src/descriptors.c:19:19: fatal error: stm32.h: No such file or directory
#include "stm32.h"

I think I'm missing a required dependency.

Sure. Take it here.

That's not mentioned in the docs right? Also, why is it in another repo? Would be nice if it was set up as a subrepo so it gets pulled too.

Sorry for the later reply.
I see no way to do this because stm32.h is related to CMSIS root, not a project root.