You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ Feed in filepath to microbit-v2-sdk: /Users/geirolatvinnereim/AirBit/microbit-v2
66
66
67
67
If nrf_sdh_soc_init() cannot be found. You have called build from a wrong folder. Chech microbit-v2-sdk/source and assure that only the src/.cpp files are present.
68
68
69
+
If there are build errors in the Codal SDK. There are probably some conflicting file names or methods which causes build errors. Delete the build folder produces in /microbit-v2-sdk and rebuild.
70
+
69
71
### Debugging
70
72
71
73
In order allow debugging, the project needs to be built by navigating into the microbit-v2-sdk and access debugger inside Visual Studio Code.
@@ -79,8 +81,7 @@ python3 build.py
79
81
We want to utilize a dynamic analysis tool, which can linter codebase, not a static one
80
82
81
83
Using **clang-format** as dynamic cpp-linter. install and usage:
82
-
This command line tool can only linter one file at a time, so we need to apply recursiveness
84
+
This command line tool can only linter one file at a time, so we need to apply recursiveness at src
0 commit comments