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
d1e562c924
zephyr
/
tests
/
drivers
/
pci_enum
/
prj.conf
5 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: Add an application to print out PCI enumeration This application can be used to list the PCI devices through the console. Change-Id: I3409ab9025b1f18a42b4cdd594fb095ebeac96f3 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2015-09-30 20:52:56 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_PCI_ENUMERATION=y
CONFIG_PCI_DEBUG=y
tests/drivers/pci_enum: move to ztest and run in HW when possible This test case just exercises the PCI enumeration and there is no real way to test success/failure other than running it and the kernel not crashing. Moved to ztest. Retag so it is actually ran on QEMU/x86 and galileo once we deploy in the HW pool. Note this means that we need to force CONFIG_PCI on Qemu/x86, which can run this testcase. Change-Id: I85b64800f7d989357927b4a25777041047293b34 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-11-03 00:16:11 +08:00
CONFIG_ZTEST=y