-
-
Notifications
You must be signed in to change notification settings - Fork 177
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 target STM32F767 Nucleo #2762
Conversation
Adjust mcuconf Adjust cmakepresets
Also adjust Serial Driver.
Remove SPIFFS and SD/MSD.
Align block storage and ld for debug.
Start adjusting some port configurations
Add to azure pipelines.
Correct booter LED
wdg, spi, i2c, uart
Turn on CAN
See if we can discover the issue.
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.
Nice work!
@@ -0,0 +1,29 @@ | |||
// // |
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.
why have you commented fully both onewire files?
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.
It causes too many issues in my experience. See nanoframework/Home#1270
Split into #2804 and nanoframework/nf-Community-Targets#226 |
Description
This adds a port for the target STM32F767ZI Nucleo for ChibiOS.
Although aligns to the datasheet, most hardware devices have not been tested.
Readme requires updating but left out as it is likely this board should be a community target.
Motivation and Context
Improves the boards supported.
How Has This Been Tested?
The board is seen by VS and runs nanoCLR.
Screenshots
Types of changes
Checklist