Developing for PICs on Mac OS X
These pages contain various resources for programming and developing for Microchip PIC microcontrollers on Apple's Mac OS X operating system.

Intro to PICs on Mac PDF Print E-mail
Sunday, 28 October 2007
ImageWhilst Microchip distribute the free MPLAB IDE for Windows, there are many solutions from the open-source community which can be ported to the Mac platform.Unfortunately the only solution to a complete development environment, from C code authoring to in-circuit debugging, is still only possible on Windows, with MPLAB. However if you don't need (or don't have the hardware required) to debug then you can go a long way with the open-source (or commercial) tools available for the Mac. If you're still keen to get going then read on...
Last Updated ( Thursday, 22 May 2008 )
 
PICkit Programmers PDF Print E-mail
Sunday, 28 October 2007
The cheapest tools offered by Microchip for programming PICs are the PICkit tools, the latest revision PICkit2 being a great enhancement. The following tools can be used to program a wide range of PICs...
Last Updated ( Thursday, 22 May 2008 )
Read more...
 
GPUtils Assembler PDF Print E-mail
Tuesday, 04 December 2007

GPUtils is a range of open source tools for developing PIC programs, including the GPASM assembler which is fully compatible with Microchip's own MPASM assembly language. 

Last Updated ( Thursday, 22 May 2008 )
Read more...
 
PICSTART plus Programmer PDF Print E-mail
Tuesday, 04 December 2007

PICSTART is a dedicated (not in-circuit) programmer capable of programming most PICs. The software tools are also compatible with the JuPICWarp-13OlimexAltronix AL-1700 programmers.

Last Updated ( Thursday, 22 May 2008 )
Read more...
 
PICC C compiler PDF Print E-mail
Tuesday, 04 December 2007

Hi-Tech's range of PICC Compilers are widely acknowledged as some of the most efficient for PIC coding. Whilst these are not open-source they distribute Mac and Linux versions alongside Windows, and the restricted PICC Lite is available for free. The HI-TIDE IDE, based on Eclipse, is also great for development work.

More information and downloads can be found found on their site

Last Updated ( Thursday, 22 May 2008 )
 
ICD2 Programmer PDF Print E-mail
Tuesday, 04 December 2007
Ben Suffolk has written a command line app for programming & verifying PICs via the Microchip ICD2 and the compatible (and cheaper!) Olimex TinyICD. More information and downloads from his site.
Last Updated ( Thursday, 22 May 2008 )
 
SDCC C Compiler PDF Print E-mail
Tuesday, 04 December 2007
The Small Devices C Compiler is a open-source compiler designed for a range of 8 bit microprocessors and has active ports for the 8-bit PICs. More information can be found on their SourceForge page.
Last Updated ( Thursday, 22 May 2008 )
Read more...