Extension for libc
- Windows
- MacOS
- Linux
- arm-none-eabi-gcc with newlib
mkdir build && cd build
cmake ..
make && make install
mkdir build && cd build
cmake .. -DBUILD_DEBUG=on -DBUILD_TESTS=on
make && make test
Extension for libc
Extension for libc
mkdir build && cd build
cmake ..
make && make install
mkdir build && cd build
cmake .. -DBUILD_DEBUG=on -DBUILD_TESTS=on
make && make test
Extension for libc
GNU General Public License v2.0