Home
last modified time | relevance | path

Searched full:embedded (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/include/
Dnsi_cpu_if.h18 * embedded SW library, both by the native simulator runner,
19 * and other possible embedded CPU's SW.
25 * The interface between the embedded SW and the native simulator is allocated in its
26 * own section to allow the embedded software developers to, using a linker script,
28 * It is also be possible for the embedded SW to require the linker to keep those
31 * It is also possible for the embedded SW developers to not use garbage collection
37 * Interfaces the Native Simulator _expects_ from the embedded CPUs:
43 * The embedded SW library may provide this function to perform any
52 * The embedded SW library may provide this function to perform any
60 * The embedded SW library must provide this function.
[all …]
Dnsi_host_trampolines.h8 * These are intended to facilitate test embedded code interacting with the host.
11 * to the embedded side, for example due to non-basic types being used in
/Zephyr-Core-3.5.0/subsys/mgmt/ec_host_cmd/backends/
DKconfig12 bool "Embedded Controller Host Command Backend Simulator"
23 Enable support for Embedded Controller host commands using
30 Enable support for Embedded Controller host commands using
38 Enable support for Embedded Controller host commands using
44 Enable support for Embedded Controller host commands using
/Zephyr-Core-3.5.0/doc/develop/toolchains/
Dgnu_arm_embedded.rst3 GNU Arm Embedded
6 #. Download and install a `GNU Arm Embedded`_ build for your operating system
49 Run ``brew install gcc-arm-embedded`` and configure the variables
54 .. _GNU Arm Embedded: https://developer.arm.com/open-source/gnu-toolchain/gnu-rm
/Zephyr-Core-3.5.0/boards/posix/doc/
Dbsim_boards_design.rst14 and execute the embedded code natively on Linux.
44 integration testing of embedded code on workstation/simulation.
49 embedded HW.
51 These tests are run in workstation, that is, without using real embedded HW.
67 methodologies normally employed by embedded SW developers and how they relate
85 - Using bsim boards: Allow testing the embedded SW (or a subset), including
93 test the embedded code under test while controlling the test from external
94 python test scripts. This is supported by compiling the embedded code with
96 and an embedded application that handles the RPC calls themselves, while
99 the embedded code, but without any specific HW. In that way, many embedded
[all …]
/Zephyr-Core-3.5.0/drivers/misc/ft8xx/
DKconfig1 # FT8xx Embedded Video Engine configuration options
7 bool "FT800 Embedded Video Engine driver"
/Zephyr-Core-3.5.0/doc/_doxygen/
Dmainpage.md4 resource-constrained and embedded systems: from simple embedded
5 environmental sensors and LED wearables to sophisticated embedded
/Zephyr-Core-3.5.0/soc/arm/st_stm32/stm32h7/
DKconfig.defconfig.series4 # Copyright (c) 2022 SILA Embedded Solutions GmbH <office@embedded-solutions.at>
/Zephyr-Core-3.5.0/lib/libc/newlib/
DKconfig10 Build with newlib-nano library, for small embedded apps.
11 The newlib-nano library for ARM embedded processors is a part of the
12 GNU Tools for ARM Embedded Processors.
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/
Dnce.c11 * the hosted embedded OS / SW can use to emulate the CPU
190 * * Spawn a new pthread which will run the first embedded SW thread <start_routine>
191 * * Hold the caller until that embedded SW thread (or a child it spawns)
194 * Note that during this, an embedded SW thread may call nsi_exit(), which would result
206 /* Create a thread for the embedded SW init: */ in nce_boot_cpu()
211 /* And we wait until the embedded OS has send the CPU to sleep for the first time */ in nce_boot_cpu()
224 * * Hold this embedded SW thread until the CPU is awaken again,
228 * Note: Can only be called from embedded SW threads
Dnsi_weak_stubs.c11 * Stubbed embedded CPU images, which do nothing:
16 * This exists in case the total device image is assembled lacking some of the embedded CPU images
/Zephyr-Core-3.5.0/doc/kernel/data_structures/
Dindex.rst16 expectation is that the node will be itself embedded within a
18 address from the embedded node pointer in a clean way. The purpose
/Zephyr-Core-3.5.0/samples/drivers/misc/ft800/
DREADME.rst5 Display various shapes and text using FT800 Embedded Video Engine.
11 Embedded Video Engine.
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/
DCMakeLists.txt13 # Structures layouts needs to match in the interface between the runner and the embedded SW
15 # as both the HW models and embedded SW use them.
/Zephyr-Core-3.5.0/scripts/native_simulator/
DMakefile6 # Linux executable by linking it to the the embedded cpu library
30 # Number of embedded CPUs/MCUs
32 # Path to all CPUs embedded SW which will be linked with the final executable
122 echo "Error: Input embedded CPU SW ($<) not found \
166 @echo " link_with_esw : Link the runner with the CPU embedded sw"
167 @echo " runner_lib : Build the runner itself (pending the embedded SW)"
/Zephyr-Core-3.5.0/cmake/toolchain/gnuarmemb/
DKconfig1 # GNU ARM Embedded Toolchain
/Zephyr-Core-3.5.0/boards/arm/stm32h735g_disco/
DKconfig.board3 # Copyright (c) 2021 SILA Embedded Solutions GmbH
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/npcx7/
DKconfig.defconfig.npcx7m6fc1 # Nuvoton Cortex-M4 Embedded Controller
DKconfig.defconfig.npcx7m6fb1 # Nuvoton Cortex-M4 Embedded Controller
DKconfig.defconfig.npcx7m7fc1 # Nuvoton Cortex-M4 Embedded Controller
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/npcx4/
DKconfig.defconfig.npcx4m3f1 # Nuvoton Cortex-M4 Embedded Controller
DKconfig.defconfig.npcx4m8f1 # Nuvoton Cortex-M4 Embedded Controller
/Zephyr-Core-3.5.0/soc/arm/nuvoton_npcx/npcx9/
DKconfig.defconfig.npcx9m3f1 # Nuvoton Cortex-M4 Embedded Controller
DKconfig.defconfig.npcx9m6f1 # Nuvoton Cortex-M4 Embedded Controller
DKconfig.defconfig.npcx9m7f1 # Nuvoton Cortex-M4 Embedded Controller

12345678910>>...18