-
Notifications
You must be signed in to change notification settings - Fork 10
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
nothing does compile with arduino ide and arduino ide 2 #5
Comments
Got a fix coming. For some reason some sequence of include files misses a key include file ... |
when will the fix roll out? i dont want to presure you but i want to know when it will roll out because it will affect how i taccle my projects |
This core is uncompilable even in the latest stable 0.1.4 version in Arduino IDE 1.8.19 beyond that error -- the simplest possible "Empty" example gives an error on void setup() {}
void loop() {}
|
Yup. Problem is that I never cross checked with the Nucleo board, which is the only one not having USB. |
@GrumpyOldPizza it has usb one is stlink and the other is the stm32 |
The USB on ST-Link is a UART from STM32WB's point of view. |
yes thats right but there is a second usb thats directly connected to the stm32wb55rg |
Correct. But that USB connector is not used. So I missed all the typos and cooy%paste errors that assumed a CDC class is used. |
and there is also a typo in the hardwareserial.cpp file and i opend allready a pull request |
i also made a quick and dirty fix and that was with just replacing all the cdc things with uart and it worked |
Obviously. The other one is to add in include for "Rtos_api.h" into armv7m.h. |
Are all of those issues fixed now ? |
these are the errors
The text was updated successfully, but these errors were encountered: