Skip to content

cederigo/pingu32-make

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# Compile and Upload to pinguino-32 boards ( PIC32MX440F256H )
# Linux only version, tested on Fedora 16, Ubuntu 11.10

# Prerequisites
svn checkout http://pinguino32.googlecode.com/svn/trunk/ pinguino32-read-only

# configuration
Makefile:
  change P32_PATH=.. to point to the checked out "pinguino32-trunk" 

# compile
  make

# clean
  make clean

# upload
  sudo make upload

# user.c
  put your code here ( its included in top of main32.c )

# examples
  They are in the P32_TRUNK/examples but be careful the syntax of the *.pde 
  files gets translated to slightly different named c functions.
  Browse the P32_TRUNK/p32/lib/*.pdl32 files to see the mapping.

About

Standalone Makefile for pinguino32 boards ( compile & upload )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages