IDE

From Pinguino-Wiki

Jump to: navigation, search
Language: English  • EspaƱol


The Pinguino IDE is a stand alone application built with Python. An integrated preprocessor translates specific Arduino instructions directly into C. This preprocessor reduces the code length and increases the execution speed.

The Pinguino IDE has a C compiler (SDCC for 8-bit MCU's and GCC-mips-elf for 32-bit MCU's), assembler and linker (GPUTILS for 8-bit MCU's, BINUTILS for 32-bit MCU's) and a USB bootloader (based on the PUF VASCO project for 8-bit MCU's, Microchip USB HID bootloader for 32-bit MCU's).

Pinguino IDE beta 9-05 (outdated)

Contents

Download

Pinguino IDE supports 8- and 32-bit Pinguino.

Latest development packages from Google Code

You can download the latest development packages from Google Code. Packages may not exist for all platforms.

Latest development release from Google Code Subversion (SVN) Repository

You can also get the latest development release from the Google Code Subversion (SVN) repository:

Please report bugs on the forum. Generally speaking you can find documentation such as IO mapping, datasheet, themes, etc., here

Pinguino IDE Installation

Please refer to corresponding page for each operating system:

In case of trouble, read also the IDE Bugs page.

Pinguino IDE Folder structure

Personal tools