Searched refs:posix (Results 1 – 25 of 74) sorted by relevance
123
/Zephyr-latest/lib/posix/shell/ |
D | posix_shell.c | 9 SHELL_SUBCMD_SET_CREATE(posix_cmds, (posix)); 10 SHELL_CMD_ARG_REGISTER(posix, &posix_cmds, "POSIX shell commands", NULL, 2, 0);
|
D | posix_shell.h | 14 SHELL_SUBCMD_ADD((posix), _syntax, _subcmd, _help, _handler, _mand, _opt);
|
D | Kconfig | 11 Compile the parent `posix` shell command.
|
/Zephyr-latest/samples/posix/env/ |
D | README.rst | 1 .. 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/ |
D | native_sim_native_one.dts | 8 #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/ |
D | README.rst | 1 .. 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/ |
D | CMakeLists.txt | 16 ${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/ |
D | native_sim.dts | 8 #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/ |
D | README.rst | 1 .. 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/ |
D | README.rst | 1 .. 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/ |
D | Kconfig.native_posix | 7 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/ |
D | xterm-native-shell.overlay | 13 compatible = "zephyr,native-posix-uart"; 26 compatible = "zephyr,native-posix-uart";
|
/Zephyr-latest/samples/posix/philosophers/ |
D | README.rst | 1 .. zephyr:code-sample:: posix-philosophers 11 :file:`samples/posix/philosophers`. 19 :zephyr-app: samples/posix/philosophers
|
D | CMakeLists.txt | 10 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/lib/posix/options)
|
/Zephyr-latest/arch/posix/include/ |
D | asm_inline.h | 14 #error The arch/posix/include/asm_inline.h is only for the POSIX architecture
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.native_posix | 1 # 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/ |
D | posix.rst | 1 .. zephyr:code-sample-category:: posix
|
/Zephyr-latest/lib/posix/options/ |
D | CMakeLists.txt | 8 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/ |
D | portability.rst | 8 See also :zephyr:code-sample-category:`POSIX sample applications<posix>`.
|
/Zephyr-latest/tests/posix/common/ |
D | CMakeLists.txt | 8 zephyr_include_directories(${ZEPHYR_BASE}/lib/posix)
|
/Zephyr-latest/tests/posix/c_lib_ext/ |
D | CMakeLists.txt | 11 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/lib/posix/options/getopt)
|
/Zephyr-latest/tests/cmake/hwm/board_extend/ |
D | Kconfig | 12 ' qualifier: posix'
|
/Zephyr-latest/arch/posix/ |
D | Kconfig | 10 default "posix" 30 only on native_{posix,sim}[//64]), and should normally be used in
|
/Zephyr-latest/lib/ |
D | CMakeLists.txt | 11 add_subdirectory(posix)
|
/Zephyr-latest/doc/services/portability/ |
D | index.rst | 17 posix/index.rst
|
123