-
Notifications
You must be signed in to change notification settings - Fork 26
Broken with 1.9.0 + #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This simply means you don't have defined the HAL SD MODULE support. |
Ah, I see what's happened, looks like the fk407 variant that I created which included SD support had it removed for some reason. Good spot. |
So it can be closed ? |
I updated hal_extra_conf.h But I guess there's another issue with the FK407 variant c:/users/bennehboy/appdata/local/arduino15/packages/stm32/tools/xpack-arm-none-eabi-gcc/9.3.1-1.3/bin/../lib/gcc/arm-none-eabi/9.3.1/../../../../arm-none-eabi/bin/ld.exe: C:\Users\BENNEH~1\AppData\Local\Temp\arduino_build_484934\libraries\STM32duino_STM32SD\bsp_sd.c.o: in function I'll go dig |
Yes I think it can be closed here - I'll raise an issue against the variant (or PR). |
OK easy fix - PeripheralPins.c for FK407 misses this: #ifdef HAL_SD_MODULE_ENABLED |
This will be superseded by stm32duino/Arduino_Core_STM32#1091 |
Hi,
Just tried building one of my projects that requies this library against the github release of the core and get the following:
I've tried this against the github release & 1.9.0 and get the same.
The text was updated successfully, but these errors were encountered: