Merge branch 'oled/wip-main'

This commit is contained in:
2022-12-03 20:06:53 +01:00
15 changed files with 875 additions and 4 deletions

View File

@@ -5,15 +5,16 @@
"includePath": [
"${workspaceFolder}/utility/unity/core",
"${workspaceFolder}/utility/unity/fixture",
// "${workspaceFolder}/test/oled/helpers/inc",
// "${workspaceFolder}/test/oled/",
"${workspaceFolder}/test/oled/helpers/inc",
"${workspaceFolder}/test/oled/",
"${workspaceFolder}/cmd_parser/",
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
"_UNICODE",
"TEST"
],
"compilerPath": "C:\\Apps\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",