-
Notifications
You must be signed in to change notification settings - Fork 7.4k
nios2: remove architecture and boards #89762
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
nios2: remove architecture and boards #89762
Conversation
90ed5ad
to
bbb0991
Compare
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 removed project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
4b74f50
to
0f36dce
Compare
Remove qemu_nios2, more removals will follow. Part of zephyrproject-rtos#89280 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Remove remaining nios2 based boards and soc files. Part of zephyrproject-rtos#89280 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Remove architecture and dependencies. Remove altera HAL supporting nios2 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Add a not about removal in the release notes. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
0f36dce
to
5d4972f
Compare
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.
can you search for "Nios II" as well, please? (one of the top offending matches that needs fixing being https://docs.zephyrproject.org/latest/introduction/index.html)
Remove all occurances of Nios II from docs and code. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
|
@@ -17,7 +17,6 @@ | |||
<div class="select-container"> | |||
<select id="arch"> | |||
<option value="" disabled selected>Select an architecture</option> | |||
<option value="nios2">Altera Nios II</option> |
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.
opened #90413 so that we don't have to do this ever again :)
Fixes #89280