File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
hal/targets/hal/TARGET_RENESAS/TARGET_RZ_A1H Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 25
25
static const PinMap PinMap_SPI_SCLK [] = {
26
26
{P10_12 , SPI_0 , 4 },
27
27
{P4_4 , SPI_1 , 2 },
28
+ {P6_4 , SPI_1 , 7 },
28
29
{P11_12 , SPI_1 , 2 },
29
30
{P8_3 , SPI_2 , 3 },
30
31
{P5_0 , SPI_3 , 8 },
@@ -34,6 +35,7 @@ static const PinMap PinMap_SPI_SCLK[] = {
34
35
static const PinMap PinMap_SPI_SSEL [] = {
35
36
{P10_13 , SPI_0 , 4 },
36
37
{P4_5 , SPI_1 , 2 },
38
+ {P6_5 , SPI_1 , 7 },
37
39
{P11_13 , SPI_1 , 2 },
38
40
{P8_4 , SPI_2 , 3 },
39
41
{P5_1 , SPI_3 , 8 },
@@ -43,6 +45,7 @@ static const PinMap PinMap_SPI_SSEL[] = {
43
45
static const PinMap PinMap_SPI_MOSI [] = {
44
46
{P10_14 , SPI_0 , 4 },
45
47
{P4_6 , SPI_1 , 2 },
48
+ {P6_6 , SPI_1 , 7 },
46
49
{P11_14 , SPI_1 , 2 },
47
50
{P8_5 , SPI_2 , 3 },
48
51
{P5_2 , SPI_3 , 8 },
@@ -52,6 +55,7 @@ static const PinMap PinMap_SPI_MOSI[] = {
52
55
static const PinMap PinMap_SPI_MISO [] = {
53
56
{P10_15 , SPI_0 , 4 },
54
57
{P4_7 , SPI_1 , 2 },
58
+ {P6_7 , SPI_1 , 7 },
55
59
{P11_15 , SPI_1 , 2 },
56
60
{P8_6 , SPI_2 , 3 },
57
61
{P5_3 , SPI_3 , 8 },
You can’t perform that action at this time.
0 commit comments