launch.json 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "empty_mspm0l1304_nortos_ticlang",
  6. "type": "ccs-debug",
  7. "request": "launch",
  8. "projectInfo": {
  9. "name": "empty_mspm0l1304_nortos_ticlang",
  10. "resourceId": "/empty_mspm0l1304_nortos_ticlang/empty_mspm0l1304.syscfg"
  11. }
  12. },
  13. {
  14. "name": "charge_controller_target_mspm0L1304",
  15. "type": "ccs-debug",
  16. "request": "launch",
  17. "projectInfo": {
  18. "name": "charge_controller_target_mspm0L1304",
  19. "resourceId": "/charge_controller_target_mspm0L1304"
  20. },
  21. "debuggerSettings": {
  22. "targetConfigs/MSPM0L1304.ccxml": {
  23. "Texas Instruments XDS110 USB Debug Probe/CORTEX_M0P": {
  24. "data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues>\n\n <property id=\"FlashFiles\">\n <curValue></curValue>\n </property>\n\n</PropertyValues>\n"
  25. }
  26. }
  27. }
  28. },
  29. {
  30. "name": "charge_controller_target_mspm0L1304 (1)",
  31. "type": "ccs-debug",
  32. "request": "launch",
  33. "projectInfo": {
  34. "name": "charge_controller_target_mspm0L1304",
  35. "resourceId": "/charge_controller_target_mspm0L1304/main_target.c"
  36. }
  37. },
  38. {
  39. "name": "charge_controller_target_mspm0L1304 (2)",
  40. "type": "ccs-debug",
  41. "request": "launch",
  42. "projectInfo": {
  43. "name": "charge_controller_target_mspm0L1304",
  44. "resourceId": "/charge_controller_target_mspm0L1304/src/battery_data/battery.c"
  45. }
  46. },
  47. {
  48. "name": "gpio_test",
  49. "type": "ccs-debug",
  50. "request": "launch",
  51. "projectInfo": {
  52. "name": "gpio_test",
  53. "resourceId": "/gpio_test"
  54. },
  55. "debuggerSettings": {
  56. "targetConfigs/MSPM0L1304.ccxml": {
  57. "Texas Instruments XDS110 USB Debug Probe/CORTEX_M0P": {
  58. "data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues/>\n"
  59. }
  60. }
  61. }
  62. },
  63. {
  64. "name": "empty_mspm0l1304_nortos_gcc",
  65. "type": "ccs-debug",
  66. "request": "launch",
  67. "projectInfo": {
  68. "name": "empty_mspm0l1304_nortos_gcc",
  69. "resourceId": "/empty_mspm0l1304_nortos_gcc"
  70. },
  71. "debuggerSettings": {
  72. "targetConfigs/MSPM0L1304.ccxml": {
  73. "Texas Instruments XDS110 USB Debug Probe/CORTEX_M0P": {
  74. "data": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\" ?>\n<PropertyValues/>\n"
  75. }
  76. }
  77. }
  78. },
  79. {
  80. "name": "charge_controller_target_mspm0L1304 (3)",
  81. "type": "ccs-debug",
  82. "request": "launch",
  83. "projectInfo": {
  84. "name": "charge_controller_target_mspm0L1304",
  85. "resourceId": "/charge_controller_target_mspm0L1304/src/peripherals/temp/tmp1075.c"
  86. }
  87. },
  88. {
  89. "name": "charge_controller_target_mspm0L1304 (4)",
  90. "type": "ccs-debug",
  91. "request": "launch",
  92. "projectInfo": {
  93. "name": "charge_controller_target_mspm0L1304",
  94. "resourceId": "/charge_controller_target_mspm0L1304/src/interfaces/i2c_target.c"
  95. }
  96. }
  97. ]
  98. }