aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Better debug port support.Marti Bolivar2011-04-251-3/+76
* Minor test-session.cpp fixupMarti Bolivar2011-04-251-4/+3
* Requiring dac_dev* argument in DAC convenience functions.Marti Bolivar2011-04-211-41/+48
* Adding examples/test-print.cpp.Marti Bolivar2011-04-131-0/+181
* DMA checkpoint; dma_attach_interrupt() is broken.Marti Bolivar2011-04-111-0/+127
* Resolving some FIXMEs.Marti Bolivar2011-04-112-3/+14
* Adding button test to examples/test-session.cpp.Marti Bolivar2011-04-111-1/+21
* USART refactor.Marti Bolivar2011-04-072-23/+68
* SysTick refactor.Marti Bolivar2011-04-051-1/+1
* ring_buffer tweaks.Marti Bolivar2011-04-051-0/+114
* Redid Servo in terms of new timer.h.Marti Bolivar2011-04-011-0/+152
* Board-specific values; corresponding QA test generalizations.Marti Bolivar2011-03-302-384/+511
* Final stm32_pin_info design candidate; ADC3 support on Native.Marti Bolivar2011-03-251-20/+30
* Adding /wirish/boards/ for easier porting; shrank PIN_MAPs.Marti Bolivar2011-03-241-1/+1
* Initial timer refactor.Marti Bolivar2011-03-242-175/+216
* FSMC refactor; SRAM test codeMarti Bolivar2011-03-172-98/+326
* Maple RET6 edition supportMarti Bolivar2011-03-161-5/+4
* [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-111-14/+14
* Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-0413-313/+380
* Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar2011-02-272-20/+21
* Refactor DACPerry Hung2011-02-271-3/+3
* Refactor backup (BKP) and power (PWR) routines.Marti Bolivar2011-02-271-0/+78
* workaround to compile test-session.cppPerry Hung2011-02-271-1/+1
* Basic DAC functionality (high-density devices only).Marti Bolivar2011-02-181-29/+21
* Function examples/test-session.cpp on NativeMarti Bolivar2011-02-101-13/+19
* Updated blinky.cpp for portabilityMarti Bolivar2011-02-101-5/+7
* Ported examples/test-session.cpp to work on MiniMarti Bolivar2011-01-301-438/+515
* systick testing and simplificationbnewbold2010-09-051-0/+60
* improved timer test programbnewbold2010-09-051-0/+6
* fixed Serial crash bugbnewbold2010-09-051-1/+5
* Various fixes, working with Maplebnewbold2010-09-012-0/+172
|\
| * Merge maple-native changes into portablebnewbold2010-08-312-50/+7
| |\
| | * simplified example headersbnewbold2010-08-252-50/+7
| * | FSMC tweaksbnewbold2010-08-071-8/+2
| * | basic working dac implementationbnewbold2010-08-071-0/+53
| * | Partially working!bnewbold2010-08-051-52/+28
| * | partial progress on FSMC for SRAMbnewbold2010-08-051-0/+149
| |/
* | added support to enable/disable systick in wirishMarti Bolivar2010-08-311-3/+1
* | simplified example headersbnewbold2010-08-312-50/+7
|/
* updated leaf demobnewbold2010-07-201-62/+116
* test of serialN.flush()bnewbold2010-07-201-0/+45
* updated vga demos to use SerialUSB.end()bnewbold2010-07-202-0/+9
* TMP: test updatesbnewbold2010-07-202-3/+12
* wirish implementation of timers plus testbnewbold2010-07-201-3/+133
* timers progressbnewbold2010-07-203-259/+50
* awesome vga demos, need vga+systick disabledbnewbold2010-07-202-0/+167
* good quality vga leaf logo; usb+systick disabledbnewbold2010-07-202-0/+436
* working serialUSB with timeoutbnewbold2010-07-191-0/+135
* Call init() before static constructorsPerry Hung2010-06-255-14/+44
* fixed QA test (pulldown)bnewbold2010-06-161-2/+2