Home
last modified time | relevance | path

Searched +full:do +full:- +full:linux (Results 1 – 25 of 33) sorted by relevance

12

/picolibc-latest/.github/workflows/
Dlinux.yml1 name: Linux
6 - main
9 - main
12 # do not define head_ref, so use run_id to never cancel those jobs.
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # CCache is disabled for the Linux jobs for now.
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
[all …]
Dzephyr.yml6 - main
9 - main
12 # do not define head_ref, so use run_id to never cancel those jobs.
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
[all …]
Dsteps-head2 - name: Clone picolibc
7 - name: Restore the Docker Image
11 … key: ${{ env.IMAGE_FILE }}-${{ hashFiles( env.DOCKERFILE, env.PACKAGES_FILE, env.EXTRA_FILE ) }}
12 fail-on-cache-miss: true
14 - name: Load and Check the Docker Image
16 docker load -i $IMAGE_FILE
17 docker images -a $IMAGE
22 - name: install ccache
23 if: matrix.test == './.github/do-zephyr'
25 …wget -nv https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-linux-x86_64.tar.xz
[all …]
Dmake-workflow5 for build in cmake; do
6 for arch in linux; do
7 echo " $build-$arch:"
8 cat variants-$build
9 cat targets-$build-$arch
10 cat steps-head
11 cat steps-$build
15 for build in minsize release; do
16 for arch in linux; do
17 echo " $build-$arch:"
[all …]
Dtargets-cmake-linux2 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=RelWithDebInfo",
3 "./.github/do-cmake-linux -DCMAKE_BUILD_TYPE=MinSizeRel",
Dhead1 name: Linux
6 - main
9 - main
12 # do not define head_ref, so use run_id to never cancel those jobs.
14 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15 cancel-in-progress: true
18 # CCache is disabled for the Linux jobs for now.
22 IMAGE_FILE: dockerimg-linux.tar.zst
23 IMAGE: picolibc-linux
24 PACKAGES_FILE: picolibc/.github/linux-packages.txt
[all …]
Dtargets-linux2 "./.github/do-linux",
Dhead-zephyr6 - main
9 - main
12 # do not define head_ref, so use run_id to never cancel those jobs.
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
[all …]
/picolibc-latest/.github/
DDockerfile3 COPY .github/linux-packages.txt /
5 COPY .github/linux-files.txt /
7 RUN dpkg --add-architecture i386 && \
8 apt-get update && \
9 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \
10 …wget -O /etc/apt/trusted.gpg.d/altusmetrum.gpg https://maps.altusmetrum.org/archive/archive-key.gp…
12 (apt-get update || apt-get update || apt-get update) && \
13 (apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y) && \
14 (xargs -a linux-packages.txt apt-get install -y --no-install-recommends || \
15 xargs -a linux-packages.txt apt-get install -y --no-install-recommends || \
[all …]
DDockerfile-zephyr4 COPY .github/zephyr-packages.txt /
6 COPY .github/zephyr-files.txt /
8 COPY .github/zephyr-setup /
10 RUN apt-get update && \
11 apt-get install -y --no-install-recommends ca-certificates wget gnupg && \
12 (apt-get update || apt-get update || apt-get update) && \
13 (apt-get upgrade -y || apt-get upgrade -y || apt-get upgrade -y) && \
14 (xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
15 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
16 xargs -a zephyr-packages.txt apt-get install -y --no-install-recommends || \
[all …]
/picolibc-latest/newlib/
DHOWTO7 initially-provided sections. Please help by adding as appropriate.)
12 All the documentation for Newlib comes as part of the machine-readable
22 The basic function of makedoc is two-fold. First, it recognizes comments in
26 (makedoc.c is not particularly-well commented.) Another way to see how they
30 libm/common/s_isnan.c ("o+" variable-"bullet" list),
35 produce both on-line information and a printed manual. You can use one of the
36 Info formatting commands to create the on-line version of the documentation
47 when a non-printed manual is produced--such as when info pages are produced.
65 1. Add properly-formatted comments to source file (e.g. src.c);
67 re-generate Makefile.in;
[all …]
DChangeLog-20151 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
6 2015-12-21 Freddie Chopin <freddie.chopin@gmail.com>
17 2015-12-17 Anton Kolesov <Anton.Kolesov@synopsys.com>
20 * libc/machine/arc/memcmp-bs-norm.S: Use new GCC defines to detect
23 * libc/machine/arc/memcpy-archs.S: Likewise.
24 * libc/machine/arc/memcpy-bs.S: Likewise.
25 * libc/machine/arc/memcpy.S: Likewise. * libc/machine/arc/memset-archs.S: Likewise.
26 * libc/machine/arc/memset-archs.S: Likewise.
27 * libc/machine/arc/memset-bs.S: Likewise.
30 * libc/machine/arc/strchr-bs-norm.S: Likewise.
[all …]
/picolibc-latest/scripts/
Ddo-x86-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure x86-linux-gnu -Dtests=true -Dtests-enable-posix-io=false "$@"
Ddo-m68k-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure m68k-linux-gnu -Dtests=true -Dposix-console=true -Dmultilib=fal…
Ddo-aarch64-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure aarch64-linux-gnu -Dtests=true "$@"
Ddo-mips-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure mips-linux-gnu "$@"
Ddo-mips64-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure mips64-linux-gnuabi64 "$@"
Ddo-mipsel-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure mipsel-linux-gnu "$@"
Ddo-sparc64-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure sparc64-linux-gnu "$@"
Ddo-i386-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure i686-linux-gnu -Dtests=true -Dtests-enable-posix-io=false -Dmul…
Ddo-powerpc64-configure3 # SPDX-License-Identifier: BSD-3-Clause
37 *-Dformat-default=integer*|*-Dformat-default=float*)
38 echo 'format-default must be double on PowerPC'
43 exec "$(dirname "$0")"/do-configure powerpc64-linux-gnu -Dtests=false "$@"
Ddo-powerpc64le-configure3 # SPDX-License-Identifier: BSD-3-Clause
37 *-Dformat-default=integer*|*-Dformat-default=float*)
38 echo 'format-default must be double on PowerPC'
43 exec "$(dirname "$0")"/do-configure powerpc64le-linux-gnu -Dtests=false "$@"
Ddo-x86_64-configure3 # SPDX-License-Identifier: BSD-3-Clause
36 exec "$(dirname "$0")"/do-configure x86_64-linux-gnu -Dtests=true -Dtests-enable-posix-io=false -Dm…
/picolibc-latest/
DREADME.md2 Copyright © 2018-2023 Keith Packard
7 [AVR Libc](https://www.nongnu.org/avr-libc/).
11 * ![Linux](https://github.com/picolibc/picolibc/workflows/Linux/badge.svg?branch=main)
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)
[all …]
/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c8 /* ---------- To make a malloc.h, start cutting here ------------ */
28 This is not the fastest, most space-conserving, most portable, or
30 while also being among the most space-conserving, portable and tunable.
31 Consistent balance across these factors results in a good general-purpose
32 allocator. For a high-level description, see
50 size argument of zero (re)allocates a minimum-sized chunk.
60 Equivalent to valloc(minimum-page-that-holds(n)), that is,
68 Release all but pad bytes of freed top-most memory back
84 Alignment: 8-byte
89 Code for 8-byte pointers is untested by me but has worked
[all …]

12