-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add sltb009a BSP #749
Add sltb009a BSP #749
Conversation
#703 is merged, could you rebase/erge from master to see it could fix the ci. |
ah right, I almost forgot about this issue The silabs cmsis has both a assembly startup and a C startup, on the same dir, for some reason this generates some conflict (im only including the assembly startup), the only way i got this to work was by deleting the c startup this is why the build fails |
I don't really understand this issue
the file it complains about isnt even supposed to be compiled
|
I think this might be some oversight on the buildsystem |
Needs #755 fixed for successful build |
my dev board arrived today, will test this tomorrow |
you probably miss the freertos header include for the efm https://github.com/hathach/tinyusb/blob/master/hw/bsp/board_mcu.h . It is not too obvious and well-placed currently. I plan to refactor it later on |
97734e8
to
014e4aa
Compare
Signed-off-by: Rafael Silva <[email protected]>
Signed-off-by: Rafael Silva <[email protected]>
I just tested the dev board and the board support code i wrote works :) |
If everything looks good to you you can merge, feel free to request changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Superb !! Thank you very much for your PR. It looks perfect now
Board support for the EFM32GG12 Dev Board
For use with the efm32 family driver added in #703