1
0
Fork
You've already forked zig-picolibc
0
picolibc ported to the Zig build system
  • Zig 100%
2025年09月06日 21:53:22 -04:00
.gitignore initial 2024年09月07日 01:21:29 -04:00
build.zig define __thumb__ if the target is thumb (fixes assembler errors) 2025年09月06日 21:53:22 -04:00
build.zig.zon use unmanaged ArrayLists 2025年08月18日 01:05:54 -04:00
LICENSE license project under AGPL3+ 2024年09月19日 01:14:36 -04:00
picolibc-info.txt fix many changed defines & implement vprintf selection 2025年04月26日 01:16:57 -04:00
printf.zig implement vfscanf 2025年04月26日 01:23:11 -04:00
README.md license project under AGPL3+ 2024年09月19日 01:14:36 -04:00

License

Copyright (c) Dominic Adragna

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.