Skip to content
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

Refactor BSP to match more modern Arduino.cc style #185

Open
terrillmoore opened this issue Nov 2, 2021 · 0 comments
Open

Refactor BSP to match more modern Arduino.cc style #185

terrillmoore opened this issue Nov 2, 2021 · 0 comments

Comments

@terrillmoore
Copy link
Member

The Arduino Portenta BSP has refined the BSP architecture in a number of ways that are sensible (and clearly easier to analyze). We should adopt as many of those changes as are convenient, while reducing dependencies on the ST BSP code.

  • There's an Arduino namespace
  • Header file breakdown is more logical
  • A lot of obsolete things have been removed

We should consider how we can track this. (The Portenta H7 BSP does pull in the STM32 H7 BSP from CubeMx, which is big and really chews up compile cycles; but that's a different story.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant