-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Adds bare bones Arduino Portenta H7 port which is mostly a copy of STM32H747I-DISCO port. #3172
base: master
Are you sure you want to change the base?
Conversation
Hi @antmerlino please fix the coding style issues and other issues. |
@acassis Will do... I'm tied up with some other things at the moment but I'll clean it up in the coming week. |
cd2ca39
to
2af49b7
Compare
388f27d
to
a92bd57
Compare
@antmerlino CI fails looks like you need to rebase on master. |
@antmerlino do you intend to continue with this contribution? |
@microhobby I don't plan to develop the Portenta platform further, but I would like to find the time to finish this basic support and get it merged. Just hasn't been a priority. |
@antmerlino ok, no problem, I would like to help. I'm working on a linker to use DFU bootloader, as I don't have any breakout with access to programmer pins. But now I'm stuck in a hardfault:
Can you confirm that with your patches it is possible to access nsh without problems? I don't know if this is due to a rebase with the master, or my linker script... Thanks in advance. |
🤔 setting flash section to |
@microhobby this offset 0x0804000 should depend of CONFIG_STM32H7_DFU please search for CONFIG_STM32_DFU for reference (it is defined at arch/arm/src/stm32/Kconfig) |
Yeah, I did exactly this! Thanks @acassis. For now my changes are here: dotnuttx@51e57d0 |
bc7e39e
to
cdf185d
Compare
@antmerlino you still need to rebase your https://github.com/antmerlino/incubator-nuttx/tree/arduino-portenta with the https://github.com/apache/incubator-nuttx/tree/master . I think this would solve the checks issues, thanks. |
cdf185d
to
739467b
Compare
@antmerlino I tried to build it on my environment and I had the same error:
With the rebase something from master degraded the portenta build 😔 |
@antmerlino this commit, we need to change also the portenta |
@antmerlino Sorry for the delay, but other things have also changed. I put it in some reviews. I believe that it's all now (at least I had one successful build on my environment). Thanks for working on it. |
d448613
to
cc56cc0
Compare
@antmerlino I think that the best would check again the |
300aa24
to
37dbdfb
Compare
37dbdfb
to
b2f7279
Compare
@antmerlino the files that are still not in the apache license format: |
Summary
Adds bare bones support for Arduino Portenta H7
Impact
None.
Testing
Got a nsh console over USART1