Searched refs:C (Results 1 – 25 of 701) sorted by relevance
12345678910>>...29
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | gatt.llcp.test_list | 4 GAP/GAT/BV-01-C 5 GAP/GAT/BV-04-C 6 GAP/IDLE/NAMP/BV-01-C 7 GATT/SR/GAC/BV-01-C 8 GATT/SR/GAD/BV-01-C 9 GATT/SR/GAD/BV-02-C 10 GATT/SR/GAD/BV-03-C 11 GATT/SR/GAD/BV-04-C 12 GATT/SR/GAD/BV-05-C 13 GATT/SR/GAD/BV-06-C [all …]
|
D | gap.llcp.test_list | 4 GAP/ADV/BV-01-C 5 GAP/ADV/BV-02-C 6 GAP/ADV/BV-03-C 7 GAP/ADV/BV-04-C 8 GAP/ADV/BV-05-C 9 GAP/ADV/BV-08-C 10 GAP/ADV/BV-09-C 11 GAP/ADV/BV-10-C 12 GAP/ADV/BV-11-C 13 GAP/ADV/BV-12-C [all …]
|
D | ll.set2.llcp.test_list | 4 LL/CON/PER/BV-29-C 5 LL/CON/PER/BV-33-C 6 LL/CON/PER/BV-34-C 7 LL/CON/PER/BV-40-C 8 LL/CON/PER/BV-42-C 9 #LL/CON/PER/BV-77-C # Needs testcase implementation update 10 #LL/CON/PER/BV-78-C # Needs testcase implementation update 11 #LL/CON/PER/BV-80-C # Needs testcase implementation update 12 #LL/CON/PER/BV-81-C # Needs testcase implementation update 13 LL/DDI/ADV/BI-05-C [all …]
|
D | ll.set1.llcp.test_list | 4 LL/CON/ADV/BV-01-C 5 LL/CON/ADV/BV-04-C 6 LL/CON/ADV/BV-05-C 7 LL/CON/ADV/BV-06-C 8 LL/CON/ADV/BV-09-C 9 LL/CON/ADV/BV-10-C 10 #LL/CON/ADV/BV-12-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/54531 11 LL/CON/ADV/BV-14-C 12 #LL/CON/ADV/BV-15-C # Fails due to https://github.com/zephyrproject-rtos/zephyr/issues/54531 13 LL/CON/INI/BV-01-C [all …]
|
D | hci.llcp.test_list | 4 HCI/CCO/BV-07-C 5 HCI/CCO/BV-09-C # [Handling LE Set Data Length Command] 6 HCI/CCO/BV-10-C 7 HCI/CCO/BV-11-C 8 HCI/CCO/BV-12-C 9 HCI/CCO/BV-13-C 10 HCI/CCO/BV-14-C 11 HCI/CCO/BV-15-C 12 HCI/CCO/BV-18-C 13 HCI/CFC/BV-02-C [all …]
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/ |
D | board.cmake | 11 -C cluster0.has_aarch64=1 12 -C cluster0.VMSA_supported=0 13 -C cluster0.NUM_CORES=${CONFIG_MP_MAX_NUM_CPUS} 14 -C cluster0.gicv3.cpuintf-mmap-access-level=2 15 -C cluster0.gicv3.SRE-enable-action-on-mmap=2 16 -C cluster0.gicv3.SRE-EL2-enable-RAO=1 17 -C cluster0.gicv3.extended-interrupt-range-support=1 18 -C gic_distributor.GICD_CTLR-DS-1-means-secure-only=1 19 -C gic_distributor.has-two-security-states=0 20 -C bp.refcounter.non_arch_start_at_default=1 [all …]
|
/Zephyr-latest/scripts/coccinelle/ |
D | unsigned_suffix.cocci | 2 // Copyright: (C) 2018 Intel Corporation 3 // Copyright: (C) 2018 Himanshu Jha 4 // Copyright: (C) 2018 Julia Lawall, Inria/LIP6 14 constant C; 19 v = C@p 21 v == C@p 23 v != C@p 25 v <= C@p 27 v >= C@p 29 v += C@p [all …]
|
D | returnvar.cocci | 5 // Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6. GPLv2. 18 constant C; 21 - T ret = C; 26 + C 31 constant C; 34 * T ret = C; 41 constant C; 45 T ret@p1 = C; 53 C << r1.C; 57 "\". Return \"" + C + "\" on line " [all …]
|
/Zephyr-latest/lib/cpp/ |
D | Kconfig | 1 # C++ configuration options 6 menu "C++ Language Support" 9 bool "C++ support for the application" 11 This option enables the use of applications built with C++. 16 prompt "C++ Standard" 19 C++ Standards. 22 bool "C++ 98" 24 1998 C++ standard as modified by the 2003 technical corrigendum 28 bool "C++ 11" 30 2011 C++ standard, previously known as C++0x. [all …]
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ |
D | board.cmake | 8 -C bp.secure_memory=0 9 -C cluster0.NUM_CORES=${CONFIG_MP_MAX_NUM_CPUS} 10 -C bp.refcounter.non_arch_start_at_default=1 12 -C bp.pl011_uart0.out_file=- 13 -C bp.pl011_uart0.unbuffered_output=1 14 -C bp.terminal_0.start_telnet=0 16 -C bp.pl011_uart1.out_file=- 17 -C bp.pl011_uart1.unbuffered_output=1 18 -C bp.terminal_1.start_telnet=0 20 -C bp.pl011_uart2.out_file=- [all …]
|
/Zephyr-latest/samples/sensor/jc42/ |
D | README.rst | 15 maintains a |plusminus| 2 |deg| C window around the current temperature. 26 C and +100 |deg| C to a digital word with |plusminus| 0.5 |deg| C (max.) 60 Trtrigger fired 1, temp 15.9375 C 63 0:00:00.017: 15.9375 C 64 0:00:02.020: 16 C 65 0:00:04.022: 16.125 C 66 0:00:06.024: 16.1875 C 67 trigger fired 2, temp 16.3125 C 69 0:00:08.027: 16.3125 C 70 0:00:10.029: 16.375 C [all …]
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 46 The coding guideline rules are based on MISRA-C 2012 and are a **subset** of MISRA-C. 54 available through the project. If you need a copy of MISRA-C 2012, please 66 - MISRA-C 2012 rule 67 - MISRA-C severity 68 - CERT C reference 73 …- `Dir 1.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_01_01.c>`_ 75 …- `MSC09-C <https://wiki.sei.cmu.edu/confluence/display/c/MSC09-C.+Character+encoding%3A+Use+subs… 80 …- `Dir 2.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_02_01.c>`_ 87 …- `Dir 3.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_03_01.c>`_ 94 …- `Dir 4.1 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/D_04_01.c>`_ [all …]
|
/Zephyr-latest/subsys/usb/usb_c/ |
D | Kconfig | 1 # USB-C stack configuration options 7 bool "USB-C Stack Support" 13 Enable the USB-C Stack. Note that each USB-C port gets its own thread. 18 int "USB-C stack init priority" 21 Initialization priority of the USB-C connector driver in POST_KERNEL. 22 This driver must be initialized after devices referenced by USB-C connectors 26 int "USB-C thread priority" 29 Set thread priority of the USB-C 32 int "USB-C thread stack size" 38 int "USB-C state machine cycle time in milliseconds" [all …]
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 3 C++ Language Support 6 C++ is a general-purpose object-oriented programming language that is based on 7 the C language. 9 Enabling C++ Support 12 Zephyr supports applications written in both C and C++. However, to use C++ in 13 an application you must configure Zephyr to include C++ support by selecting 16 To enable C++ support, the compiler toolchain must also include a C++ compiler 18 :ref:`toolchain_zephyr_sdk`, which includes the GNU C++ Compiler (part of GCC), 22 The default C++ standard level (i.e. the language enforced by the 23 compiler flags passed) for Zephyr apps is C++11. Other standards are [all …]
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.host_info | 17 bool "C compiler name" 19 The C compiler name, such as "GNU" 22 bool "C compiler version" 24 The C compiler version, such as "12.3.0" 27 bool "C++ compiler name" 29 The C++ compiler name, such as "GNU" 32 bool "C++ compiler version" 34 The C++ compiler version, such as "12.3.0"
|
/Zephyr-latest/doc/develop/sca/ |
D | cpptest.rst | 3 Parasoft C/C++test support 6 Parasoft `C/C++test <https://www.parasoft.com/products/parasoft-c-ctest/>`__ is a software testing 7 and static analysis tool for C and C++. It is a commercial software and you must acquire a 10 Documentation of C/C++test can be found at https://docs.parasoft.com/. Please refer to the 16 To use C/C++test, ``cpptestscan`` must be found in your :envvar:`PATH` environment variable. And 30 Please refer to Parasoft C/C++test documentation for more details.
|
/Zephyr-latest/samples/sensor/dht_polling/ |
D | README.rst | 50 hs300x@44: temp is 25.31 °C humidity is 30.39 %RH 51 hs300x@44: temp is 25.51 °C humidity is 30.44 %RH 52 hs300x@44: temp is 25.51 °C humidity is 30.37 %RH 53 hs300x@44: temp is 25.51 °C humidity is 30.39 %RH 54 hs300x@44: temp is 25.31 °C humidity is 30.37 %RH 55 hs300x@44: temp is 25.31 °C humidity is 30.35 %RH 56 hs300x@44: temp is 25.51 °C humidity is 30.37 %RH 57 hs300x@44: temp is 25.51 °C humidity is 30.37 %RH 58 hs300x@44: temp is 25.51 °C humidity is 30.39 %RH 59 hs300x@44: temp is 25.51 °C humidity is 30.44 %RH [all …]
|
/Zephyr-latest/cmake/ide/ |
D | eclipse_cdt4_generator_amendment.cmake | 18 # generator projects that use mixed C/C++. 21 # the code is a mix of C and C++. 24 # The defines in '.cproject' are always the same for C and C++. 25 # In mixed C/C++ projects, the header files often contain the following 26 # lines to let C++ code call the C functions: 29 # extern "C" { 40 # independent of whether standard C or C++ source files are compiled. 41 # The 'extern "C"' confuses the standard C compilation and the indexer 56 # 1 - work mode: "C and CXX includes, defines in .cproject without __cplusplus" 57 # 2 - work mode: "C and CXX includes, defines in .cproject with __cplusplus" [all …]
|
/Zephyr-latest/doc/develop/languages/c/ |
D | index.rst | 3 C Language Support 6 C is a general-purpose low-level programming language that is widely used for 9 Zephyr is primarily written in C and natively supports applications written in 10 the C language. All Zephyr API functions and macros are implemented in C and 11 available as part of the C header files under the :file:`include` directory, so 12 writing Zephyr applications in C gives the developers access to the most 16 applications run in a "hosted" environment as defined by the C 25 Zephyr does not target a specific version of the C standards; however, the 27 1999 release of the ISO C standard (ISO/IEC 9899:1999, hereinafter referred to 39 release of the ISO C standard (ISO/IEC 9899:2011, hereinafter referred to as [all …]
|
/Zephyr-latest/boards/arm/mps3/ |
D | board.cmake | 39 -C mps3_board.sse300.iotss3_systemcontrol.INITSVTOR_RST=0 54 # -C indicate a config option in the form of: 58 -C mps3_board.uart0.out_file=- 59 -C mps3_board.uart0.unbuffered_output=1 60 -C mps3_board.uart1.out_file=- 61 -C mps3_board.uart1.unbuffered_output=1 62 -C mps3_board.uart2.out_file=- 63 -C mps3_board.uart2.unbuffered_output=1 64 -C mps3_board.visualisation.disable-visualisation=1 65 -C mps3_board.telnetterminal0.start_telnet=0 [all …]
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | usbc_vbus.rst | 3 USB-C VBUS 9 USB-C VBUS is the line in a USB Type-C connection that delivers power from a 14 USB-C VBUS API 17 The USB-C VBUS device driver presents an API that's used to control and measure
|
/Zephyr-latest/boards/beagle/beagleplay/doc/ |
D | beagleplay_cc1352p7.rst | 39 * USB Type-C (client/power) 84 | DIO5 | N/C | | 86 | DIO6 | N/C | | 88 | DIO7 | N/C | | 90 | DIO8 | N/C | | 92 | DIO9 | N/C | | 94 | DIO10 | N/C | | 96 | DIO11 | N/C | | 102 | DIO14 | N/C | | 110 | DIO18 | N/C | | [all …]
|
/Zephyr-latest/samples/cpp/hello_world/ |
D | README.rst | 2 :name: Hello C++ world 4 Print "Hello World" to the console in C++. 9 A simple :ref:`C++ <language_cpp>` sample that can be used with many supported board and prints 10 "Hello, C++ world!" to the console. 31 Hello C++, world! qemu_riscv32 33 Exit QEMU by pressing :kbd:`CTRL+C`
|
/Zephyr-latest/lib/libc/ |
D | Kconfig | 1 # C library 7 prompt "Require complete C library" 10 Select a C library implementation that provides a complete C library 24 Selected when the target has at least one C library that offers a 33 Selected when the target has support for the minimal C library 42 Selected when the target has support for the newlib C library 44 # Picolibc with C++ support in Zephyr SDK is handled by Zephyr SDK's own Kconfig. 60 menu "C Library" 63 prompt "C Library Implementation" 70 bool "Minimal C library" [all …]
|
/Zephyr-latest/boards/openisa/rv32m1_vega/ |
D | rv32m1_vega_openisa_rv32m1-pinctrl.dtsi | 11 pinmux = <RV32M1_MUX('C', 7, 3)>, 12 <RV32M1_MUX('C', 8, 3)>; 19 pinmux = <RV32M1_MUX('C', 29, 2)>, 20 <RV32M1_MUX('C', 30, 2)>; 27 pinmux = <RV32M1_MUX('C', 9, 4)>, 28 <RV32M1_MUX('C', 10, 4)>;
|
12345678910>>...29