git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: serial device interfacing
[lunaix-os.git]
/
lunaix-os
/
.vscode
/
c_cpp_properties.json
diff --git
a/lunaix-os/.vscode/c_cpp_properties.json
b/lunaix-os/.vscode/c_cpp_properties.json
index 10acdd8538f3f7df731520218f0314c8b35480d3..a2de1fb296041e62441a555da06a236594d7735d 100644
(file)
--- a/
lunaix-os/.vscode/c_cpp_properties.json
+++ b/
lunaix-os/.vscode/c_cpp_properties.json
@@
-3,10
+3,16
@@
{
"name": "OS-DEV",
"includePath": [
{
"name": "OS-DEV",
"includePath": [
- "${workspaceFolder}/includes/**"
+ "${workspaceFolder}/includes",
+ "${workspaceFolder}/includes/usr",
+ "${workspaceFolder}/usr/includes",
+ "${workspaceFolder}/arch/i386/includes",
],
"compilerArgs": [
],
"compilerArgs": [
- "-ffreestanding"
+ "-ffreestanding",
+ "-D__ARCH__=i386",
+ "-D__LUNAIXOS_DEBUG__",
+ "-include flags.h"
],
"defines": [],
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",
],
"defines": [],
"compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc",