-
Notifications
You must be signed in to change notification settings - Fork 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
boards: rename native64 -> native #21100
base: master
Are you sure you want to change the base?
Conversation
014321f
to
e4a8748
Compare
Should we, while maybe more complicated, make the rename to |
(maybe we should even integrate |
cf1eead
to
7634654
Compare
I think there is indeed no reason to rush it. Integrating it into the release tests, might be a good idea. But I don't get your proposal for the deprecation cycle. (Do we want to deprecated native 32 bit at all?) |
No, just the fact that |
Ah, understood. Not sure though whether this is necessary. After all native is most likely not used in production but rather for testing and debugging. It should work reliable, so extending the transition time is a good thing but we should make sure that more people are using the 64 bit variant during this transition time to check for its reliability. |
7634654
to
a37eeab
Compare
1c5964c
to
2b47778
Compare
This patch renames the current native board into native32 and replaces it with the current native64 board. The changeset is mostly renaming directories and replacing native64 with native32 within application Makefiles (unless native64) was not supported.
2b47778
to
f079269
Compare
Contribution description
This patch renames the current native board into native32 and replaces it with the current native64 board.
The changeset is mostly renaming directories and replacing native64 with native32 within application Makefiles (unless native64) was not supported.
It's only superficially tested so far. Let's see what the CI comes up with.
Testing procedure
Use your favorite RIOT application on native.