File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 3.x-pre-release[m
2+ * [32madded_spi[m
3+ core-test-xmc-3.x[m
4+ master[m
5+ [31mremotes/origin/3.x-pre-release[m
6+ [31mremotes/origin/4.0.0-pre-release[m
7+ [31mremotes/origin/DESMAKERS-4279-rename-the-metafile-vendor-from-infineon-to-infineon[m
8+ [31mremotes/origin/DESMAKERS-4347-4350-development-instuctions-env-setup[m
9+ [31mremotes/origin/DESMAKERS-4349-code_convention.md-in-xmc4arduino[m
10+ [31mremotes/origin/HEAD[m -> origin/master
11+ [31mremotes/origin/HIL-test[m
12+ [31mremotes/origin/core-api-update[m
13+ [31mremotes/origin/core-test-xmc-3.x[m
14+ [31mremotes/origin/doc-preview[m
15+ [31mremotes/origin/master[m
16+ [31mremotes/origin/master-1.x[m
17+ [31mremotes/origin/xmc-dev-ops[m
Original file line number Diff line number Diff line change 1+ /**
2+ * @file test_config.h
3+ * @brief Configuration file for board-specific test pin definitions.
4+ *
5+ * This header file contains the definitions of the pins used for testing
6+ * purposes on the specific board. These pins are configured as output and
7+ * input pins for various test scenarios.
8+ *
9+ */
10+ #ifndef TEST_CONFIG_H
11+ #define TEST_CONFIG_H
12+
13+ #include <stdint.h>
14+
15+ // test defines
16+ const uint8_t TEST_DIGITALIO_OUTPUT = 4 ; // IO0
17+ const uint8_t TEST_DIGITALIO_INPUT = 2 ; // IO1
18+
19+ #endif // TEST_CONFIG_H
You can’t perform that action at this time.
0 commit comments