gpio: Clean up unit tests and enable ci ut on some previously disabled test cases

Eliminate UT_T1_GPIO runner requirement by routing internally through gpio matrix and by setting gpio pins to GPIO_MODE_INPUT_OUTPUT mode for all interrupt related test cases.
This commit is contained in:
songruojing
2022-03-09 14:37:41 +08:00
committed by songruo
parent edcf44679d
commit 8d84033b8c
15 changed files with 741 additions and 731 deletions

View File

@@ -130,6 +130,9 @@
#define SD_DATA2_GPIO_NUM 9
#define SD_DATA3_GPIO_NUM 10
#define USB_DM_GPIO_NUM 18
#define USB_DP_GPIO_NUM 19
#define MAX_RTC_GPIO_NUM 5
#define MAX_PAD_GPIO_NUM 21
#define MAX_GPIO_NUM 25