AdaCore / bb-runtimes

Source repository for the GNAT Bare Metal BSPs
Other
65 stars 51 forks source link

Nucleo f411re support #38

Closed FredPraca closed 4 years ago

FredPraca commented 4 years ago

Bareboard runtime for Nucleo-F411RE using STM32F411re

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

Fabien-Chouteau commented 4 years ago

Also you have to rebase your changes on our current branch:

git remote add upstream https://github.com/AdaCore/bb-runtimes.git
git pull --rebase --autostash upstream community-2020
FredPraca commented 4 years ago

When rebasing, commits on Nucleo F401re will be included because of a wrong manipulation I made on local branches... Does it matter ?

FredPraca commented 4 years ago

Rebasing broke the whole thing, so I close the request and will try to fix it up. That's one reason why I prefer merging back and forth between master and branches over rebasing