zephyr/tests/lib/devicetree/api_ext
Carlo Caione 18914ccdd4 devicetree_regions: Remove path fallback and sanitize name
This patch is doing two things:

- it is removing the fallback on the path. This is not possible anymore
  since the DT binding file is now actually requiring the
  'zephyr,memory-region' property to be present from which the region
  name is obtained.

- it is sanitizing the name when CONFIG_CMAKE_LINKER_GENERATOR is used
  or not.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-03-31 10:29:31 +02:00
..
src devicetree_regions: Remove path fallback and sanitize name 2022-03-31 10:29:31 +02:00
app.overlay devicetree_regions: Remove path fallback and sanitize name 2022-03-31 10:29:31 +02:00
CMakeLists.txt
prj.conf
README
testcase.yaml tests: Change duplicated names of the test cases 2022-03-30 17:42:01 -04:00

Test cases for the devicetree.h extensions (GPIO, SPI, etc).