aboutsummaryrefslogtreecommitdiff
path: root/libmaple
AgeCommit message (Expand)Author
2011-02-16Merge branch 'nzmichaelh-master' into master.Marti Bolivar
2011-02-15undoing USART[45] -> UART[45] mistakeMarti Bolivar
2011-02-12Merge branch 'debug-serialusb'Marti Bolivar
2011-02-10Made Native prototype B definitions in libmaple.h and boards.h; addedMarti Bolivar
2011-02-09Fixing usb.c countTx race; thanks, geoffreymbrown!Marti Bolivar
2011-01-31nvic bugfix; removed unnecessary volatile usageMarti Bolivar
2011-01-30Ported examples/test-session.cpp to work on MiniMarti Bolivar
2011-01-27Ported libmaple to the new mini prototypeMarti Bolivar
2011-01-26[WIP] Code review picked up some bugs/issues.Marti Bolivar
2011-01-03Documentation improvements, DMA IRQ table volatile bugfix.Marti Bolivar
2010-12-30nzmichaelh-master branch is ready for code review.Marti Bolivar
2010-12-30Changed nzmichaelh's initial DMA interface to be more flexible.Marti Bolivar
2010-12-28nzmichaelh's pull request mods compile and upload.Marti Bolivar
2010-12-21readme and coding standard updatesMarti Bolivar
2010-12-21Merge branch 'master' into debug-serialusb.Marti Bolivar
2010-12-15Finalized 0.0.9 documentation.Marti Bolivar
2010-12-14Merge branch 'master' into newdocMarti Bolivar
2010-12-14added a usbBlockingSendByte(char ch)AJM
2010-12-14changed the serialusb to be simplest possible designAJM
2010-12-13enlarged rx buffer and nak when less than 64 bytes is left in packet bufAJM
2010-12-13candidate bugfix for serialusb receive bugAJM
2010-12-08Servo library tested and debugged.Marti Bolivar
2010-11-30maple mini prototype seems to be workingMarti Bolivar
2010-11-29Finished converting the Arduino docsMarti Bolivar
2010-11-17arduino language reference nearing completion, properly CC-BY-SA 3.0 attributedMarti Bolivar
2010-10-22maple mini runs blinky now.Marti Bolivar
2010-10-20weird broken table for maple miniMarti Bolivar
2010-10-20Wait until the transmit buffer is empty before send to save timeMichael Hope
2010-10-20Added DMA1 and DMA2 to the RCCMichael Hope
2010-10-20Added basic DMA supportMichael Hope
2010-10-14Merge branch 'master' of github.com:leaflabs/libmapleMarti Bolivar
2010-10-14Added independent watchdog supportMichael Hope
2010-10-12Add selective enabling of channels for pwm channelsPerry Hung
2010-10-11more sphinx docsMarti Bolivar
2010-10-11more docsMarti Bolivar
2010-10-11docsMarti Bolivar
2010-10-10Reduced the use of volatiles to speed up rb_insert() and rb_remove().Michael Hope
2010-10-10Changed the ring_buffer indexes to uint16 to cut memory usage and increase ca...Michael Hope
2010-10-10Mark head and tail as volatile as a ring buffer works accross threads/interru...Michael Hope
2010-10-10Make rcc.h C++ safeMichael Hope
2010-10-10Change the systick handler to the CMSIS compliant SysTick_HandlerMichael Hope
2010-10-10Make systick.h C++ safe. Expose the sys tick count via systick.h and remove ...Michael Hope
2010-10-07somebody broke assertionsMarti Bolivar
2010-09-29Merge remote branch 'upstream/master'Michael Hope
2010-09-29Fixed up the build due to a missing header file.Michael Hope
2010-09-27added notes/coding_standard.txt, more cleanupsMarti Bolivar
2010-09-27whitespace cleanupsMarti Bolivar
2010-09-22Enable external interrupts on all Maple GPIOs.Perry Hung
2010-09-22Fix improper interrupt clearingPerry Hung
2010-09-21minor bugfix to BIT definitionMarti Bolivar