aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Coding standard.Marti Bolivar2011-04-121-4/+6
| * Fixing brain-damaged abs() implementation.Marti Bolivar2011-04-121-1/+1
| * Reverting some "volatile" -> "__io" changes.Marti Bolivar2011-04-122-2/+2
| * Making 1c05ac8497222a12a675ba31564e7c4864107de9 comply with coding standard.Marti Bolivar2011-04-121-6/+5
| * Adding i2c2 and i2c fast modeAnton Eltchaninov2011-04-124-15/+48
| * Changing usages of "volatile" to "__io".Marti Bolivar2011-04-125-7/+9
| * Adding guards for negative nvic_irq_num enumerators.Marti Bolivar2011-04-121-0/+6
| * Doxygen bugfixes.Marti Bolivar2011-04-128-11/+23
| * Coding standard.Marti Bolivar2011-04-111-2/+2
| * Merging in changes from 0.0.9-maintenance.Marti Bolivar2011-04-112-6/+14
| * DMA checkpoint; dma_attach_interrupt() is broken.Marti Bolivar2011-04-115-148/+921
| * Resolving some FIXMEs.Marti Bolivar2011-04-114-26/+17
| * Adding delay_us() TODO.Marti Bolivar2011-04-111-0/+2
| * USART bugfix.Marti Bolivar2011-04-113-11/+14
| * Adding button test to examples/test-session.cpp.Marti Bolivar2011-04-111-1/+21
| * Coding standard tweaks.Marti Bolivar2011-04-111-2/+5
| * Coding standard updates.Marti Bolivar2011-04-081-63/+201
| * Documentation improvements.Marti Bolivar2011-04-082-42/+75
| * stm32loader.py prints more information about what it's doing.Marti Bolivar2011-04-081-6/+5
| * Adding CLOCK_SPEED_MHZ and CLOCK_SPEED_HZ as derived board-specific values.Marti Bolivar2011-04-082-2/+21
| * Trivial main.cpp.example cleanup.Marti Bolivar2011-04-081-2/+3
| * USART fixups.Marti Bolivar2011-04-081-2/+2
| * Coding standard tweaks.Marti Bolivar2011-04-071-6/+6
| * Timer tweaks.Marti Bolivar2011-04-072-92/+90
| * Renaming some nvic_irq_num enumerators for better readability.Marti Bolivar2011-04-072-20/+20
| * Coding standard updates.Marti Bolivar2011-04-071-22/+38
| * USART refactor.Marti Bolivar2011-04-078-320/+582
| * Updated coding standard.Marti Bolivar2011-04-061-6/+8
| * SysTick refactor.Marti Bolivar2011-04-054-57/+82
| * NVIC and SCB refactorMarti Bolivar2011-04-057-208/+232
| * ring_buffer.h function comments converted to DoxygenMarti Bolivar2011-04-051-14/+38
| * ring_buffer tweaks.Marti Bolivar2011-04-052-2/+120
| * Redid Servo in terms of new timer.h.Marti Bolivar2011-04-015-143/+384
| * Broke the build with previous commit; sorry.Marti Bolivar2011-04-011-1/+1
| * Hacks to get things to compile in the IDE.Marti Bolivar2011-03-306-8/+17
| * Board-specific values; corresponding QA test generalizations.Marti Bolivar2011-03-3034-503/+985
| * Removed Maple-specific information from digitalWrite() doxygen comment.Marti Bolivar2011-03-301-3/+2
| * NitpicksMarti Bolivar2011-03-302-1/+5
| * Final stm32_pin_info design candidate; ADC3 support on Native.Marti Bolivar2011-03-2520-404/+653
| * Adding /wirish/boards/ for easier porting; shrank PIN_MAPs.Marti Bolivar2011-03-2420-417/+840
| * timer_set_dma_burst_length() and TIMER8 comment bugfixesMarti Bolivar2011-03-241-2/+2
| * Initial timer refactor.Marti Bolivar2011-03-2427-1786/+2095
| * Adding license to ring_buffer.hMarti Bolivar2011-03-211-0/+26
| * RCC refactor.Marti Bolivar2011-03-213-178/+563
| * Native PIN_MAP typoMarti Bolivar2011-03-211-1/+1
| * More convenient bit-banding interfaceMarti Bolivar2011-03-211-0/+40
| * Merge branch 'i2c-wip' into refactorPerry Hung2011-03-2115-15/+974
| |\
| | * Reenable other peripherals.Perry Hung2011-03-151-12/+12
| | * Add rudimentary error handling for nack conditionPerry Hung2011-03-144-74/+117
| | * Fix merge error and compile error.Perry Hung2011-03-118-175/+186