Difference between revisions of "Nucleo Boards"

From RobolaboWiki
Jump to: navigation, search
(Replaced content with "__TOC__ <h1> Installing the environment </h1> <h2> Linux </h2> <h2> Windows </h2> <h2> MAC </h2>")
Line 1: Line 1:
 
__TOC__
 
__TOC__
  
<h1> Installing the environment </h1>
+
<h1> Configuring environment </h1>
 
<h2> Linux </h2>
 
<h2> Linux </h2>
 +
<h3> Installing dependencies </h3>
 +
 +
Dependencies for STM32CubeMX and STM32CubeIDE
 +
 +
In a command line, execute:
 +
<pre>
 +
sudo apt-get install build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
 +
</pre>
 +
 +
Dependencies for debugger:
 +
<pre>
 +
sudo apt-get install git cmake libusb-1.0-0-dev dfu-util gdb
 +
</pre>
 +
 
<h2> Windows </h2>
 
<h2> Windows </h2>
 
<h2> MAC </h2>
 
<h2> MAC </h2>

Revision as of 08:08, 29 July 2019

Configuring environment

Linux

Installing dependencies

Dependencies for STM32CubeMX and STM32CubeIDE

In a command line, execute:

sudo apt-get install build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

Dependencies for debugger:

sudo apt-get install git cmake libusb-1.0-0-dev dfu-util gdb

Windows

MAC