Skip to content

Commit

Permalink
- Changing static ip of linux vm
Browse files Browse the repository at this point in the history
- Updating freertos submodule
- Altered vscode settings
  • Loading branch information
xX7 committed Dec 3, 2022
1 parent b1e1d33 commit ab418a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/src/**"
"${workspaceFolder}/src/**",
"${workspaceFolder}/src/freertos/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
Expand All @@ -14,4 +15,4 @@
}
],
"version": 4
}
}
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"limits": "c",
"vm.h": "c",
"type_traits": "c",
"cstdlib": "c"
"cstdlib": "c",
"global.h": "c"
},
"files.exclude": {
"**/.git": true,
Expand Down
2 changes: 1 addition & 1 deletion configs/linux_rpi4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
};

chosen {
bootargs = "earlycon clk_ignore_unused ip=192.168.178.15 carrier_timeout=0";
bootargs = "earlycon clk_ignore_unused ip=192.168.178.11 carrier_timeout=0";
};

};
2 changes: 1 addition & 1 deletion src/freertos

0 comments on commit ab418a1

Please sign in to comment.