This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8cfde26cf7
zephyr
/
tests
/
drivers
/
eeprom
/
prj_qemu_x86.conf
5 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
drivers: eeprom: Add support for eeprom simulator Add support for a eeprom simulator. The PR limits the addition to qemu_x86 but it can easily be added to other devices by defining the eeprom simulator in the dts and setting 'CONFIG_EEPROM_SIMULATOR=y' Signed-off-by: Laczen JMS <laczenjms@gmail.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-11-08 18:27:32 +08:00
CONFIG_ZTEST=y
CONFIG_TEST_USERSPACE=y
CONFIG_EEPROM=y
global: Fix up leading/trailing blank lines in files To make the updated test in https://github.com/zephyrproject-rtos/ci-tools/pull/121 clean, though it only checks modified files. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2020-01-27 07:17:07 +08:00
CONFIG_EEPROM_SIMULATOR=y