Updated board definition link + minor formatting
This commit is contained in:
parent
2aace256cb
commit
68c4349d6a
10
README.md
10
README.md
|
|
@ -45,7 +45,7 @@ _Note: Multi language build is not supported._
|
||||||
**b.** Setup Arduino to use Prusa Rambo board definition
|
**b.** Setup Arduino to use Prusa Rambo board definition
|
||||||
|
|
||||||
* Open Arduino and navigate to File -> Preferences -> Settings
|
* Open Arduino and navigate to File -> Preferences -> Settings
|
||||||
* To the text field `"Additional Boards Manager URLSs"` add `https://raw.githubusercontent.com/DRracer/Arduino_Boards/master/IDE_Board_Manager/package_prusa3d_index.json`
|
* To the text field `"Additional Boards Manager URLSs"` add `https://raw.githubusercontent.com/prusa3d/Arduino_Boards/master/IDE_Board_Manager/package_prusa3d_index.json`
|
||||||
* Open Board manager (`Tools->Board->Board manager`), and install `Prusa Research AVR MK3 RAMBo EINSy board`
|
* Open Board manager (`Tools->Board->Board manager`), and install `Prusa Research AVR MK3 RAMBo EINSy board`
|
||||||
|
|
||||||
**c.** Modify compiler flags in `platform.txt` file
|
**c.** Modify compiler flags in `platform.txt` file
|
||||||
|
|
@ -138,11 +138,9 @@ _notes: Script and instructions contributed by 3d-gussner. Use at your own risk.
|
||||||
|
|
||||||
# 3. Automated tests
|
# 3. Automated tests
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
c++11 compiler e.g. g++ 6.3.1
|
* c++11 compiler e.g. g++ 6.3.1
|
||||||
|
* cmake
|
||||||
cmake
|
* build system - ninja or gnu make
|
||||||
|
|
||||||
build system - ninja or gnu make
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
Create a folder where you want to build tests.
|
Create a folder where you want to build tests.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue