基质喷涂
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
1.3 KiB

  1. {
  2. "kind" : "toolchains",
  3. "toolchains" :
  4. [
  5. {
  6. "compiler" :
  7. {
  8. "id" : "GNU",
  9. "implicit" : {},
  10. "path" : "C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc.exe",
  11. "version" : ""
  12. },
  13. "language" : "ASM",
  14. "sourceFileExtensions" :
  15. [
  16. "s",
  17. "S",
  18. "asm"
  19. ]
  20. },
  21. {
  22. "compiler" :
  23. {
  24. "id" : "GNU",
  25. "implicit" :
  26. {
  27. "includeDirectories" : [],
  28. "linkDirectories" : [],
  29. "linkFrameworkDirectories" : [],
  30. "linkLibraries" : []
  31. },
  32. "path" : "C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc.exe",
  33. "version" : "14.2.1"
  34. },
  35. "language" : "C",
  36. "sourceFileExtensions" :
  37. [
  38. "c",
  39. "m"
  40. ]
  41. },
  42. {
  43. "compiler" :
  44. {
  45. "id" : "GNU",
  46. "implicit" :
  47. {
  48. "includeDirectories" : [],
  49. "linkDirectories" : [],
  50. "linkFrameworkDirectories" : [],
  51. "linkLibraries" : []
  52. },
  53. "path" : "C:/Soft/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-arm-none-eabi/bin/arm-none-eabi-g++.exe",
  54. "version" : "14.2.1"
  55. },
  56. "language" : "CXX",
  57. "sourceFileExtensions" :
  58. [
  59. "C",
  60. "M",
  61. "c++",
  62. "cc",
  63. "cpp",
  64. "cxx",
  65. "mm",
  66. "mpp",
  67. "CPP",
  68. "ixx",
  69. "cppm",
  70. "ccm",
  71. "cxxm",
  72. "c++m"
  73. ]
  74. }
  75. ],
  76. "version" :
  77. {
  78. "major" : 1,
  79. "minor" : 0
  80. }
  81. }