@@ -81,7 +81,7 @@ You will still need a "clone" of the RIOT Repository to work with.
8181- Open the terminal.
8282- Type ` git clone https://github.com/RIOT-OS/RIOT ` and confirm with the return-key
8383- This may take some time. Eventually, it will print ` done. ` when it completed
84- - Type ` cd RIOT/examples/hello-world ` and confirm with the return-key to enter
84+ - Type ` cd RIOT/examples/basic/ hello-world ` and confirm with the return-key to enter
8585 the folder ` hello-world ` example app in the RIOT repo
8686- Type ` make ` and confirm with the return key to build the app for the board
8787 ` native `
@@ -112,12 +112,12 @@ The app should behave the same when run on real hardware.
112112![ Ubuntu terminal running ` make compile-commands ` in the ` hello-world ` app] ( img/06-Use_VS_Code-00.png )
113113
114114- If not already open, open the terminal
115- - Confirm that the terminal is pointed to the folder ` ~/RIOT/examples/hello-world `
115+ - Confirm that the terminal is pointed to the folder ` ~/RIOT/examples/basic/ hello-world `
116116 - The blue part left of the prompt (the ` $ ` sign in the terminal) shows
117117 the current working directory for the terminal
118- - If the blue string is not ` ~/RIOT/examples/hello-world ` , type
119- ` cd ~/RIOT/examples/hello-world ` to enter that path
120- - Inside ` ~/RIOT/examples/hello-world ` run the command ` make compile-commands `
118+ - If the blue string is not ` ~/RIOT/examples/basic/ hello-world ` , type
119+ ` cd ~/RIOT/examples/basic/ hello-world ` to enter that path
120+ - Inside ` ~/RIOT/examples/basic/ hello-world ` run the command ` make compile-commands `
121121- The output should look like above
122122
123123![ Launching VS Code from Ubuntu] ( img/06-Use_VS_Code-01.png )
@@ -132,7 +132,8 @@ The app should behave the same when run on real hardware.
1321321 . Click on "Yes, I trust the authors"
133133
134134- Now, use the tree view in the left and open the ` examples ` folder
135- - Open the ` hello-world ` folder inside the ` examples ` folder
135+ - Open the ` basic ` folder inside the ` examples ` folder
136+ - Open the ` hello-world ` folder inside the ` basic ` folder
136137- Open the ` main.c ` file in the ` hello-world ` folder within ` examples `
137138- The file should open and look like this:
138139
@@ -182,7 +183,7 @@ Re-run `make compile-commands` when:
182183 in the source code
183184- Save the modified source code (e.g. ` Ctrl ` +` S ` )
184185- Open the integrated terminal by clicking on the terminal tab at the bottom
185- - Navigate to ` ~/RIOT/examples/hello-world ` using ` cd ~/RIOT/examples/hello-world `
186+ - Navigate to ` ~/RIOT/examples/basic/ hello-world ` using ` cd ~/RIOT/examples/basic /hello-world `
186187- Run the ` make ` command to build the code
187188- Run make ` make term ` to launch the application
188189- The result should look like:
0 commit comments