Commit 9817abe777c4b62de5c2a567f78c82904c25345d
1 parent
e5481e16
--no commit message
Showing
10 changed files
with
45707 additions
and
44609 deletions
Too many changes to show.
To preserve performance only 1 of 10 files are displayed.
Project/applications/smartcities/.dep/main.o.d
... | ... | @@ -71,7 +71,19 @@ build/obj/main.o: main.c ../..//econais/libwismart.h \ |
71 | 71 | ../..//externalModules/lwip_v141/port/arch/cc.h \ |
72 | 72 | ../..//externalModules/lwip_v141/src/include/lwip/def.h \ |
73 | 73 | ../..//externalModules/lwip_v141/src/include/ipv4/lwip/ip_addr.h \ |
74 | - include/globals.h | |
74 | + include/globals.h include/httpClient.h \ | |
75 | + ../..//externalModules/lwip_v141/src/include/lwip/tcp.h \ | |
76 | + ../..//externalModules/lwip_v141/src/include/lwip/mem.h \ | |
77 | + ../..//externalModules/lwip_v141/src/include/lwip/pbuf.h \ | |
78 | + ../..//externalModules/lwip_v141/src/include/lwip/err.h \ | |
79 | + ../..//externalModules/lwip_v141/src/include/ipv4/lwip/ip.h \ | |
80 | + ../..//externalModules/lwip_v141/src/include/lwip/netif.h \ | |
81 | + ../..//externalModules/lwip_v141/src/include/ipv4/lwip/icmp.h \ | |
82 | + ../..//externalModules/lwip_v141/src/include/lwip/udp.h \ | |
83 | + ../..//externalModules/lwip_v141/src/include/lwip/sys.h \ | |
84 | + ../..//externalModules/lwip_v141/port/arch/sys_arch.h \ | |
85 | + ../..//externalModules/lwip_v141/src/include/lwip/api.h \ | |
86 | + ../..//externalModules/lwip_v141/src/include/lwip/netbuf.h | |
75 | 87 | |
76 | 88 | ../..//econais/libwismart.h: |
77 | 89 | |
... | ... | @@ -244,3 +256,29 @@ c:/yagarto/lib/gcc/../../arm-none-eabi/sys-include/alloca.h: |
244 | 256 | ../..//externalModules/lwip_v141/src/include/ipv4/lwip/ip_addr.h: |
245 | 257 | |
246 | 258 | include/globals.h: |
259 | + | |
260 | +include/httpClient.h: | |
261 | + | |
262 | +../..//externalModules/lwip_v141/src/include/lwip/tcp.h: | |
263 | + | |
264 | +../..//externalModules/lwip_v141/src/include/lwip/mem.h: | |
265 | + | |
266 | +../..//externalModules/lwip_v141/src/include/lwip/pbuf.h: | |
267 | + | |
268 | +../..//externalModules/lwip_v141/src/include/lwip/err.h: | |
269 | + | |
270 | +../..//externalModules/lwip_v141/src/include/ipv4/lwip/ip.h: | |
271 | + | |
272 | +../..//externalModules/lwip_v141/src/include/lwip/netif.h: | |
273 | + | |
274 | +../..//externalModules/lwip_v141/src/include/ipv4/lwip/icmp.h: | |
275 | + | |
276 | +../..//externalModules/lwip_v141/src/include/lwip/udp.h: | |
277 | + | |
278 | +../..//externalModules/lwip_v141/src/include/lwip/sys.h: | |
279 | + | |
280 | +../..//externalModules/lwip_v141/port/arch/sys_arch.h: | |
281 | + | |
282 | +../..//externalModules/lwip_v141/src/include/lwip/api.h: | |
283 | + | |
284 | +../..//externalModules/lwip_v141/src/include/lwip/netbuf.h: | ... | ... |