Home
last modified time | relevance | path

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

12345678910>>...24

/Zephyr-latest/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.
29 * The interface between the embedded SW and the native simulator is allocated in its
30 * own section to allow the embedded software developers to, using a linker script,
32 * It is also be possible for the embedded SW to require the linker to keep those
35 * It is also possible for the embedded SW developers to not use garbage collection
41 * Interfaces the Native Simulator _expects_ from the embedded CPUs:
47 * The embedded SW library may provide this function to perform any
56 * The embedded SW library may provide this function to perform any
64 * 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-latest/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-latest/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-latest/samples/subsys/shell/shell_module/
Doverlay-usb.conf8 # POSIX_TIMERS requires an embedded C library while the native USB driver is incompatible with it.
9 # So let's disable it. Once USB_NATIVE_POSIX supports embedded C libraries this can be removed.
/Zephyr-latest/soc/st/stm32/stm32h7x/
DKconfig.defconfig4 # Copyright (c) 2022 SILA Embedded Solutions GmbH <office@embedded-solutions.at>
DKconfig.defconfig.stm32h735xx3 # Copyright (c) 2021 SILA Embedded Solutions GmbH
/Zephyr-latest/boards/native/doc/
Dbsim_boards_design.rst22 and execute the embedded code natively on Linux.
51 integration testing of embedded code on workstation/simulation.
56 embedded HW.
58 These tests are run in workstation, that is, without using real embedded HW.
77 methodologies normally employed by embedded SW developers and how they relate
95 - Using bsim boards: Allow testing the embedded SW (or a subset), including
103 test the embedded code under test while controlling the test from external
104 python test scripts. This is supported by compiling the embedded code with
106 and an embedded application that handles the RPC calls themselves, while
109 the embedded code, but without any specific HW. In that way, many embedded
[all …]
Darch_soc.rst324 Zephyr layering when built against an embedded target (left), and targeting a native_simulator
334 When building targeting Zephyr's :ref:`native_sim<native_sim>` board, we build our embedded SW,
339 embedded SW.
341 And after both the "embedded SW" and the runner will be linked together to form the final Linux
358 embedded Zephyr image can be build for each MCU, and all MCU images and the runner are assembled
361 Native simulator runner context and the embedded context
364 It is worth noting that the embedded SW library is first pre-linked. That is that all symbols which
368 neither from the runner itself or from other CPUs embedded SW libraries.
370 linker script in that first embedded SW library link.
372 When the embedded SW is built, one has the option of linking an embedded C standard library with it,
[all …]
/Zephyr-latest/drivers/misc/ft8xx/
DKconfig1 # FT8xx Embedded Video Engine configuration options
7 bool "FT800 Embedded Video Engine driver"
/Zephyr-latest/drivers/gpio/
DKconfig.bd8lb600fs3 # Copyright (c) 2022 SILA Embedded Solutions GmbH
4 # Copyright (c) 2024 SILA Embedded Solutions GmbH
/Zephyr-latest/doc/_doxygen/
Dmainpage.md4 resource-constrained and embedded systems: from simple embedded
5 environmental sensors and LED wearables to sophisticated embedded
/Zephyr-latest/drivers/serial/
DKconfig.npcx9 bool "Nuvoton NPCX embedded controller (EC) serial driver"
23 bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
/Zephyr-latest/dts/bindings/gpio/
Drohm,bd8lb600fs-gpio.yaml2 # Copyright (c) 2022 SILA Embedded Solutions GmbH
3 # Copyright (c) 2024 SILA Embedded Solutions GmbH
/Zephyr-latest/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-latest/drivers/i3c/
DKconfig.npcx9 bool "Nuvoton NPCX embedded controller (EC) I3C driver"
32 bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
/Zephyr-latest/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-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst38 #. :ref:`Embedded <bluetooth-hw-setup-embedded>`
46 .. _bluetooth-hw-setup-embedded:
48 Embedded subsection
51 This setup relies on all software running directly on the embedded platform(s)
64 and Controller, even if there is no physical transport. See :ref:`Embedded HCI
65 tracing <bluetooth-embedded-hci-tracing>` for instructions.
/Zephyr-latest/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-latest/samples/drivers/misc/ft800/
DREADME.rst5 Display various shapes and text using FT800 Embedded Video Engine.
11 Embedded Video Engine.
/Zephyr-latest/boards/st/stm32h735g_disco/
DKconfig.stm32h735g_disco1 # Copyright (c) 2021 SILA Embedded Solutions GmbH
/Zephyr-latest/scripts/native_simulator/
DMakefile6 # Linux executable by linking it to 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-latest/soc/st/stm32/stm32l4x/
DKconfig.defconfig.stm32l451xx3 # Copyright (c) 2023 SILA Embedded Solutions GmbH
/Zephyr-latest/cmake/toolchain/gnuarmemb/
DKconfig1 # GNU ARM Embedded Toolchain

12345678910>>...24