Searched refs:fake (Results 26 – 50 of 52) sorted by relevance
123
/Zephyr-latest/drivers/adc/ |
D | Kconfig.adc_emul | 9 Enable the ADC emulator driver. This is a fake driver in that it
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig.espi_emul | 10 Enable the eSPI emulator driver. This is a fake driver,
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.uart_pipe | 5 bool "UART PIPE fake radio driver support for QEMU"
|
/Zephyr-latest/drivers/regulator/ |
D | Kconfig | 33 source "drivers/regulator/Kconfig.fake"
|
/Zephyr-latest/tests/kernel/device/ |
D | app.overlay | 7 * Application overlay for creating a fake device instance we
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_fake_driver.c | 172 NET_DEVICE_INIT(fake, "fake_ieee802154",
|
/Zephyr-latest/tests/kernel/device/boards/ |
D | hifive_unmatched_fu740_s7.overlay | 7 * Application overlay for creating a fake device instance we
|
D | hifive_unmatched_fu740_u74.overlay | 7 * Application overlay for creating a fake device instance we
|
/Zephyr-latest/drivers/rtc/ |
D | Kconfig | 48 source "drivers/rtc/Kconfig.fake"
|
/Zephyr-latest/samples/application_development/code_relocation_nocopy/ |
D | linker_arm_nocopy.ld | 53 * Add another fake portion of FLASH to simulate a secondary or external FLASH
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig | 119 source "drivers/pwm/Kconfig.fake"
|
/Zephyr-latest/samples/sensor/sensor_shell/ |
D | README.rst | 22 For boards that do not have a sensor, a simple fake sensor driver is provided, for example:
|
/Zephyr-latest/drivers/eeprom/ |
D | Kconfig | 140 Enable support for the FFF-based fake EEPROM driver.
|
/Zephyr-latest/doc/hardware/emulator/ |
D | index.rst | 35 * A fake driver which pretends to be actual ADC, and can be used for testing higher-level API
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 105 * On 32-bit x86, fake memory area for build-time IDT generation data.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 126 source "drivers/can/Kconfig.fake"
|
/Zephyr-latest/tests/drivers/gpio/gpio_ite_it8xxx2_v2/src/ |
D | main.c | 17 uint8_t fake; member 67 return (unsigned int *)®isters.fake; in fake_ecreg()
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 567 Zephyr provides several FFF-based fake drivers which can be used as either stubs or mocks. Fake 571 - :dtcompatible:`zephyr,fake-can` 572 - :dtcompatible:`zephyr,fake-eeprom` 574 Zephyr also has defined extensions to FFF for simplified declarations of fake functions.
|
/Zephyr-latest/modules/mbedtls/ |
D | CMakeLists.txt | 11 message(WARNING "No entropy device on the system, using fake entropy source!")
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 68 * On 32-bit x86, fake memory area for build-time IDT generation data.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | mcp.rst | 443 Example: Force (fake value) notification of the track duration:
|
/Zephyr-latest/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 412 Sometimes this means writing extra logic in the connectivity implementation to fake certain behavio…
|
/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 465 :c:func:`arch_busy_wait()` and an special fake HW timer provided by the native simulator.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 645 * Made the fake CAN test driver generally available. 710 * Added fake EEPROM driver for testing purposes. 1437 - :dtcompatible:`zephyr,fake-can` 1438 - :dtcompatible:`zephyr,fake-eeprom` 1439 - :dtcompatible:`zephyr,fake-regulator`
|
/Zephyr-latest/doc/hardware/porting/ |
D | arch.rst | 76 * :code:`z_cstart()` is responsible for context switching out of the fake
|
123