You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a variant for the STM32F030R8, however it doesn't have a DAC. The analog.c file fails to compile because of all the DAC structures and defines used.
My solution was a complete hack, I just ifdefed out code that wouldn't compile.
It seems that to grow into a broader range of chips and boards this is going to have to be addressed.
The text was updated successfully, but these errors were encountered:
I'm trying to add a variant for the STM32F030R8, however it doesn't have a DAC. The analog.c file fails to compile because of all the DAC structures and defines used.
My solution was a complete hack, I just ifdefed out code that wouldn't compile.
It seems that to grow into a broader range of chips and boards this is going to have to be addressed.
The text was updated successfully, but these errors were encountered: