index
:
suspect-devices/libmaple
master
Working copy of Leaflabs libmaple
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wirish
/
comm
Age
Commit message (
Expand
)
Author
2012-04-11
Move wirish/comm/*.cpp into wirish.
Marti Bolivar
2012-04-11
Move public headers to include directories; related cleanups.
Marti Bolivar
2011-09-07
Update outdated stm32.h usages.
Marti Bolivar
2011-08-16
HardwareSerial.h: Remove documentation TODO.
Marti Bolivar
2011-08-16
HardwareSerial.cpp: Respect PCLK1 and PCLK2.
Marti Bolivar
2011-08-16
HardwareSerial: Add pin accessors.
Marti Bolivar
2011-08-16
HardwareSerial: trivial code reordering
Marti Bolivar
2011-08-16
HardwareSPI.cpp: minor HardwareSPI::send() cleanup.
Marti Bolivar
2011-08-16
HardwareSPI: Add pin accessors.
Marti Bolivar
2011-06-11
Remove reST documentation, attendant updates.
Marti Bolivar
2011-06-07
Keep it 80-column clean.
Marti Bolivar
2011-05-20
HardwareSerial.h: adding documentation TODO for 0.1.0
Marti Bolivar
2011-05-12
Fixing HardwareSPI.h mistake for non-LeafLabs boards.
Marti Bolivar
2011-05-04
SPI fixups.
Marti Bolivar
2011-04-28
SPI refactor.
Marti Bolivar
2011-04-11
USART bugfix.
Marti Bolivar
2011-04-07
USART refactor.
Marti Bolivar
2011-03-30
Board-specific values; corresponding QA test generalizations.
Marti Bolivar
2011-03-24
Initial timer refactor.
Marti Bolivar
2011-03-11
[WIP] GPIO refactor: seems ok, ready for review
Marti Bolivar
2010-12-15
Finalized 0.0.9 documentation.
Marti Bolivar
2010-12-14
Merge branch 'master' into newdoc
Marti Bolivar
2010-12-08
Servo library tested and debugged.
Marti Bolivar
2010-11-29
Finished converting the Arduino docs
Marti Bolivar
2010-09-28
Fix HardwareSPI to pass SPI modes for CPOL and CPHA
Perry Hung
2010-09-27
cleanups
Marti Bolivar
2010-09-05
timer refactor (c, not c++)
bnewbold
2010-08-31
Further wirish portability progress
bnewbold
2010-08-04
New usart implementation:
Perry Hung
2010-07-20
good quality vga leaf logo; usb+systick disabled
bnewbold
2010-07-19
added Serial.flush()
bnewbold
2010-07-18
added SerialN.end()
bnewbold
2010-06-04
Preliminary wirish USBSerial implementation.
Perry Hung
2010-05-27
[for AJ] added new HardwareUsb implementation. hack.
bnewbold
2010-05-21
Finalized the libmaple changes required by newboot. Added setupUSB() to wiris...
AJM
2010-04-28
Various SPI changes.
Perry Hung
2010-04-27
Added a spi send block function
Perry Hung
2010-04-25
Fixed two compiler warnings in spi
Perry Hung
2010-04-25
Refactoring:
Perry Hung