dmitrystu / sboot_stm32

Secure USB DFU1.1 bootloader for STM32
Apache License 2.0
306 stars 64 forks source link

missing headers? #1

Closed smdprutser closed 6 years ago

smdprutser commented 6 years ago

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.

dmitrystu commented 6 years ago

Sure. Take it here.

davidgfnet commented 6 years ago

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.

dmitrystu commented 6 years ago

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