aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/libc/picolibc.sh
Commit message (Collapse)AuthorAgeFilesLines
* picolibc: Add configuration to select picolibc as the system libcJoakim Nohlgård2023-03-081-0/+29
| | | | | | | This moves the picolibc configuration values under C-library -> picolibc so that they will be more easily discovered. Signed-off-by: Joakim Nohlgård <joakim@nohlgard.se>
* picolibc: Convert to companion libraryKeith Packard2021-01-081-111/+0
| | | | | | | This allows configurations to include picolibc without excluding another C library. Signed-off-by: Keith Packard <keithp@keithp.com>
* picolibc: Use target architecture to drive picolibc configurationKeith Packard2020-09-161-5/+5
| | | | | | This selects code matching the target architecture within picolibc. Signed-off-by: Keith Packard <keithp@keithp.com>
* Add picolibc support [v2]Keith Packard2020-09-011-0/+111
This adds support for using picolibc instead of newlib on embedded systems. Signed-off-by: Keith Packard <keithp@keithp.com> v2: Add check for meson and ninja Sync option default values with current picolibc defaults Remove xtensa sys header file install as those aren't in picolibc