Commit graph

262 commits

Author SHA1 Message Date
bnewbold c487a9f330 analogWrite is an alias for pwmWrite 2010-05-27 22:38:50 -04:00
bnewbold dc8ecb7649 fastforward of master up the newboot, plus patch of math stuff
Conflicts: copy-to-ide, wirish/WProgram.h
2010-05-26 23:39:10 -04:00
bnewbold f30bc0ea86 get wirish_math stuff going (random, map, etc)
Perry, you might want to look this over... I only include the contents
of wirish_math.h when cpp? It's what arduino does and it works, so...
2010-05-21 16:14:00 -07:00
AJM d44f856baf Finalized the libmaple changes required by newboot. Added setupUSB() to wirish init
this involved some some changes to copy-to-ide, WProgram.h, and the makefile. Separated the reset.py from the wait.py so that the program closes the serial port correctly.
2010-05-21 19:09:35 -04:00
bnewbold fb3f98d165 finish cxxabi-compat refactor
perry forgot to add/edit these...
2010-04-29 07:13:16 -04:00
Perry Hung b5ddce7dc8 Fixed examples, added spi example, moved pure virtual function handler
out of main to cxxabi-compat.cpp.
2010-04-29 01:14:03 -04:00
Perry Hung 2c51cc19cc Merge branch 'spi' 2010-04-29 00:44:29 -04:00
Perry Hung a7031b147c Various SPI changes.
-Read DR after each master send, return the response.
-Added a send function to allow you to pass buffers to the SPI peripheral instead of goin a byte at a time.
2010-04-28 19:19:34 -04:00
bnewbold 3988feb5e6 update copy-to-ide and WProgram.h post-refactoring 2010-04-28 11:54:40 -04:00
Perry Hung 28feb18a8f Added a spi send block function 2010-04-27 18:30:46 -04:00
Perry Hung 3bd0b34803 Fixed two compiler warnings in spi 2010-04-25 18:17:52 -04:00
Perry Hung 62552a6f3f Refactoring:
The 'core' directory has now been renamed to 'wirish.' Wirish is our
version of the Arduino Wiring language.
2010-04-25 18:08:56 -04:00