Home
last modified time | relevance | path

Searched +full:- +full:dposix +full:- +full:io (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/.github/
Ddo-arm2 set -e
4 "$HERE"/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false
5-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dio-float-exact=false -Dio-long-l…
6 …/do-test native -Dnative-tests=false -Dtests-enable-posix-io=false -Dformat-default=integer -Dposi…
/picolibc-3.7.0-3.6.0/.github/workflows/
Dvariants1 needs: cache-maker
2 runs-on: ubuntu-latest
9-Dio-float-exact=false -Dio-long-long=true -Dio-percent-b=true -Dio-long-double=true -Dnewlib-obso…
10 …"-Dformat-default=integer -Dfreestanding=true -Dposix-io=false -Dnewlib-obsolete-math=true -Dwant-
13 "-Dtinystdio=false",
14-Dtinystdio=false -Dnewlib-io-float=true -Dio-long-long=true -Dio-long-double=true -Dnewlib-fvwrit…
Dzephyr.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # .github/do-zephyr --buildtype release
22 DOCKERFILE: picolibc/.github/Dockerfile-zephyr
23 IMAGE_FILE: dockerimg-zephyr.tar.zst
25 PACKAGES_FILE: picolibc/.github/zephyr-packages.txt
26 EXTRA_FILE: picolibc/.github/zephyr-files.txt
29 cache-maker:
[all …]
Dlinux.yml6 - main
9 - main
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
25 EXTRA_FILE: picolibc/.github/linux-files.txt
28 cache-maker:
29 runs-on: ubuntu-latest
[all …]
/picolibc-3.7.0-3.6.0/doc/
Dos.md3 Picolibc is designed to be operating-system independent, so it doesn't
20 FILE objects. The pointers may reside in read-only memory, but the
68 |-------------------|------------|--------------------|
83 POSIX-compatible functions:
92 disabled by specifying `-Dposix-io=false` in the meson command line.
105 smaller version, enabled (by default) with -Dnewlib-nano-malloc=true,
106 can handle sbrk returning dis-continuous memory while the larger
107 version (enabled with -Dnewlib-nano-malloc=false) requires sbrk return
113 memory from a pre-defined contiguous heap. To use this function, your
128 `--oslib=` parameter:
[all …]
/picolibc-3.7.0-3.6.0/
DREADME.md2 Copyright © 2018-2023 Keith Packard
7 [AVR Libc](https://www.nongnu.org/avr-libc/).
19 from Newlib, none of the GPL-related bits used to build the library
20 are left in the repository, so all of the source code uses BSD-like
21 licenses, a mixture of 2- and 3- clause BSD itself and a variety of
24 There are two files used for testing printf, test/printf-tests.c and
32 license information in the Debian standard machine-readable format. It
33 was generated using the make-copyrights and find-copyright
41 * ARC (32- and 64- bit)
42 * ARM (32- and 64- bit)
[all …]