Browse Source

tests: drivers: gpio: gpio_ite_it8xxx2_v2: Temp fix

Resolves a test failure by changing the paths as riscv boards
cannot currently be ported

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
pull/69687/head
Jamie McCrae 1 year ago
parent
commit
14b57f56d7
  1. 4
      tests/drivers/gpio/gpio_ite_it8xxx2_v2/CMakeLists.txt
  2. 2
      tests/drivers/gpio/gpio_ite_it8xxx2_v2/include/chip_chipregs.h

4
tests/drivers/gpio/gpio_ite_it8xxx2_v2/CMakeLists.txt

@ -13,8 +13,8 @@ target_include_directories(app PRIVATE @@ -13,8 +13,8 @@ target_include_directories(app PRIVATE
zephyr_include_directories(
include
${ZEPHYR_BASE}/soc/riscv/ite_ec/common
${ZEPHYR_BASE}/soc/riscv/ite_ec/it8xxx2
${ZEPHYR_BASE}/soc/soc_legacy/riscv/ite_ec/common
${ZEPHYR_BASE}/soc/soc_legacy/riscv/ite_ec/it8xxx2
)
target_sources(app

2
tests/drivers/gpio/gpio_ite_it8xxx2_v2/include/chip_chipregs.h

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <../soc/riscv/ite_ec/common/chip_chipregs.h>
#include <../soc/soc_legacy/riscv/ite_ec/common/chip_chipregs.h>
/*
* Macros for emulated hardware registers access.

Loading…
Cancel
Save