Difference between revisions of "NU32 Software"
From Mech
Jump to navigationJump to searchMatthewElwin (talk | contribs) |
|||
Line 32: | Line 32: | ||
* [http://www.ftdichip.com/Drivers/VCP.htm FTDI Virtual COM Port Driver] |
* [http://www.ftdichip.com/Drivers/VCP.htm FTDI Virtual COM Port Driver] |
||
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY Terminal Emulator for Windows] (use "screen" on Linux and the Terminal program on a Mac) |
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY Terminal Emulator for Windows] (use "screen" on Linux and the Terminal program on a Mac) |
||
* [[Media:PIC32Quickstart.zip | PIC32Quickstart.zip (November 2015)]] - PIC32Quickstart.zip, as needed in the Quickstart Chapter |
<!-- * [[Media:PIC32Quickstart.zip | PIC32Quickstart.zip (November 2015)]] - PIC32Quickstart.zip, as needed in the Quickstart Chapter --> |
||
* [[Media:Embedded_Computing_V1.0-Nov_2015.zip | Full Book Source Code (November 2015)]] - All of the source code from the book. |
* [[Media:Embedded_Computing_V1.0-Nov_2015.zip | Full Book Source Code (November 2015)]] - All of the source code from the book. The folder 01_Quickstart has all the code needed for Chapter 1. |
Revision as of 22:49, 11 December 2015
Software
- Text Editors (These are just suggestions; feel free to use any text editor you are comfortable with)
- Native C Compiler
- Xcode Command Line Tools (Mac)
- MinGW (Windows)
- gcc (Linux)
- sudo apt-get install build-essential (Ubuntu/Debian)
- sudo pacman -S base-devel (Arch)
- Make
- Distributed with Xcode (Mac)
- Distributed with MSYS, obtained via MinGW (Windows)
- make (Linux)
- sudo apt-get install build-essential (Ubuntu/Debian)
- sudo pacman -S base-devel (Arch)
- The Microchip XC32 Compiler
- MPLAB Harmony
- FTDI Virtual COM Port Driver
- PuTTY Terminal Emulator for Windows (use "screen" on Linux and the Terminal program on a Mac)
- Full Book Source Code (November 2015) - All of the source code from the book. The folder 01_Quickstart has all the code needed for Chapter 1.