File tree Expand file tree Collapse file tree 7 files changed +927
-427
lines changed Expand file tree Collapse file tree 7 files changed +927
-427
lines changed Original file line number Diff line number Diff line change 71
71
</tool >
72
72
</toolChain >
73
73
</folderInfo >
74
+ <sourceEntries >
75
+ <entry excluding =" drivers/lcd_32.c|drivers/lcd.c" flags =" VALUE_WORKSPACE_PATH|RESOLVED" kind =" sourcePath" name =" " />
76
+ </sourceEntries >
74
77
</configuration >
75
78
</storageModule >
76
79
<storageModule moduleId =" org.eclipse.cdt.core.externalSettings" />
117
120
</tool >
118
121
</toolChain >
119
122
</folderInfo >
123
+ <sourceEntries >
124
+ <entry excluding =" drivers/lcd_32.c|drivers/lcd.c" flags =" VALUE_WORKSPACE_PATH|RESOLVED" kind =" sourcePath" name =" " />
125
+ </sourceEntries >
120
126
</configuration >
121
127
</storageModule >
122
128
<storageModule moduleId =" org.eclipse.cdt.core.externalSettings" />
Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ CFLAGS=-g$(DEBUG)\
87
87
88
88
# Source files
89
89
# stm3210e_lcd.c
90
- SOURCE = main.c drivers/lcd.c \
90
+ SOURCE = main.c \
91
+ drivers/lcd_common.c \
91
92
stf_syscalls_minimal.c \
92
93
drivers/touch.c \
93
94
drivers/serial.c \
You can’t perform that action at this time.
0 commit comments