I was trying to update my fork of the DaisyExamples repo but got a build error. Assuming I’d missed an update, I tried creating a fresh copy, then backtracking until I eventually ended up at libDaisy. When I check it out and run make I get this:
Drivers/Patched/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_sdmmc.c:154:10: fatal error: stm32h7xx_hal.h: No such file or directory
154 | #include "stm32h7xx_hal.h"
| ^~~~~~~~~~~~~~~~~
So I don’t think it’s just something messed up with my dependencies. Any ideas what’s going on? Am I missing something?