Browse Source

添加子模块

main
Lizongdi 1 day ago
parent
commit
d885206ecb
  1. 3
      .gitmodules
  2. 28
      CMakePresets.json
  3. 1
      robot

3
.gitmodules

@ -0,0 +1,3 @@
[submodule "robot"]
path = robot
url = http://123.207.52.103:3000/LiZongdi/robot.git

28
CMakePresets.json

@ -17,34 +17,6 @@
"MY_BUILD_STATIC": "OFF" "MY_BUILD_STATIC": "OFF"
} }
}, },
{
"name": "rb-core",
"inherits": "default-release",
"cacheVariables": {
"BUILD_LUA": "ON",
"BUILD_LUA_STANDALONE": "OFF",
"BUILD_RINGBUFFER": "ON",
"BUILD_PERIPHERAL": "ON",
"BUILD_LIST": "ON",
"BUILD_BSPMCU": "ON",
"MEM_POOL_TOTAL_SIZE": "46*1024",
"IOC_100PIN": true,
"USE_UART": true,
"BUILD_RBCORE": "ON",
"USE_CAN": true
}
},
{
"name": "paint_robot_new",
"inherits": "rb-core",
"cacheVariables": {
"BUILD_OPTIONAL": "ON",
"USE_LUA_ST": true,
"USE_TALNET": true,
"USE_LWIP": true,
"USE_FREERTOS": true
}
},
{ {
"name": "paint_robot_old", "name": "paint_robot_old",
"inherits": "default-release", "inherits": "default-release",

1
robot

@ -0,0 +1 @@
Subproject commit 807c9e444b571a585bb1bcf21abf0e625e59ca10
Loading…
Cancel
Save