Difference between revisions of "NU32 Software"
From Mech
Jump to navigationJump to searchMatthewElwin (talk | contribs) |
MatthewElwin (talk | contribs) |
||
Line 3: | Line 3: | ||
** [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac) |
** [http://www.barebones.com/products/textwrangler/ TextWrangler] (Mac) |
||
** [https://notepad-plus-plus.org/ Notepad++] (Windows) |
** [https://notepad-plus-plus.org/ Notepad++] (Windows) |
||
** [https://wiki.gnome.org/Apps/Gedit Gedit] (All) |
** [https://wiki.gnome.org/Apps/Gedit Gedit] (All) |
||
*** sudo apt-get install (Ubuntu/Debian) |
|||
*** sudo pacman -S gedit (Arch) |
|||
** [http://www.vim.org/ vim] (All) |
** [http://www.vim.org/ vim] (All) |
||
*** sudo apt-get install vim (Ubuntu/Debian) |
|||
*** sudo pacman -S vim (Arch) |
|||
** [https://www.gnu.org/software/emacs/ emacs] (All) |
** [https://www.gnu.org/software/emacs/ emacs] (All) |
||
** [https://atom.io/ atom] (All) |
** [https://atom.io/ atom] (All) |
Revision as of 17:15, 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)
- 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.