Searched refs:real (Results 51 – 75 of 225) sorted by relevance
123456789
/Zephyr-latest/tests/drivers/build_all/display/ |
D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on 10 * (and be extended to test) real hardware. 54 * As this won't drive a real panel
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.e1000 | 36 for debugging and currently does not do any real PTP activities.
|
/Zephyr-latest/boards/native/doc/ |
D | bsim_boards_design.rst | 55 will include some HW models which, to some degree, pretend to be the real 58 These tests are run in workstation, that is, without using real embedded HW. 59 The intention being to be able to run tests much faster than real time, 60 without the need for real HW, and in a deterministic/reproducible fashion. 85 - Integration tests on real HW: Allows testing with the real SW 89 but at the expense of slower execution, needing the real HW setups, 135 stacks you may have selected, including mostly the same drivers as for the real target. 225 real wall-clock time. As described in 231 In general simulation time will pass much faster than real time,
|
D | arch_soc.rst | 204 faster or much slower than real time. 236 dimensions: Having the real memory map or emulating the exact time an 245 Simulated time is normally decoupled from real host time. 265 your desired board. For example an ARM based one. QEMU emulates the real memory 288 your real CPU/platform or a close enough relative. The memory layout is modeled 293 Time is simulated and is fully decoupled from real time. 294 Simulations are on the order of 10 to 100 times slower than real time. 450 the necessary logic and configuration to mimic a real target and SOC. 453 This was done to enable very different real SOC simulations to share a common architecture and SOC 454 layer, while placing the real SOC specific replacement logic in the board layer.
|
/Zephyr-latest/boards/native/nrf_bsim/doc/ |
D | nrf52_bsim.rst | 46 Note that unlike a real nrf52 device, the nrf52_bsim has unlimited RAM and flash for code. 210 Note that time in BabbleSim is simulated and decoupled from real time. Normally 211 simulated time will pass several orders of magnitude faster than real time, 213 If for some reason you want to limit the speed of the simulation to real
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 24 2. In general, accuracy of real-time scheduling by kernel will be
|
/Zephyr-latest/soc/st/stm32/stm32f1x/ |
D | Kconfig.soc | 66 connectivity and real-time performances are required such as
|
/Zephyr-latest/arch/posix/ |
D | Kconfig | 22 thread stack, the real stack is the native underlying pthread stack.
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 5 Interact with a DS3231 real-time clock using the counter API and dedicated driver API. 10 The `DS3231`_ temperature-compensated real-time clock is a 153 https://www.maximintegrated.com/en/products/analog/real-time-clocks/DS3231.html
|
/Zephyr-latest/samples/net/virtual/ |
D | README.rst | 14 Ethernet network interface is providing the real network interface and
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf5340bsim_nrf5340_cpunet.dts | 92 /* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
D | CMakeLists.txt | 34 # Include sync_rtc from real SOC code if enabled
|
D | nrf52_bsim.dts | 12 /* We resuse the pinctrl definitions directly from the real board : */
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 72 /* Locore must be addressable by real mode and so cannot extend past 64K. 101 /* Special low-memory area for bootstrapping other CPUs from real mode */
|
/Zephyr-latest/samples/fuel_gauge/max17048/ |
D | README.rst | 34 to see in real time the charging status change because it will not work. If you really need to know…
|
/Zephyr-latest/ |
D | README.rst | 18 The Zephyr Project is a scalable real-time operating system (RTOS) supporting 72 | `Discord Server`_ for real-time community discussions
|
/Zephyr-latest/tests/drivers/build_all/dac/ |
D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on 10 * (and be extended to test) real hardware.
|
/Zephyr-latest/samples/drivers/mbox/ |
D | README.rst | 81 You can expect a similar output as in the real HW in the invoking console.
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | target.cmake | 9 # are unused during "real" builds of Zephyr source files linked into
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.processing | 162 bool "Use real time clock for timestamp" 166 When enabled, real time clock is used for timestamping.
|
/Zephyr-latest/cmake/compiler/arcmwdt/ |
D | target.cmake | 8 # are unused during "real" builds of Zephyr source files linked into
|
/Zephyr-latest/doc/services/task_wdt/ |
D | index.rst | 16 In real-time operating systems with multiple tasks running in parallel, a
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 66 # are unused during "real" builds of Zephyr source files linked into
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 61 Similarly to how you would for real HW, you can do:
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/ |
D | README.rst | 66 Similarly to how you would for real HW, you can do:
|
123456789