Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/lib/posix/shell/
Dposix_shell.c9 SHELL_SUBCMD_SET_CREATE(posix_cmds, (posix));
10 SHELL_CMD_ARG_REGISTER(posix, &posix_cmds, "POSIX shell commands", NULL, 2, 0);
Dposix_shell.h14 SHELL_SUBCMD_ADD((posix), _syntax, _subcmd, _help, _handler, _mand, _opt);
DKconfig11 Compile the parent `posix` shell command.
/Zephyr-latest/samples/posix/env/
DREADME.rst1 .. zephyr:code-sample:: posix-env
21 :zephyr-app: samples/posix/env
49 uart:~$ posix env set ALERT="Happy Friday!"
51 uart:~$ posix env set HOME="127.0.0.1"
62 uart:~$ posix env get BOARD
70 uart:~$ posix env get
82 uart:~$ posix env unset BOARD
/Zephyr-latest/tests/cmake/hwm/board_extend/oot_root/boards/native/native_sim_extend/
Dnative_sim_native_one.dts8 #include <posix/posix.dtsi>
15 compatible = "zephyr,posix";
55 compatible = "zephyr,native-posix-cpu";
138 compatible = "zephyr,native-posix-uart";
147 compatible = "zephyr,native-posix-uart";
156 compatible = "zephyr,native-posix-rng";
161 compatible = "zephyr,native-posix-counter";
177 compatible = "zephyr,native-posix-udc";
/Zephyr-latest/samples/posix/eventfd/
DREADME.rst1 .. zephyr:code-sample:: posix-eventfd
19 :zephyr-app: samples/posix/eventfd
29 cd samples/posix/eventfd
32 The make output file will be located in samples/posix/eventfd/build.
/Zephyr-latest/soc/native/inf_clock/
DCMakeLists.txt16 ${ZEPHYR_BASE}/arch/posix/include
19 set(SOC_LINKER_SCRIPT ${ZEPHYR_BASE}/include/zephyr/arch/posix/linker.ld CACHE INTERNAL "")
/Zephyr-latest/boards/native/native_sim/
Dnative_sim.dts8 #include <posix/posix.dtsi>
15 compatible = "zephyr,posix";
57 compatible = "zephyr,native-posix-cpu";
150 compatible = "zephyr,native-posix-uart";
159 compatible = "zephyr,native-posix-uart";
168 compatible = "zephyr,native-posix-rng";
173 compatible = "zephyr,native-posix-counter";
188 compatible = "zephyr,native-posix-udc";
/Zephyr-latest/samples/posix/gettimeofday/
DREADME.rst1 .. zephyr:code-sample:: posix-gettimeofday
29 :zephyr-app: samples/posix/gettimeofday
39 cd samples/posix/gettimeofday
42 The make output file will be located in samples/posix/gettimeofday/build.
/Zephyr-latest/samples/posix/uname/
DREADME.rst1 .. zephyr:code-sample:: posix-uname
19 :zephyr-app: samples/posix/uname
29 cd samples/posix/uname
32 The make output file will be located in samples/posix/uname/build.
/Zephyr-latest/drivers/timer/
DKconfig.native_posix7 bool "(POSIX) native_sim/posix timer driver"
14 This module implements a kernel device driver for the native_sim/posix HW timer
/Zephyr-latest/tests/bluetooth/shell/snippets/xterm-native-shell/
Dxterm-native-shell.overlay13 compatible = "zephyr,native-posix-uart";
26 compatible = "zephyr,native-posix-uart";
/Zephyr-latest/samples/posix/philosophers/
DREADME.rst1 .. zephyr:code-sample:: posix-philosophers
11 :file:`samples/posix/philosophers`.
19 :zephyr-app: samples/posix/philosophers
DCMakeLists.txt10 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/lib/posix/options)
/Zephyr-latest/arch/posix/include/
Dasm_inline.h14 #error The arch/posix/include/asm_inline.h is only for the POSIX architecture
/Zephyr-latest/drivers/ethernet/
DKconfig.native_posix1 # Native posix ethernet driver configuration options
10 Enable native posix ethernet driver. Note, this driver is run inside
61 Native posix ethernet driver will strip of VLAN tag from
82 Native posix ethernet driver repeatedly checks for new data.
/Zephyr-latest/samples/posix/
Dposix.rst1 .. zephyr:code-sample-category:: posix
/Zephyr-latest/lib/posix/options/
DCMakeLists.txt8 zephyr_include_directories(${ZEPHYR_BASE}/include/zephyr/posix)
13 set(STRSIGNAL_TABLE_H ${GEN_DIR}/posix/strsignal_table.h)
20 -i ${ZEPHYR_BASE}/include/zephyr/posix/signal.h
22 DEPENDS ${ZEPHYR_BASE}/include/zephyr/posix/signal.h
/Zephyr-latest/samples/subsys/portability/
Dportability.rst8 See also :zephyr:code-sample-category:`POSIX sample applications<posix>`.
/Zephyr-latest/tests/posix/common/
DCMakeLists.txt8 zephyr_include_directories(${ZEPHYR_BASE}/lib/posix)
/Zephyr-latest/tests/posix/c_lib_ext/
DCMakeLists.txt11 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/lib/posix/options/getopt)
/Zephyr-latest/tests/cmake/hwm/board_extend/
DKconfig12 ' qualifier: posix'
/Zephyr-latest/arch/posix/
DKconfig10 default "posix"
30 only on native_{posix,sim}[//64]), and should normally be used in
/Zephyr-latest/lib/
DCMakeLists.txt11 add_subdirectory(posix)
/Zephyr-latest/doc/services/portability/
Dindex.rst17 posix/index.rst

123