Browse Source

准备开发新项目

master
Lizongdi 4 days ago
parent
commit
174ea9d27c
  1. 1
      .gitignore
  2. 10
      CMakePresets.json
  3. 2
      robot

1
.gitignore

@ -53,3 +53,4 @@ dkms.conf
build build
.settings .settings
*.launch *.launch
.cproject

10
CMakePresets.json

@ -31,11 +31,8 @@
"BUILD_BSPMCU": "ON", "BUILD_BSPMCU": "ON",
"MY_MEMPOOL_SIZE": "46*1024", "MY_MEMPOOL_SIZE": "46*1024",
"IOC_100PIN": true, "IOC_100PIN": true,
"USE_LUA_ST": true,
"USE_LUA_ST_CAN": true,
"USE_UART": true, "USE_UART": true,
"USE_CAN": true, "USE_CAN": true
"USE_FREERTOS": true
} }
}, },
{ {
@ -43,8 +40,11 @@
"inherits": "Spool-end", "inherits": "Spool-end",
"cacheVariables": { "cacheVariables": {
"BUILD_OPTIONAL": "ON", "BUILD_OPTIONAL": "ON",
"USE_LUA_ST": true,
"USE_LUA_ST_CAN": true,
"USE_TALNET": true, "USE_TALNET": true,
"USE_LWIP": true "USE_LWIP": true,
"USE_FREERTOS": true
} }
} }
] ]

2
robot

@ -1 +1 @@
Subproject commit 4c5a4c253ace24bd7f220f54b220634962a4d917 Subproject commit 7393b00159bc2b9843ff4b097b76db1bf713a59e
Loading…
Cancel
Save