Skip to content

Commit 4b477dc

Browse files
committed
Remove codespaces setup
1 parent d44690d commit 4b477dc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -75,22 +75,6 @@ $ sudo apt -y install gcc-arm-none-eabi make stlink-tools
7575
arm-none-eabi-gcc main.c -W -Wall -Wextra -Werror ...
7676
</pre>
7777

78-
### Setup instruction for in-browser development (using GitHub Codespaces):
79-
80-
- Click on the "Code" button, select "Codespaces" tab, click on plus icon
81-
<img src="images/codespace.png" width="50%" />
82-
- This repository will be opened in the in-browser editor, with an opened terminal:
83-
<img src="images/codespace-terminal.png" width="75%" />
84-
- Execute Linux/Ubuntu setup instructions in the terminal:
85-
```sh
86-
sudo apt -y update
87-
sudo apt -y install gcc-arm-none-eabi make stlink-tools
88-
```
89-
- Verify that the build process works:
90-
```sh
91-
cd step-4-printf
92-
make firmware.bin
93-
```
9478

9579
## Introduction
9680

0 commit comments

Comments
 (0)