Searched refs:Main (Results 1 – 25 of 55) sorted by relevance
123
| /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/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/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/boards/renesas/ek_ra4m1/doc/ |
| D | index.rst | 23 - A Device USB connector for the Main MCU 29 - Pin headers for access to power and signals for the Main MCU 33 - Main MCU oscillator crystals, providing precision 12.000 MHz and 32,768 Hz external reference 35 - Additional low-precision clocks are available internal to the Main MCU 39 - One jumper to allow measuring of Main MCU current 49 - A red User LED, controlled by the Main MCU firmware 51 all of which are controlled by the Main MCU firmware
|
| /Zephyr-latest/boards/renesas/ek_ra6m1/doc/ |
| D | index.rst | 27 - A Device USB connector for the Main MCU 33 - 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 43 - One jumper to allow measuring of Main MCU current 53 - A red User LED, controlled by the Main MCU firmware 55 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/subsys/shell/modules/kernel_service/thread/ |
| D | CMakeLists.txt | 6 # Main command
|
| /Zephyr-latest/samples/drivers/mbox_data/ |
| D | CMakeLists.txt | 17 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as Main in this sample")
|
| /Zephyr-latest/tests/drivers/mbox/mbox_data/ |
| D | CMakeLists.txt | 16 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/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/samples/drivers/mbox/ |
| D | CMakeLists.txt | 28 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as Main in this sample")
|
| /Zephyr-latest/dts/arm/ti/ |
| D | cc2340r5.dtsi | 17 /* Main flash */
|
| D | cc23x0.dtsi | 45 /* Main flash sector */
|
| /Zephyr-latest/soc/atmel/sam0/common/ |
| D | Kconfig.samd2x | 77 prompt "Main clock reference" 81 Main clocks, such as the CPU and AHB clocks will be derived from
|
| D | Kconfig.saml2x | 48 prompt "Main clock reference" 52 Main clocks, such as the CPU and AHB clocks will be derived from
|
| D | Kconfig.samd5x | 51 prompt "Main clock source"
|
| /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/share/sysbuild/cmake/modules/ |
| D | sysbuild_images.cmake | 9 # Main reason for using an internal function is to properly scope variable usage.
|
| /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**
|
123