takashi kadono
/
Nucleo_446
Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466
Diff: mbed-os/UNITTESTS/CMakeSettings.json
- Revision:
- 0:8fdf9a60065b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os/UNITTESTS/CMakeSettings.json Wed Oct 10 00:33:53 2018 +0000 @@ -0,0 +1,30 @@ +{ + "configurations": [ + { + "name": "GNU-Debug", + "generator": "Ninja", + "configurationType": "Debug", + "inheritEnvironments": [ "mingw64" ], + "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "environments": [ + { + "environment": "mingw64" + } + ] + }, + { + "name": "GNU-Release", + "generator": "Ninja", + "configurationType": "Release", + "inheritEnvironments": [ "mingw64" ], + "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}", + "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}", + "environments": [ + { + "environment": "mingw64" + } + ] + } + ] +} \ No newline at end of file