Searched refs:system (Results 1 – 25 of 99) sorted by relevance
1234
/picolibc-latest/.github/ |
D | linux-packages.txt | 33 qemu-system-x86 34 qemu-system-arm 35 qemu-system-misc 36 qemu-system-ppc64
|
D | zephyr-packages.txt | 13 qemu-system-x86
|
/picolibc-latest/scripts/ |
D | run-arc | 63 qemu=qemu-system-arc 67 qemu=qemu-system-arc64 70 qemu=qemu-system-arc
|
D | cross-xtensa-esp32-elf.txt | 9 system = 'unknown'
|
D | cross-xtensa-lx106-elf.txt | 9 system = 'esp8266'
|
D | cross-powerpc64-linux-gnu.txt | 9 system = 'linux'
|
D | cross-powerpc64le-linux-gnu.txt | 10 system = 'linux'
|
D | cross-m68k-unknown-elf.txt | 12 system = 'unknown'
|
D | cross-avr.txt | 14 system = 'none'
|
D | cross-clang-msp430.txt | 13 system = 'zephyr'
|
D | cross-xtensa-espressif_esp32_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-xtensa-espressif_esp32s2_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-xtensa-intel_apl_adsp_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-xtensa-intel_s1000_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-xtensa-nxp_imx8m_adsp_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-xtensa-nxp_imx_adsp_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-xtensa-sample_controller_zephyr-elf.txt | 13 system = 'zephyr'
|
D | cross-msp430.txt | 14 system = 'zephyr'
|
D | cross-m68k-linux-gnu.txt | 13 system = 'unknown'
|
/picolibc-latest/doc/ |
D | os.md | 3 Picolibc is designed to be operating-system independent, so it doesn't 4 embed any operating system support into libc. Some portions of 5 Picolibc need system support, like I/O and task termination. 9 Here's the full list of system functions used by Picolibc, split into 15 complex file operations so that a minimal system can easily support 30 __uart_putc(c); /* Defined by underlying system */ 39 c = __uart_getc(); /* Defined by underlying system */ 136 To get Picolibc to use a system library, that library needs to be 172 can actually build picolibc on a full POSIX system. In this 174 underlying system C library is used for the POSIX functions described [all …]
|
D | using.md | 4 running either no operating system or a small RTOS. It is designed to 5 be linked statically along with any operating system and application 34 file delivered with Picolibc. This will set the system header file 40 When installed directly into the system, picolibc.specs is placed in 47 When building for an embedded system, you'll probably need to use a 53 Initializing an embedded system usually requires a combination of
|
D | build.md | 6 build system, which is a slightly quirky build system designed to 10 system provides an older version, you can get the latest using 11 pip. For example, on a Debian or Ubuntu system, you would do: 18 system doesn't provide at least this version, head over to 26 the newlib code base and should match that configuration system. The 78 require that the underlying system offer the required functions. POSIX 101 on POSIX I/O functions from the underlying system, and perform many 129 | newlib-iconv-external-ccs | false | Use file system to store iconv tables. Requires fopen. (d… 211 | newlib-reentrant-syscalls-provided| false| Underlying system provides reentrant syscall API … 212 | newlib-missing-syscall-names| false | Underlying system provides syscall names without leading … [all …]
|
/picolibc-latest/newlib/libc/ |
D | sys.tex | 7 operating system services. If you use the C library on a system that 9 these subroutines are supplied with your operating system. 11 If some of these subroutines are not provided with your system---in 13 system, without an OS---you will at least need to provide do-nothing 28 This is the complete set of system definitions (primarily subroutines) 63 Exit a program without cleaning up files. If your system doesn't 65 it (@code{exit}, @code{system}). 86 Transfer control to a new process. Minimal implementation (for a system 100 Create a new process. Minimal implementation (for a system without processes): 128 conflict with other processes. Minimal implementation, for a system [all …]
|
/picolibc-latest/ |
D | cross.tmpl | 20 system = '@SYSTEM@'
|
/picolibc-latest/newlib/libc/stdlib/ |
D | system.c | 65 system (const char *s) in system() function
|
1234