Difference between revisions of "NU32 Software"

From Mech
Jump to navigationJump to search
Line 33: Line 33:
* [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. The folder 01_Quickstart has all the code needed for Chapter 1.
* [[Media:Embedded_Computing_V1.0-Nov_2015.zip | Full Book Source Code (November 2015)]] - All of the source code from the book. If
you want just the code mentioned in Chapter 1, download [[Media:PIC32Quickstart.zip | PIC32Quickstart.zip (November 2015)]]. Note that the folder 01_Quickstart has all the code needed for Chapter 1.

Revision as of 23:58, 13 December 2015

Software

  • Text Editors (These are just suggestions; feel free to use any text editor you are comfortable with)
    • TextWrangler (Mac)
    • Notepad++ (Windows)
    • Gedit (All)
      • sudo apt-get install (Ubuntu/Debian)
      • sudo pacman -S gedit (Arch)
    • vim (All)
      • sudo apt-get install vim (Ubuntu/Debian)
      • sudo pacman -S vim (Arch)
    • emacs (All)
      • sudo apt-get install emacs (Ubuntu/Debian)
      • sudo pacman -S emacs (Arch)
    • atom (All)
  • Native C Compiler
  • 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)

you want just the code mentioned in Chapter 1, download PIC32Quickstart.zip (November 2015). Note that the folder 01_Quickstart has all the code needed for Chapter 1.