eide.json 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  1. {
  2. "name": "dtu_lan_gateway",
  3. "type": "ARM",
  4. "dependenceList": [],
  5. "srcDirs": [],
  6. "virtualFolder": {
  7. "name": "<virtual_root>",
  8. "files": [],
  9. "folders": [
  10. {
  11. "name": "DLT645",
  12. "files": [
  13. {
  14. "path": "../../DLT645/port/dlt645_port.c"
  15. },
  16. {
  17. "path": "../../DLT645/source/dlt645.c"
  18. },
  19. {
  20. "path": "../../DLT645/source/dlt645_1997.c"
  21. },
  22. {
  23. "path": "../../DLT645/source/dlt645_2007.c"
  24. },
  25. {
  26. "path": "../../DLT645/source/dlt645_data.c"
  27. }
  28. ],
  29. "folders": []
  30. },
  31. {
  32. "name": "Drivers",
  33. "files": [],
  34. "folders": [
  35. {
  36. "name": "CMSIS",
  37. "files": [
  38. {
  39. "path": "../../Drivers/CMSIS/source/system_stm32f2xx.c"
  40. },
  41. {
  42. "path": "../../Drivers/CMSIS/source/startup_stm32f207xx.s"
  43. }
  44. ],
  45. "folders": []
  46. },
  47. {
  48. "name": "STM32F2xx_HAL_Driver",
  49. "files": [
  50. {
  51. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal.c"
  52. },
  53. {
  54. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc.c"
  55. },
  56. {
  57. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_cortex.c"
  58. },
  59. {
  60. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_dma.c"
  61. },
  62. {
  63. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_eth.c"
  64. },
  65. {
  66. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash.c"
  67. },
  68. {
  69. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_flash_ex.c"
  70. },
  71. {
  72. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2c.c"
  73. },
  74. {
  75. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_i2s.c"
  76. },
  77. {
  78. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_pwr.c"
  79. },
  80. {
  81. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_sram.c"
  82. },
  83. {
  84. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_rcc.c"
  85. },
  86. {
  87. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_gpio.c"
  88. },
  89. {
  90. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_usart.c"
  91. },
  92. {
  93. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim.c"
  94. },
  95. {
  96. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_tim_ex.c"
  97. },
  98. {
  99. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_adc_ex.c"
  100. },
  101. {
  102. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_ll_fsmc.c"
  103. },
  104. {
  105. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_nand.c"
  106. },
  107. {
  108. "path": "../../Drivers/STM32F2xx_HAL_Driver/Src/stm32f2xx_hal_uart.c"
  109. }
  110. ],
  111. "folders": []
  112. }
  113. ]
  114. },
  115. {
  116. "name": "HARDWARE",
  117. "files": [
  118. {
  119. "path": "../../HARDWARE/source/bsp_fsmc_nandflash.c"
  120. },
  121. {
  122. "path": "../../HARDWARE/source/bsp_fsmc_sram.c"
  123. },
  124. {
  125. "path": "../../HARDWARE/source/led.c"
  126. },
  127. {
  128. "path": "../../HARDWARE/source/malloc.c"
  129. },
  130. {
  131. "path": "../../HARDWARE/source/nandflash.c"
  132. },
  133. {
  134. "path": "../../HARDWARE/source/timer.c"
  135. },
  136. {
  137. "path": "../../HARDWARE/source/usart.c"
  138. }
  139. ],
  140. "folders": []
  141. },
  142. {
  143. "name": "Middlewares",
  144. "files": [],
  145. "folders": [
  146. {
  147. "name": "Fafts",
  148. "files": [
  149. {
  150. "path": "../../Middlewares/Third_Party/FatFS/src/ff.c"
  151. },
  152. {
  153. "path": "../../Middlewares/Third_Party/FatFS/src/diskio.c"
  154. },
  155. {
  156. "path": "../../Middlewares/Third_Party/FatFS/src/option/cc936.c"
  157. }
  158. ],
  159. "folders": []
  160. },
  161. {
  162. "name": "FreeRTOS",
  163. "files": [
  164. {
  165. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/croutine.c"
  166. },
  167. {
  168. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c"
  169. },
  170. {
  171. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/list.c"
  172. },
  173. {
  174. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/queue.c"
  175. },
  176. {
  177. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c"
  178. },
  179. {
  180. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/tasks.c"
  181. },
  182. {
  183. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/timers.c"
  184. }
  185. ],
  186. "folders": [
  187. {
  188. "name": "portable",
  189. "files": [
  190. {
  191. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c"
  192. },
  193. {
  194. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c"
  195. },
  196. {
  197. "path": "../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c"
  198. }
  199. ],
  200. "folders": []
  201. }
  202. ]
  203. },
  204. {
  205. "name": "Lwip",
  206. "files": [],
  207. "folders": [
  208. {
  209. "name": "Netif",
  210. "files": [
  211. {
  212. "path": "../../Middlewares/Third_Party/LwIP/system/OS/sys_arch.c"
  213. },
  214. {
  215. "path": "../../Middlewares/Third_Party/LwIP/src/netif/ethernet.c"
  216. }
  217. ],
  218. "folders": []
  219. },
  220. {
  221. "name": "Core",
  222. "files": [
  223. {
  224. "path": "../../Middlewares/Third_Party/LwIP/src/core/def.c"
  225. },
  226. {
  227. "path": "../../Middlewares/Third_Party/LwIP/src/core/dns.c"
  228. },
  229. {
  230. "path": "../../Middlewares/Third_Party/LwIP/src/core/inet_chksum.c"
  231. },
  232. {
  233. "path": "../../Middlewares/Third_Party/LwIP/src/core/init.c"
  234. },
  235. {
  236. "path": "../../Middlewares/Third_Party/LwIP/src/core/ip.c"
  237. },
  238. {
  239. "path": "../../Middlewares/Third_Party/LwIP/src/core/mem.c"
  240. },
  241. {
  242. "path": "../../Middlewares/Third_Party/LwIP/src/core/memp.c"
  243. },
  244. {
  245. "path": "../../Middlewares/Third_Party/LwIP/src/core/netif.c"
  246. },
  247. {
  248. "path": "../../Middlewares/Third_Party/LwIP/src/core/pbuf.c"
  249. },
  250. {
  251. "path": "../../Middlewares/Third_Party/LwIP/src/core/raw.c"
  252. },
  253. {
  254. "path": "../../Middlewares/Third_Party/LwIP/src/core/stats.c"
  255. },
  256. {
  257. "path": "../../Middlewares/Third_Party/LwIP/src/core/sys.c"
  258. },
  259. {
  260. "path": "../../Middlewares/Third_Party/LwIP/src/core/tcp.c"
  261. },
  262. {
  263. "path": "../../Middlewares/Third_Party/LwIP/src/core/tcp_in.c"
  264. },
  265. {
  266. "path": "../../Middlewares/Third_Party/LwIP/src/core/tcp_out.c"
  267. },
  268. {
  269. "path": "../../Middlewares/Third_Party/LwIP/src/core/timeouts.c"
  270. },
  271. {
  272. "path": "../../Middlewares/Third_Party/LwIP/src/core/udp.c"
  273. }
  274. ],
  275. "folders": [
  276. {
  277. "name": "IPv4",
  278. "files": [
  279. {
  280. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.c"
  281. },
  282. {
  283. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.c"
  284. },
  285. {
  286. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.c"
  287. },
  288. {
  289. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.c"
  290. },
  291. {
  292. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.c"
  293. },
  294. {
  295. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.c"
  296. },
  297. {
  298. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.c"
  299. },
  300. {
  301. "path": "../../Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.c"
  302. }
  303. ],
  304. "folders": []
  305. }
  306. ]
  307. },
  308. {
  309. "name": "Api",
  310. "files": [
  311. {
  312. "path": "../../Middlewares/Third_Party/LwIP/src/api/api_lib.c"
  313. },
  314. {
  315. "path": "../../Middlewares/Third_Party/LwIP/src/api/api_msg.c"
  316. },
  317. {
  318. "path": "../../Middlewares/Third_Party/LwIP/src/api/err.c"
  319. },
  320. {
  321. "path": "../../Middlewares/Third_Party/LwIP/src/api/netbuf.c"
  322. },
  323. {
  324. "path": "../../Middlewares/Third_Party/LwIP/src/api/netdb.c"
  325. },
  326. {
  327. "path": "../../Middlewares/Third_Party/LwIP/src/api/netifapi.c"
  328. },
  329. {
  330. "path": "../../Middlewares/Third_Party/LwIP/src/api/sockets.c"
  331. },
  332. {
  333. "path": "../../Middlewares/Third_Party/LwIP/src/api/tcpip.c"
  334. }
  335. ],
  336. "folders": []
  337. }
  338. ]
  339. },
  340. {
  341. "name": "mqttClient",
  342. "files": [
  343. {
  344. "path": "../../Middlewares/Third_Party/mqttclient/mqttclient/mqttclient.c"
  345. }
  346. ],
  347. "folders": [
  348. {
  349. "name": "mqtt",
  350. "files": [
  351. {
  352. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTConnectClient.c"
  353. },
  354. {
  355. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTConnectServer.c"
  356. },
  357. {
  358. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTDeserializePublish.c"
  359. },
  360. {
  361. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTFormat.c"
  362. },
  363. {
  364. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTPacket.c"
  365. },
  366. {
  367. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTSerializePublish.c"
  368. },
  369. {
  370. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTSubscribeClient.c"
  371. },
  372. {
  373. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTSubscribeServer.c"
  374. },
  375. {
  376. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTUnsubscribeClient.c"
  377. },
  378. {
  379. "path": "../../Middlewares/Third_Party/mqttclient/mqtt/MQTTUnsubscribeServer.c"
  380. }
  381. ],
  382. "folders": []
  383. },
  384. {
  385. "name": "salof",
  386. "files": [
  387. {
  388. "path": "../../Middlewares/Third_Party/mqttclient/common/log/arch/freertos/arch.c"
  389. },
  390. {
  391. "path": "../../Middlewares/Third_Party/mqttclient/common/log/fifo.c"
  392. },
  393. {
  394. "path": "../../Middlewares/Third_Party/mqttclient/common/log/format.c"
  395. },
  396. {
  397. "path": "../../Middlewares/Third_Party/mqttclient/common/log/salof.c"
  398. }
  399. ],
  400. "folders": []
  401. },
  402. {
  403. "name": "common",
  404. "files": [
  405. {
  406. "path": "../../Middlewares/Third_Party/mqttclient/common/mqtt_list.c"
  407. },
  408. {
  409. "path": "../../Middlewares/Third_Party/mqttclient/common/random.c"
  410. }
  411. ],
  412. "folders": []
  413. },
  414. {
  415. "name": "network",
  416. "files": [
  417. {
  418. "path": "../../Middlewares/Third_Party/mqttclient/network/nettype_tcp.c"
  419. },
  420. {
  421. "path": "../../Middlewares/Third_Party/mqttclient/network/nettype_tls.c"
  422. },
  423. {
  424. "path": "../../Middlewares/Third_Party/mqttclient/network/network.c"
  425. }
  426. ],
  427. "folders": []
  428. },
  429. {
  430. "name": "platform",
  431. "files": [
  432. {
  433. "path": "../../Middlewares/Third_Party/mqttclient/platform/FreeRTOS/platform_memory.c"
  434. },
  435. {
  436. "path": "../../Middlewares/Third_Party/mqttclient/platform/FreeRTOS/platform_mutex.c"
  437. },
  438. {
  439. "path": "../../Middlewares/Third_Party/mqttclient/platform/FreeRTOS/platform_net_socket.c"
  440. },
  441. {
  442. "path": "../../Middlewares/Third_Party/mqttclient/platform/FreeRTOS/platform_thread.c"
  443. },
  444. {
  445. "path": "../../Middlewares/Third_Party/mqttclient/platform/FreeRTOS/platform_timer.c"
  446. }
  447. ],
  448. "folders": []
  449. },
  450. {
  451. "name": "config",
  452. "files": [
  453. {
  454. "path": "../../USER/include/mqtt_config.h"
  455. }
  456. ],
  457. "folders": []
  458. }
  459. ]
  460. }
  461. ]
  462. },
  463. {
  464. "name": "Modbus",
  465. "files": [
  466. {
  467. "path": "../../MODBUS/modbus.c"
  468. }
  469. ],
  470. "folders": []
  471. },
  472. {
  473. "name": "SYSTEM",
  474. "files": [
  475. {
  476. "path": "../../SYSTEM/source/data_task.c"
  477. },
  478. {
  479. "path": "../../SYSTEM/source/gateway_message.c"
  480. },
  481. {
  482. "path": "../../SYSTEM/source/http_clinet.c"
  483. },
  484. {
  485. "path": "../../SYSTEM/source/log.c"
  486. },
  487. {
  488. "path": "../../SYSTEM/source/lte_mqtt.c"
  489. },
  490. {
  491. "path": "../../SYSTEM/source/lte.c"
  492. },
  493. {
  494. "path": "../../SYSTEM/source/myFile.c"
  495. },
  496. {
  497. "path": "../../SYSTEM/source/sys_http.c"
  498. },
  499. {
  500. "path": "../../SYSTEM/source/sys_mqtt.c"
  501. },
  502. {
  503. "path": "../../SYSTEM/source/tcp_server.c"
  504. },
  505. {
  506. "path": "../../SYSTEM/source/udp.c"
  507. },
  508. {
  509. "path": "../../SYSTEM/source/updata.c"
  510. }
  511. ],
  512. "folders": []
  513. },
  514. {
  515. "name": "USER",
  516. "files": [
  517. {
  518. "path": "../../USER/source/app_ethernet.c"
  519. },
  520. {
  521. "path": "../../USER/source/ethernetif.c"
  522. },
  523. {
  524. "path": "../../USER/source/main.c"
  525. },
  526. {
  527. "path": "../../USER/source/stm32f2xx_hal_timebase_tim.c"
  528. },
  529. {
  530. "path": "../../USER/source/stm32f2xx_it.c"
  531. }
  532. ],
  533. "folders": []
  534. }
  535. ]
  536. },
  537. "outDir": "build",
  538. "deviceName": null,
  539. "packDir": null,
  540. "miscInfo": {
  541. "uid": "5eaf8db21b7fa8294f42670fb5c31fbf"
  542. },
  543. "targets": {
  544. "dtu_lan_gateway": {
  545. "excludeList": [],
  546. "toolchain": "AC5",
  547. "compileConfig": {
  548. "cpuType": "Cortex-M3",
  549. "floatingPointHardware": "none",
  550. "scatterFilePath": "",
  551. "useCustomScatterFile": false,
  552. "storageLayout": {
  553. "RAM": [
  554. {
  555. "tag": "RAM",
  556. "id": 1,
  557. "mem": {
  558. "startAddr": "0x68000000",
  559. "size": "0x80000"
  560. },
  561. "isChecked": false,
  562. "noInit": false
  563. },
  564. {
  565. "tag": "RAM",
  566. "id": 2,
  567. "mem": {
  568. "startAddr": "0x0",
  569. "size": "0x0"
  570. },
  571. "isChecked": false,
  572. "noInit": false
  573. },
  574. {
  575. "tag": "RAM",
  576. "id": 3,
  577. "mem": {
  578. "startAddr": "0x0",
  579. "size": "0x0"
  580. },
  581. "isChecked": false,
  582. "noInit": false
  583. },
  584. {
  585. "tag": "IRAM",
  586. "id": 1,
  587. "mem": {
  588. "startAddr": "0x20000000",
  589. "size": "0x20000"
  590. },
  591. "isChecked": true,
  592. "noInit": false
  593. },
  594. {
  595. "tag": "IRAM",
  596. "id": 2,
  597. "mem": {
  598. "startAddr": "0x0",
  599. "size": "0x0"
  600. },
  601. "isChecked": false,
  602. "noInit": false
  603. }
  604. ],
  605. "ROM": [
  606. {
  607. "tag": "ROM",
  608. "id": 1,
  609. "mem": {
  610. "startAddr": "0x0",
  611. "size": "0x0"
  612. },
  613. "isChecked": false,
  614. "isStartup": false
  615. },
  616. {
  617. "tag": "ROM",
  618. "id": 2,
  619. "mem": {
  620. "startAddr": "0x0",
  621. "size": "0x0"
  622. },
  623. "isChecked": false,
  624. "isStartup": false
  625. },
  626. {
  627. "tag": "ROM",
  628. "id": 3,
  629. "mem": {
  630. "startAddr": "0x0",
  631. "size": "0x0"
  632. },
  633. "isChecked": false,
  634. "isStartup": false
  635. },
  636. {
  637. "tag": "IROM",
  638. "id": 1,
  639. "mem": {
  640. "startAddr": "0x8000000",
  641. "size": "0x100000"
  642. },
  643. "isChecked": true,
  644. "isStartup": true
  645. },
  646. {
  647. "tag": "IROM",
  648. "id": 2,
  649. "mem": {
  650. "startAddr": "0x0",
  651. "size": "0x0"
  652. },
  653. "isChecked": false,
  654. "isStartup": false
  655. }
  656. ]
  657. },
  658. "options": "null"
  659. },
  660. "uploader": "JLink",
  661. "uploadConfig": {
  662. "bin": "",
  663. "baseAddr": "",
  664. "cpuInfo": {
  665. "vendor": "ST",
  666. "cpuName": "STM32F207ZG"
  667. },
  668. "proType": 1,
  669. "speed": 8000,
  670. "otherCmds": ""
  671. },
  672. "uploadConfigMap": {},
  673. "custom_dep": {
  674. "name": "default",
  675. "incList": [
  676. "../../Drivers/CMSIS/incude",
  677. "../../Drivers/STM32F2xx_HAL_Driver/Inc",
  678. "../../USER/include",
  679. "../../Middlewares/Third_Party/LwIP/src/include",
  680. "../../Middlewares/Third_Party/LwIP/system",
  681. "../../Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3",
  682. "../../Middlewares/Third_Party/FreeRTOS/Source/include",
  683. "../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS",
  684. "../../SYSTEM/include",
  685. "../../Middlewares/Third_Party/mqttclient/common",
  686. "../../Middlewares/Third_Party/mqttclient/common/log",
  687. "../../Middlewares/Third_Party/mqttclient/network",
  688. "../../Middlewares/Third_Party/mqttclient/network/mbedtls/include",
  689. "../../Middlewares/Third_Party/mqttclient/mqtt",
  690. "../../Middlewares/Third_Party/mqttclient/mqttclient",
  691. "../../Middlewares/Third_Party/mqttclient/platform/FreeRTOS",
  692. "../../HARDWARE/include",
  693. "../../Middlewares/Third_Party/FatFS/src",
  694. "../../MODBUS",
  695. "../../DLT645/include",
  696. "../../DLT645/port",
  697. ".cmsis/include",
  698. "../RTE/_dtu_lan_gateway"
  699. ],
  700. "libList": [],
  701. "defineList": [
  702. "USE_HAL_DRIVER",
  703. "STM32F207xx",
  704. "DATA_IN_ExtSRAM"
  705. ]
  706. }
  707. }
  708. },
  709. "version": "3.4"
  710. }