Searched full:embedded (Results 1 – 25 of 581) sorted by relevance
12345678910>>...24
/Zephyr-latest/scripts/native_simulator/common/src/include/ |
D | nsi_cpu_if.h | 18 * 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 …]
|
D | nsi_host_trampolines.h | 8 * 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/ |
D | Kconfig | 12 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/ |
D | gnu_arm_embedded.rst | 3 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/ |
D | overlay-usb.conf | 8 # 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/ |
D | Kconfig.defconfig | 4 # Copyright (c) 2022 SILA Embedded Solutions GmbH <office@embedded-solutions.at>
|
D | Kconfig.defconfig.stm32h735xx | 3 # Copyright (c) 2021 SILA Embedded Solutions GmbH
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 22 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 …]
|
D | arch_soc.rst | 324 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/ |
D | Kconfig | 1 # FT8xx Embedded Video Engine configuration options 7 bool "FT800 Embedded Video Engine driver"
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.bd8lb600fs | 3 # Copyright (c) 2022 SILA Embedded Solutions GmbH 4 # Copyright (c) 2024 SILA Embedded Solutions GmbH
|
/Zephyr-latest/doc/_doxygen/ |
D | mainpage.md | 4 resource-constrained and embedded systems: from simple embedded 5 environmental sensors and LED wearables to sophisticated embedded
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.npcx | 9 bool "Nuvoton NPCX embedded controller (EC) serial driver" 23 bool "Nuvoton NPCX embedded controller (EC) serial driver DMA support"
|
/Zephyr-latest/dts/bindings/gpio/ |
D | rohm,bd8lb600fs-gpio.yaml | 2 # Copyright (c) 2022 SILA Embedded Solutions GmbH 3 # Copyright (c) 2024 SILA Embedded Solutions GmbH
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 10 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/ |
D | Kconfig.npcx | 9 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/ |
D | nce.c | 11 * 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
|
D | nsi_weak_stubs.c | 11 * 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/ |
D | bluetooth-dev.rst | 38 #. :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/ |
D | index.rst | 16 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/ |
D | README.rst | 5 Display various shapes and text using FT800 Embedded Video Engine. 11 Embedded Video Engine.
|
/Zephyr-latest/boards/st/stm32h735g_disco/ |
D | Kconfig.stm32h735g_disco | 1 # Copyright (c) 2021 SILA Embedded Solutions GmbH
|
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 6 # 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/ |
D | Kconfig.defconfig.stm32l451xx | 3 # Copyright (c) 2023 SILA Embedded Solutions GmbH
|
/Zephyr-latest/cmake/toolchain/gnuarmemb/ |
D | Kconfig | 1 # GNU ARM Embedded Toolchain
|
12345678910>>...24