mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-02-05 22:52:02 +08:00
114 lines
2.1 KiB
Plaintext
114 lines
2.1 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "Firmware"
|
|
},
|
|
{
|
|
"path": "tools"
|
|
},
|
|
{
|
|
"path": "docs"
|
|
},
|
|
{
|
|
"path": "analysis"
|
|
},
|
|
{
|
|
"path": "Arduino"
|
|
},
|
|
{
|
|
"path": "GUI"
|
|
}
|
|
],
|
|
"settings": {
|
|
"c-cpp-flylint.cppcheck.standard": ["c99","c++14"],
|
|
"files.associations": {
|
|
"*.config": "yaml",
|
|
"memory": "cpp",
|
|
"utility": "cpp",
|
|
"deque": "cpp",
|
|
"vector": "cpp",
|
|
"array": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"exception": "cpp",
|
|
"functional": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iosfwd": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"ostream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"typeinfo": "cpp",
|
|
"algorithm": "cpp",
|
|
"chrono": "cpp",
|
|
"condition_variable": "cpp",
|
|
"future": "cpp",
|
|
"arm_math.h": "c",
|
|
"iostream": "cpp",
|
|
"cmath": "cpp",
|
|
"csignal": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstddef": "cpp",
|
|
"ctime": "cpp",
|
|
"unordered_map": "cpp",
|
|
"fstream": "cpp",
|
|
"iomanip": "cpp",
|
|
"optional": "cpp",
|
|
"sstream": "cpp",
|
|
"utils.h": "c",
|
|
"atomic": "cpp",
|
|
"hash_map": "cpp",
|
|
"strstream": "cpp",
|
|
"bit": "cpp",
|
|
"bitset": "cpp",
|
|
"cinttypes": "cpp",
|
|
"codecvt": "cpp",
|
|
"compare": "cpp",
|
|
"complex": "cpp",
|
|
"concepts": "cpp",
|
|
"forward_list": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"unordered_set": "cpp",
|
|
"iterator": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"random": "cpp",
|
|
"ratio": "cpp",
|
|
"string": "cpp",
|
|
"hash_set": "cpp",
|
|
"slist": "cpp",
|
|
"mutex": "cpp",
|
|
"ranges": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"stop_token": "cpp",
|
|
"thread": "cpp",
|
|
"cfenv": "cpp",
|
|
"typeindex": "cpp",
|
|
"valarray": "cpp",
|
|
"variant": "cpp",
|
|
"types": "cpp",
|
|
"config": "cpp",
|
|
"containers": "cpp",
|
|
"readerwriter": "cpp",
|
|
"charconv": "cpp",
|
|
"image": "cpp",
|
|
"imageutils": "cpp"
|
|
}
|
|
}
|
|
}
|