Advertisement
Guest User

nf_cmake_variants.json

a guest
Apr 28th, 2018
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. {
  2. "buildType": {
  3. "default$": "debug",
  4. "description$": "the build type to use",
  5. "debug": {
  6. "oneWordSummary$": "Debug",
  7. "description$": "Emit debug information without performing optimizations",
  8. "buildType": "Debug"
  9. },
  10. "release": {
  11. "oneWordSummary$": "Release",
  12. "description$": "Enable optimizations, omit debug info",
  13. "buildType": "Release"
  14. },
  15. "minsize": {
  16. "oneWordSummary$": "MinSizeRel",
  17. "description$": "Optimize for smallest binary size",
  18. "buildType": "MinSizeRel"
  19. },
  20. "reldeb": {
  21. "oneWordSummary$": "RelWithDebInfo",
  22. "description$": "Perform optimizations AND include debugging information",
  23. "buildType": "RelWithDebInfo"
  24. }
  25. },
  26. "linkage": {
  27. "NETDUINO3_WIFI":{
  28. "oneWordSummary$": "NETDUINO3_WIFI",
  29. "description$": "NETDUINO3_WIFI",
  30. "settings":{
  31. "TOOLCHAIN_PREFIX" : "D:/nanoFW/gcc-arm-none-eabi-6-2017-q2-update-win32" ,
  32. "TARGET_CHIP" : "STM32F427VIT",
  33. "TARGET_SERIES" : "STM32F4xx",
  34. "USE_FPU" : "TRUE",
  35. "RTOS" : "CHIBIOS",
  36. "CHIBIOS_VERSION" : "18.2.x",
  37. "CHIBIOS_SOURCE":"D:/nanoFW/chibios_18.2.x",
  38. "CHIBIOS_BOARD" : "NETDUINO3_WIFI",
  39. "NF_FEATURE_DEBUGGER" : "FALSE",
  40. "NF_FEATURE_RTC" : "ON",
  41. "NF_FEATURE_USE_APPDOMAINS" : "OFF",
  42. "NF_FEATURE_USE_NETWORKING" : "OFF",
  43. "API_Windows.Devices.Gpio" : "ON"
  44. },
  45. "buildType": "Debug"
  46. },
  47. "ST_NUCLEO64_F401RE_NF":{
  48. "oneWordSummary$": "ST_NUCLEO64_F401RE_NF",
  49. "description$": "ST_NUCLEO64_F401RE_NF",
  50. "settings": {
  51. "TOOLCHAIN_PREFIX" : "D:/nanoFW/gcc-arm-none-eabi-7-2017-q4-major-win32" ,
  52. "TARGET_CHIP" : "STM32F401RE",
  53. "TARGET_SERIES" : "STM32F4xx",
  54. "USE_FPU" : "TRUE",
  55. "RTOS" : "CHIBIOS",
  56. "CHIBIOS_VERSION" : "18.2.x",
  57. "CHIBIOS_SOURCE":"D:/nanoFW/chibios_18.2.x",
  58. "CHIBIOS_BOARD" : "ST_NUCLEO64_F401RE_NF",
  59. "SWO_OUTPUT":"ON",
  60. "NF_WP_TRACE_ERRORS" : "OFF",
  61. "NF_WP_TRACE_HEADERS" : "OFF",
  62. "NF_WP_TRACE_STATE" : "OFF",
  63. "NF_WP_TRACE_NODATA" : "OFF",
  64. "NF_WP_TRACE_ALL" : "OFF",
  65. "NF_WP_IMPLEMENTS_CRC32" : "ON",
  66. "NF_FEATURE_DEBUGGER" : "FALSE",
  67. "NF_FEATURE_RTC" : "ON",
  68. "NF_FEATURE_USE_APPDOMAINS" : "OFF",
  69. "NF_FEATURE_USE_FILESYSTEM" : "OFF",
  70. "API_System.Net" : "OFF",
  71. "API_Windows.Devices.Adc" : "ON",
  72. "API_Windows.Devices.Gpio" : "ON",
  73. "API_Windows.Devices.I2c" : "ON",
  74. "API_Windows.Devices.Pwm" : "ON",
  75. "API_Windows.Devices.SerialCommunication" : "ON",
  76. "API_Windows.Devices.Spi" : "ON",
  77. "API_Windows.Networking.Sockets" : "OFF",
  78. "USE_RNG" : "FALSE"
  79. },
  80. "buildType": "Debug"
  81. },
  82. "ST_NUCLEO64_F411RE_NF":{
  83. "oneWordSummary$": "ST_NUCLEO64_F411RE_NF",
  84. "description$": "ST_NUCLEO64_F411RE_NF",
  85. "settings": {
  86. "TOOLCHAIN_PREFIX" : "D:/nanoFW/gcc-arm-none-eabi-7-2017-q4-major-win32" ,
  87. "TARGET_CHIP" : "STM32F411RE",
  88. "TARGET_SERIES" : "STM32F4xx",
  89. "USE_FPU" : "TRUE",
  90. "RTOS" : "CHIBIOS",
  91. "CHIBIOS_VERSION" : "18.2.x",
  92. "CHIBIOS_SOURCE":"D:/nanoFW/chibios_18.2.x",
  93. "CHIBIOS_BOARD" : "ST_NUCLEO64_F411RE_NF",
  94. "NF_WP_TRACE_ERRORS" : "OFF",
  95. "NF_WP_TRACE_HEADERS" : "OFF",
  96. "NF_WP_TRACE_STATE" : "OFF",
  97. "NF_WP_TRACE_NODATA" : "OFF",
  98. "NF_WP_TRACE_ALL" : "OFF",
  99. "NF_WP_IMPLEMENTS_CRC32" : "OFF",
  100. "NF_FEATURE_DEBUGGER" : "FALSE",
  101. "NF_FEATURE_RTC" : "ON",
  102. "NF_FEATURE_USE_APPDOMAINS" : "OFF",
  103. "NF_FEATURE_USE_FILESYSTEM" : "OFF",
  104. "API_System.Net" : "OFF",
  105. "API_Windows.Devices.Adc" : "OFF",
  106. "API_Windows.Devices.Gpio" : "OFF",
  107. "API_Windows.Devices.I2c" : "OFF",
  108. "API_Windows.Devices.Pwm" : "OFF",
  109. "API_Windows.Devices.SerialCommunication" : "OFF",
  110. "API_Windows.Devices.Spi" : "OFF",
  111. "API_Windows.Networking.Sockets" : "OFF",
  112. "USE_RNG" : "FALSE"
  113. },
  114. "buildType": "Debug"
  115. },
  116. "ST_NUCLEO64_F091RC":{
  117. "oneWordSummary$": "ST_NUCLEO64_F091RC",
  118. "description$": "ST_NUCLEO64_F091RC",
  119. "settings": {
  120. "TOOLCHAIN_PREFIX" : "D:/nanoFW/gcc-arm-none-eabi-7-2017-q4-major-win32" ,
  121. "TARGET_CHIP" : "STM32F091RC",
  122. "TARGET_SERIES" : "STM32F0xx",
  123. "USE_FPU" : "FALSE",
  124. "RTOS" : "CHIBIOS",
  125. "CHIBIOS_VERSION" : "18.2.x",
  126. "CHIBIOS_SOURCE":"D:/nanoFW/chibios_18.2.x",
  127. "CHIBIOS_BOARD" : "ST_NUCLEO64_F091RC",
  128. "NF_FEATURE_DEBUGGER" : "FALSE",
  129. "NF_FEATURE_RTC" : "OFF",
  130. "NF_FEATURE_USE_APPDOMAINS" : "OFF",
  131. "NF_FEATURE_USE_NETWORKING" : "OFF",
  132. "API_Windows.Devices.Gpio" : "OFF"
  133. },
  134. "buildType": "Debug"
  135. },
  136. "default$": "",
  137. "description$": "Variant for builds"
  138. }
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement