File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments