-
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
Documentation: migrate pages from wiki #11127
Comments
@raiden00pl would it still be useful to work on the documentation even if it is outdated? I understand that there's not a lot of reason to work on getting outdated documentation in the current documentation format, but I'm thinking it might be difficult to see what is outdated or not. Also, you might need setups to validate how outdated are the pages. What are your thoughts? |
Unless the doc page is completely outdated, porting it still has value, and outdated content can be fixed later. As you mentioned, it can be difficult to determine what is outdated and what isn't, especially for people who haven't been following all the PRs in NuttX over the last few years. So I'm not sure how we should proceed. Maybe we can just hope that during the PR review process, we'll be able to catch any outdated content and fix it immediately or mark the page as outdated. |
I was thinking that maybe we should still port everything and as people consult the documentation and try them we'll know if they are outdated. But I like your idea of adding a warning at the beginning. I'll try to work on some of those pages that are left. Thank you :). |
@raiden00pl This page: https://cwiki.apache.org/confluence/display/NUTTX/STM32+Null+Pointer+Detection was already migrated :). #14231 Noticed just too late 😅 |
@raiden00pl darn again, very sorry, just notice: https://cwiki.apache.org/confluence/display/NUTTX/STM32+CCM+Allocator also was already migrated 😅 |
@raiden00pl here are 3 other pages to check (once they are merged) :) #14240 - Kernel Threads with Custom Stacks Cheers! |
@raiden00pl here are 3 other pages to check (once they are merged) :) #14274 :
Cheers! |
@raiden00pl here are 4 other pages to check (once they are merged) :) #14417 :
Cheers! |
@raiden00pl here are 3 other pages to check (once they are merged) :) #14419 :
Cheers! PS. I'll try to finish the NuttX How-To's section this week :) |
great ! thanks for your help :) |
@raiden00pl thanks for doing it |
@raiden00pl here are 3 other pages to check (once they are merged) :)
(NuttX How-To's done 🥳) Cheers! |
@raiden00pl here's 4 other pages to check (once they are merged) :) #14710 :
(Graphics and Networking section done! Only three more sections to go) Cheers! |
@raiden00pl, please correct me if I'm wrong, but I think we are missing this page in the list of document to port: https://cwiki.apache.org/confluence/display/NUTTX/Porting+Guide I did check in the official wiki, and didn't find it there, and I'm not seeing it in the list when I Same thing for:
And maybe: https://cwiki.apache.org/confluence/display/NUTTX/User+Guide, but I mean just not know if this has been broken up into sub document. |
@raiden00pl here are 4 other pages to check (once they are merged) :) #14714 :
Cheers! |
Doc for "On-Demand Paging" is here https://nuttx.apache.org/docs/latest/components/paging.html |
@raiden00pl I see that you've written about the SMARTFS in the official documentation. I was wondering if we should to still do the
pages? And if yes, should we put them as supporting pages to the one you've written? |
@raiden00pl here's 1 other page to check (once they are merged) :) #15376 :
The two ELF Programs pages weren't in the list, but I couldn't find them inside the official wiki. Cheers! |
Another question for @raiden00pl or maybe @acassis since it came from you. It's regarding the page: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629545 It refers to the libc++ of LLVM, but I'm unsure how relevant this page is since we now have the https://nuttx.apache.org/docs/latest/components/libs/libxx.html page inside the official documentation. From reading both it seems that the Confluence page kind of share the repo @acassis made to use the LLVM libc++, and tell me if I'm wrong, but we don't seem to use those actively? It seems to be integrated into the KConfig with Anyway, I don't mind migrating it, just didn't want to do redundant work :) If you could please let me know if you still want this page migrated, that would be appreciated :). |
@raiden00pl here are 9 other pages to check, once merged :)
I've also stumbled upon the https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629410 I was wondering if it should also be added to the list, it seems very interesting. Also, that PR concluded the NSH How-To's :)! Cheers! |
@lvanasse that page is very old and as you noticed LLVM C++ is already integrated into mainline. I suggest removing it or creating a new page explaining how to use LLVM C++ nowadays. |
@acassis I'm not too sure what would be the content of how to use LLVM C++ nowadays page to be honest 😥, so I'm hesitant to make a call. |
@lvanasse yes, since the integration is transparent now, there is not much to document |
@raiden00pl any input :)? |
This page was migrated from the old README which was in |
Not all pages below are suitable for migration, some pages are outdated, some are already migrated. Everything listed here for better tracking of the issue.
It's better to have all valuable information in one place (Documentation). Then we can use
grep
to find all the useful information about a given subject.Getting Started with NuttX https://cwiki.apache.org/confluence/display/NUTTX/Getting+Started+with+NuttX
Graphics https://cwiki.apache.org/confluence/display/NUTTX/Graphics
NuttX How-To's https://cwiki.apache.org/confluence/display/NUTTX/NuttX+How-To%27s
Networking https://cwiki.apache.org/confluence/display/NUTTX/Networking
Application/NSH How-To's https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629534
NuttX Implementation/Design https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=139629479
Platforms https://cwiki.apache.org/confluence/display/NUTTX/Platforms
Virtual File System https://cwiki.apache.org/confluence/display/NUTTX/Virtual+File+System
The text was updated successfully, but these errors were encountered: