- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8.2k
doc/releases: Add picolibc migration notes #62261
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
doc/releases: Add picolibc migration notes #62261
Conversation
ea94d75    to
    f28fc80      
    Compare
  
    f28fc80    to
    1d2be32      
    Compare
  
    | @kartben ping | 
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.
Only two cosmetic/styling issues.
The text is great, and I like the idea of having a dedicated section for it, but we'll have to see how the overall structure of the migration guide might need to evolve as it becomes more crowded closer to the release date. // @carlescufi
        
          
                doc/releases/migration-guide-3.5.rst
              
                Outdated
          
        
      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.
| * Picolibc removes the `-ffreestanding` compiler option. This allows | |
| * Picolibc removes the ``-ffreestanding`` compiler option. This allows | 
There aren't any 'required' or 'recommended' changes when switching from the minimal C library to picolibc, but there are a bunch of things which application developers might need to be aware of. Add a separate section to list those. Signed-off-by: Keith Packard <[email protected]>
1d2be32    to
    772e735      
    Compare
  
    
There aren't any 'required' or 'recommended' changes when switching from the minimal C library to picolibc, but there are a bunch of things which application developers might need to be aware of. Add a separate section to list those.