File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 109
109
#define BOARD_USB_DISC_DEV GPIOC
110
110
#define BOARD_USB_DISC_BIT 12
111
111
112
+ /*
113
+ * SDIO Pins
114
+ */
115
+ #define BOARD_SDIO_D0 PC8
116
+ #define BOARD_SDIO_D1 PC9
117
+ #define BOARD_SDIO_D2 PC10
118
+ #define BOARD_SDIO_D3 PC11
119
+ #define BOARD_SDIO_CLK PC12
120
+ #define BOARD_SDIO_CMD PD2
121
+
112
122
/* Pin aliases: these give the GPIO port/bit for each pin as an
113
123
* enum. These are optional, but recommended. They make it easier to
114
124
* write code using low-level GPIO functionality. */
Original file line number Diff line number Diff line change 102
102
#define BOARD_USB_DISC_DEV GPIOC
103
103
#define BOARD_USB_DISC_BIT 12
104
104
105
+ /*
106
+ * SDIO Pins
107
+ */
108
+ #define BOARD_SDIO_D0 PC8
109
+ #define BOARD_SDIO_D1 PC9
110
+ #define BOARD_SDIO_D2 PC10
111
+ #define BOARD_SDIO_D3 PC11
112
+ #define BOARD_SDIO_CLK PC12
113
+ #define BOARD_SDIO_CMD PD2
114
+
105
115
/* Pin aliases: these give the GPIO port/bit for each pin as an
106
116
* enum. These are optional, but recommended. They make it easier to
107
117
* write code using low-level GPIO functionality. */
You can’t perform that action at this time.
0 commit comments