• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/04-Jan-2025-1,5011,258

dts/bindings/04-Jan-2025-2919

socs/04-Jan-2025-2824

src/04-Jan-2025-1,4411,031

CMakeLists.txtD04-Jan-2025322 107

KconfigD04-Jan-2025336 1511

README.txtD04-Jan-2025823 2216

arduino_D2D3.overlayD04-Jan-2025374 1714

arduino_D9D10.overlayD04-Jan-2025377 1714

prj.confD04-Jan-2025137 75

testcase.yamlD04-Jan-20253.1 KiB110102

README.txt

1GPIO 2-Pin Test
2###############
3
4This application tests the GPIO subsystem using a hardware configuration
5where two GPIOs are directly wired together.  The test pins are
6identified through a test-specific devicetree binding in the `dts/`
7subdirectory, implemented for specific boards by overlay files in the
8`boards/` directory.
9
10For some boards `src/main.c` may also need to be extended to configure
11the selected pins for use as GPIOs.
12
13Only boards for which an overlay is present can pass this test.  Boards
14without an overlay, or for which the required wiring is not provided,
15will fail with an error like this:
16
17    Validate device GPIO_0
18    Check GPIO_0 output 2 connected to input 3
19    FATAL output pin not wired to input pin? (out high => in low)
20
21No special build options are required to make use of the overlay.
22