index
:
feurig/libmaplemidi-cma
0.0.10-maintenance
0.0.11-maintenance
0.0.9-maintenance
audio-board
ethernet-shield
master
wizEthernet
C and C++ library for STM32 ARM Cortex-M3 development boards.
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2010-03-23
Removed main.cpp and updated example_main.cpp and added a blinky
Perry Hung
2010-03-23
Unified analog, digital, and timer pin mappings to implement the mapping
Perry Hung
2010-03-22
Add a carriage return for println, remove it from the usart send
Perry Hung
2010-02-12
modded the library makefile to work with patched dfu-util, also added the USE...
ajmeyer@mit.edu
2010-01-17
Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...
iperry
2010-01-10
forgot to turn on the interrupt for usar3
iperry
2010-01-10
enabled serial3
iperry
2010-01-10
Tweaked makefile to get rid of silly make flags. Added a udev rule in support...
iperry
2010-01-08
changed math.h to wiring_math.h to avoid collision with newlib's math library
iperry
2009-12-27
added a simpler main.cpp and moved the complicated stuff into a separate file
ajmeyer@mit.edu
2009-12-25
Fixed delayMicroseconds, changed serial interface, added an (untested) runtim...
iperry
2009-12-19
added demo code on main.cpp to build a simple two way channel over the virtua...
ajmeyer@mit.edu
2009-12-19
Added licensing. Moved lots of header files around. Added HardwareSerial read...
iperry
2009-12-19
fixed some minor naming issues in usb.c/h usb_serialWriteStr is nonfunctional
ajmeyer@mit.edu
2009-12-17
Initial commit of library code, moved from leaftest repo
iperry