Searched refs:Option (Results 1 – 25 of 97) sorted by relevance
1234
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.toolchain | 5 # The following list of Kconfig options are based on standard POSIX Subprofiling Option Groups 12 # POSIX Subprofiling Option Groups are defined at the link below: 130 # Note: the Option is _POSIX_READER_WRITER_LOCKS, while the Option Group is POSIX_RW_LOCKS 131 # We have opted to use POSIX_READER_WRITER_LOCKS here to match the Option name. 171 # Note: the Option is _POSIX_THREADS, while the Option Group is POSIX_THREADS_BASE. 172 # We have opted to use POSIX_THREADS here to match the Option name.
|
D | CMakeLists.txt | 135 # Note: the Option is _POSIX_READER_WRITER_LOCKS, while the Option Group is POSIX_RW_LOCKS. 136 # We have opted to use POSIX_READER_WRITER_LOCKS here to match the Option name. 145 # Note: the Option is _POSIX_THREADS, while the Option Group is POSIX_THREADS_BASE. 146 # We have opted to use POSIX_THREADS here to match the Option name.
|
D | Kconfig.file_system_r | 11 Option Group, consisting of readdir_r().
|
D | Kconfig.profile | 28 extrapolated to the more recent Subprofiling Option Groups in IEEE 1003.3-2017. 58 Option Groups to facilitate device I/O, signals, mandatory configuration utilities, and 124 # Option Groups 152 # Option Groups 169 # Option Groups
|
D | Kconfig.c_lang_r | 14 Option Group, consisting of asctime_r(), ctime_r(), gmtime_r(), localtime_r(), rand_r(),
|
D | Kconfig.fd_mgmt | 8 Select 'y' here and Zephyr will provide implementations for the POSIX_FD_MGMT Option Group.
|
D | Kconfig.c_lib_ext | 8 Select 'y' here and Zephyr will provide an implementation of the POSIX_C_LIB_EXT Option
|
D | Kconfig.device_io | 14 Select 'y' here and Zephyr will provide an implementation of the POSIX_DEVICE_IO Option
|
/Zephyr-latest/scripts/kconfig/ |
D | hardenconfig.py | 23 class Option: class 54 options.append(Option(name=name, current=current, 59 …options.append(Option(name=node.item.name, current=node.item.str_value, recommended='n', symbol=no…
|
/Zephyr-latest/doc/services/portability/posix/aep/ |
D | index.rst | 47 .. csv-table:: PSE51 Option Groups 58 .. csv-table:: PSE51 Option Requirements 99 .. csv-table:: PSE52 Option Groups 107 .. csv-table:: PSE52 Option Requirements 139 .. csv-table:: PSE53 Option Groups 148 .. csv-table:: PSE53 Option Requirements
|
/Zephyr-latest/drivers/misc/renesas_ra_external_interrupt/ |
D | Kconfig | 4 # Renesas RA External Interrupt Option
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | Kconfig | 7 bool "Option to align RTC with time-since-boot"
|
/Zephyr-latest/soc/renesas/ra/ra4m1/ |
D | Kconfig | 21 bool "Option Setting Memory"
|
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/ |
D | board-catalog.js | 57 socFamilySelect.add(new Option(f)); 69 const option = new Option(s, s, selectOnFill, selectOnFill); 83 socSocSelect.add(new Option(soc, soc, selectOnFill, selectOnFill));
|
/Zephyr-latest/samples/subsys/fs/littlefs/ |
D | Kconfig | 7 bool "Option to clear the flash area before mounting"
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 1 POSIX Option and Option Group Details 6 POSIX Option Groups 31 The ``POSIX_C_LANG_JUMP`` Option Group is included in the ISO C standard. 35 ``POSIX_C_LANG_JUMP`` Option Group is considered supported. 49 The ``POSIX_C_LANG_MATH`` Option Group is included in the ISO C standard. 53 ``POSIX_C_LANG_MATH`` Option Group is considered supported. 55 Please refer to `Subprofiling Considerations`_ for details on the ``POSIX_C_LANG_MATH`` Option 67 ``POSIX_C_LANG_SUPPORT`` Option Group is considered supported. 69 Please refer to `Subprofiling Considerations`_ for details on the ``POSIX_C_LANG_SUPPORT`` Option 126 C89 components of the ``POSIX_DEVICE_IO`` Option Group are considered supported. [all …]
|
/Zephyr-latest/tests/boards/espressif/wifi/ |
D | Kconfig | 33 Option to use WPA2 Security for Wi-Fi connections. 39 Option to use WPA3 Security for Wi-Fi connections.
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 62 Handle cache writeback and invalidation for all instances. Option used 70 Discar cache handling for all instances. Option used to avoid runtime 119 Option to signal that power off functionality is implemented.
|
/Zephyr-latest/arch/arm/core/cortex_m/tz/ |
D | Kconfig | 35 Option indicates that ARM Secure Firmware contains 61 Option indicates that ARM Non-Secure Firmware uses Secure
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 44 SYStem.Option.DUALPORT ON 45 SYStem.Option.DisMode THUMB
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_xrtc | 26 system clock driver initialization but it may be less accurate. Option is
|
/Zephyr-latest/boards/nxp/s32z2xxdc2/support/ |
D | startup.cmm | 94 SYStem.Option.DUALPORT ON 133 SYStem.Option.DUALPORT ON 134 SYStem.Option.ResBreak OFF 135 SYStem.Option.EnReset OFF
|
/Zephyr-latest/samples/subsys/usb/mass/ |
D | Kconfig | 7 bool "Option to clear the flash area before mounting"
|
/Zephyr-latest/doc/services/portability/posix/overview/ |
D | index.rst | 72 via :ref:`Options<posix_options>` and :ref:`Option Groups<posix_option_groups>`. 139 Additional POSIX :ref:`Options and Option Groups <posix_option_groups>` may be enabled as needed 143 Subprofiles, Options, and Option Groups should be considered the preferred way to configure POSIX
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.net | 123 bool "Use DHCPv4 Log Server Option to configure syslog server" 127 Log Server Option (7).
|
1234