Searched refs:Main (Results 1 – 25 of 51) sorted by relevance
123
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 37 * Main Kconfig option: :kconfig:option:`CONFIG_ADC_EMUL` 42 * Main Kconfig option: :kconfig:option:`CONFIG_DMA_EMUL` 47 * Main Kconfig option: :kconfig:option:`CONFIG_EEPROM_EMULATOR` 54 * Main Kconfig option: :kconfig:option:`CONFIG_EEPROM_SIMULATOR` 67 * Main Kconfig option: :kconfig:option:`CONFIG_FLASH_SIMULATOR` 74 * Main Kconfig option: :kconfig:option:`CONFIG_GPIO_EMUL` 79 * Main Kconfig option: :kconfig:option:`CONFIG_I2C_EMUL` 84 * Main Kconfig option: :kconfig:option:`CONFIG_RTC_EMUL` 89 * Main Kconfig option: :kconfig:option:`CONFIG_SPI_EMUL` 94 * Main Kconfig option: :kconfig:option:`CONFIG_MSPI_EMUL` [all …]
|
/Zephyr-latest/samples/subsys/task_wdt/ |
D | README.rst | 41 Main thread still alive... 43 Main thread still alive... 44 Main thread still alive... 45 Main thread still alive... 47 Main thread still alive...
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_args_runner.c | 169 static enum {Main = 0, Test = 1} parsing = Main; in nsi_handle_one_cmdline_argument() enumerator 180 parsing = Main; in nsi_handle_one_cmdline_argument() 184 if (parsing == Main) { in nsi_handle_one_cmdline_argument()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | CMakeLists.txt | 6 # Main command
|
/Zephyr-latest/boards/renesas/ek_ra6m1/doc/ |
D | index.rst | 28 - A Device USB connector for the Main MCU 34 - Pin headers for access to power and signals for the Main MCU 37 - Main MCU oscillator crystals, providing precision 12.000 MHz and 32,768 Hz external reference 39 - Additional low-precision clocks are available internal to the Main MCU 42 - One jumper to allow measuring of Main MCU current 50 - A red User LED, controlled by the Main MCU firmware 52 all of which are controlled by the Main MCU firmware
|
/Zephyr-latest/subsys/shell/modules/kernel_service/ |
D | CMakeLists.txt | 5 # Main command
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w_defconfig | 26 # Main Stack Size
|
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/ |
D | cyw920829m2evk_02_defconfig | 26 # Main Stack Size
|
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/ |
D | cy8cproto_063_ble_defconfig | 27 # Main Stack Size
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | CMakeLists.txt | 15 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as Main in this sample")
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/ |
D | CMakeLists.txt | 15 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as Main in this sample")
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | Kconfig | 151 extend to which the Main and Process Stack Pointers, respectively, 153 MCUs that implement the ARMv8-M Main Extension (Mainline). 191 - A Processing Element (PE) without the Main Extension 220 ARMv8-M processor implementation supporting the Main 224 - A Processing Element (PE) with the Main Extension is also 226 - ARMv7-M compatibility requires the Main Extension. 229 The Main Extension provides backwards compatibility 239 implementation, supporting the Main Extension. 241 ARMv8-M Main Extension includes additional features 249 implementation, supporting the Main Extension. [all …]
|
/Zephyr-latest/samples/drivers/mbox/ |
D | CMakeLists.txt | 26 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as Main in this sample")
|
/Zephyr-latest/soc/atmel/sam0/common/ |
D | Kconfig.samd2x | 61 prompt "Main clock reference" 65 Main clocks, such as the CPU and AHB clocks will be derived from
|
D | Kconfig.samd5x | 22 prompt "Main clock source"
|
D | Kconfig.saml2x | 48 prompt "Main clock reference" 52 Main clocks, such as the CPU and AHB clocks will be derived from
|
/Zephyr-latest/share/sysbuild/ |
D | CMakeLists.txt | 14 set(APP_DIR ${APP_DIR} CACHE PATH "Main Application Source Directory")
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/ |
D | Kconfig | 12 string "TagoIO Main Server"
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 30 Main Memory Program without Built-In Erase (opcode 0x02). This allows
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/ |
D | cyclonev_socdk.dts | 5 * Main Device Tree source of the Cyclone V SoC DevKit
|
/Zephyr-latest/boards/others/stm32_min_dev/doc/ |
D | index.rst | 73 | X | 0 | Main Flash Memory | Main flash memory is selected as boot space |
|
/Zephyr-latest/samples/kernel/condition_variables/condvar/ |
D | README.rst | 66 Main(): Waited and joined with 3 threads. Final value of count = 145. Done.
|
/Zephyr-latest/samples/kernel/condition_variables/simple/ |
D | README.rst | 14 thread. Main thread uses a condition variable to wait for a condition to 15 become true. Main thread and the worker thread alternate between their
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | system_threads.rst | 15 **Main thread**
|
/Zephyr-latest/boards/seagate/legend/ |
D | legend.dts | 99 * Main flash source
|
123