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
8829e8237a
zephyr
/
tests
/
drivers
/
build_all
/
gpio.conf
6 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: drivers: build_all: Add SX1509 GPIO test A new build test for gpio drivers is added to build_all testcase.yaml. The gpio_sx1509 driver is enabled in the .conf file and dts.fixup macros are added for the driver. Signed-off-by: Aapo Vienamo <aapo.vienamo@iki.fi>
2018-03-08 03:31:23 +08:00
CONFIG_TEST=y
CONFIG_GPIO=y
tests: CONFIG_TEST_USERSPACE now off by default Unlike CONFIG_HW_STACK_PROTECTION, which greatly helps expose stack overflows in test code, activating userspace without putting threads in user mode is of very limited value. Now CONFIG_TEST_USERSPACE is off by default. Any test which puts threads in user mode will need to set CONFIG_TEST_USERSPACE. This should greatly increase sanitycheck build times as there is non-trivial build time overhead to enabling this feature. This also allows some tests which failed the build on RAM-constrained platforms to compile properly. tests/drivers/build_all is a special case; it doesn't put threads in user mode, but we want to ensure all the syscall handlers compile properly. Fixes: #15103 (and probably others) Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-04-06 06:39:50 +08:00
CONFIG_TEST_USERSPACE=y
tests: drivers: build_all: Add SX1509 GPIO test A new build test for gpio drivers is added to build_all testcase.yaml. The gpio_sx1509 driver is enabled in the .conf file and dts.fixup macros are added for the driver. Signed-off-by: Aapo Vienamo <aapo.vienamo@iki.fi>
2018-03-08 03:31:23 +08:00
CONFIG_I2C=y
CONFIG_GPIO_SX1509B=y