source: asp3_wo_tecs/trunk/target/blueninja_gcc/RTE.patch@ 302

Last change on this file since 302 was 302, checked in by ertl-honda, 7 years ago

TECSレスのASP3の開発のため以下のtrunkからコピー
http://dev.toppers.jp/svn/asp3/branches/WO_TECS-3.C.0

File size: 2.7 KB
RevLine 
[302]1--- TOSHIBA.TZ10xx_DFP/RTE_Driver/Config/RTE_Device.h 2015-06-17 16:12:02.000000000 +0900
2+++ RTE/Device/TZ1001MBG/RTE_Device.h 2015-11-09 10:42:14.000000000 +0900
3@@ -87,22 +87,22 @@
4 #define RTE_GPIO_9_ID 1
5 #define RTE_GPIO_10_ID 1
6 #define RTE_GPIO_11_ID 1
7-#define RTE_GPIO_12_ID 1
8-#define RTE_GPIO_13_ID 1
9-#define RTE_GPIO_14_ID 1
10-#define RTE_GPIO_15_ID 1
11-#define RTE_GPIO_16_ID 0
12-#define RTE_GPIO_17_ID 0
13-#define RTE_GPIO_18_ID 0
14-#define RTE_GPIO_19_ID 0
15-#define RTE_GPIO_20_ID 0
16-#define RTE_GPIO_21_ID 0
17-#define RTE_GPIO_22_ID 0
18-#define RTE_GPIO_23_ID 0
19-#define RTE_GPIO_24_ID 1
20-#define RTE_GPIO_25_ID 1
21-#define RTE_GPIO_26_ID 1
22-#define RTE_GPIO_27_ID 1
23+#define RTE_GPIO_12_ID 0
24+#define RTE_GPIO_13_ID 0
25+#define RTE_GPIO_14_ID 0
26+#define RTE_GPIO_15_ID 0
27+#define RTE_GPIO_16_ID 1
28+#define RTE_GPIO_17_ID 1
29+#define RTE_GPIO_18_ID 2
30+#define RTE_GPIO_19_ID 2
31+#define RTE_GPIO_20_ID 1
32+#define RTE_GPIO_21_ID 1
33+#define RTE_GPIO_22_ID 2
34+#define RTE_GPIO_23_ID 2
35+#define RTE_GPIO_24_ID 0
36+#define RTE_GPIO_25_ID 0
37+#define RTE_GPIO_26_ID 0
38+#define RTE_GPIO_27_ID 0
39 #define RTE_GPIO_28_ID 1
40 #define RTE_GPIO_29_ID 1
41 #define RTE_GPIO_30_ID 1
42@@ -283,12 +283,12 @@
43 // <o8> DMA Channel <0-7>
44 // <o9> Handshake Channel <0-7>
45 // </e>
46-#define RTE_SPI3 0
47+#define RTE_SPI3 1
48 #if RTE_SPI3
49-#define RTE_SPIM3_CS_N_ID 1
50-#define RTE_SPIM3_CLK_ID 1
51-#define RTE_SPIM3_MOSI_ID 1
52-#define RTE_SPIM3_MISO_ID 1
53+#define RTE_SPIM3_CS_N_ID 2
54+#define RTE_SPIM3_CLK_ID 2
55+#define RTE_SPIM3_MOSI_ID 2
56+#define RTE_SPIM3_MISO_ID 2
57 #define RTE_SPIM3_DRIVE_CAPABILITY 0
58 #define RTE_SPIM3_RESISTOR 0
59 #define RTE_SPIM3_DMA_RX 0
60@@ -347,7 +347,7 @@
61 // <o6> DMA Channel <0-7>
62 // <o7> Handshake Channel <0-7>
63 // </e>
64-#define RTE_I2C1 0
65+#define RTE_I2C1 1
66 #if RTE_I2C1
67 #define RTE_I2C1_DATA_ID 1
68 #define RTE_I2C1_CLK_ID 1
69@@ -377,10 +377,10 @@
70 // <o6> DMA Channel <0-7>
71 // <o7> Handshake Channel <0-7>
72 // </e>
73-#define RTE_I2C2 0
74+#define RTE_I2C2 1
75 #if RTE_I2C2
76-#define RTE_I2C2_DATA_ID 1
77-#define RTE_I2C2_CLK_ID 1
78+#define RTE_I2C2_DATA_ID 2
79+#define RTE_I2C2_CLK_ID 2
80 #define RTE_I2C2_DRIVE_CAPABILITY 0
81 #define RTE_I2C2_RESISTOR 1
82 #define RTE_I2C2_DMA_RX 0
83@@ -437,7 +437,7 @@
84 // <i> Configuration settings for Driver_UART1 in component ::Drivers:UART
85 // <o1> UA1_RXD pin <1=>MCU_UA1_RXD
86 // <o2> UA1_TXD pin <1=>MCU_UA1_TXD
87-#define RTE_UART1 0
88+#define RTE_UART1 1
89 #if RTE_UART1
90 #define RTE_UA1_RXD_ID 1
91 #define RTE_UA1_TXD_ID 1
92@@ -533,7 +533,7 @@
93 // </e>
94
95 // <e> TMR (Timer)
96-#define RTE_TMR 0
97+#define RTE_TMR 1
98 // </e>
99
100 // <e> ADVTMR (Advanced Timer)
Note: See TracBrowser for help on using the repository browser.