Submitting Patches To Newlib
Contributing to Newlib: A Step-by-Step Guide If you’re interested in contributing to Newlib, the C standard library used by many embedded systems (including RTEMS and Cygwin), this guide will walk you through the process of submitting patches. What is Newlib? Newlib is a C standard library implementation intended for use on embedded systems. It’s widely used in projects like RTEMS, Cygwin, and various bare-metal environments. Part 1: Creating and Submitting Patches 1. Clone the Repository First, you need to clone the newlib-cygwin repository: ...