Difference between revisions of "NU32 Software"
From Mech
Jump to navigationJump to searchMatthewElwin (talk | contribs) |
MatthewElwin (talk | contribs) |
||
Line 12: | Line 12: | ||
** [https://developer.apple.com/xcode/ Xcode Command Line Tools] (Mac) |
** [https://developer.apple.com/xcode/ Xcode Command Line Tools] (Mac) |
||
** [http://www.mingw.org/wiki/Getting_Started MinGW] (Windows) |
** [http://www.mingw.org/wiki/Getting_Started MinGW] (Windows) |
||
** [http://gcc.gnu.org] (Linux) |
** [http://gcc.gnu.org gcc] (Linux) |
||
* Make |
* Make |
||
** [https://www.gnu.org/software/make/] |
** [https://www.gnu.org/software/make/ make] |
||
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ The Microchip XC32 Compiler] |
* [http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/ The Microchip XC32 Compiler] |
Revision as of 17:08, 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)
- Make
- 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)
- PIC32Quickstart.zip (November 2015) - PIC32Quickstart.zip, as needed in the Quickstart Chapter
- Full Book Source Code (November 2015) - All of the source code from the book.