aboutsummaryrefslogtreecommitdiffstats
path: root/wirish
Commit message (Expand)AuthorAgeFilesLines
* SPI fixups.Marti Bolivar2011-05-042-25/+10
* Maple Mini pin map fix.Marti Bolivar2011-05-041-1/+1
* Making micros() counter underrun safe.Marti Bolivar2011-05-041-10/+7
* SerialUSB fixups.Marti Bolivar2011-05-044-80/+51
* Fixing USBSerial::read(void*, uint32).Marti Bolivar2011-05-041-3/+3
* Native and FSMC cleanups.Marti Bolivar2011-05-045-97/+22
* SPI refactor.Marti Bolivar2011-04-287-115/+454
* maple_native.cpp updates/fixes.Marti Bolivar2011-04-271-9/+9
* RET6 fixesMarti Bolivar2011-04-272-4/+19
* Removing Maple-specific values from WirinPinMode doxygen comment.Marti Bolivar2011-04-261-11/+0
* Better debug port support.Marti Bolivar2011-04-258-11/+107
* Minor Print cleanups.Marti Bolivar2011-04-252-5/+5
* Updating Maple Native pins for prototype C.Marti Bolivar2011-04-132-109/+110
* Compromise Print implementation.Marti Bolivar2011-04-122-42/+117
* Reverting "Rewrote Print class."Marti Bolivar2011-04-122-187/+145
* Fixing brain-damaged abs() implementation.Marti Bolivar2011-04-121-1/+1
* Doxygen bugfixes.Marti Bolivar2011-04-123-1/+7
* USART bugfix.Marti Bolivar2011-04-112-10/+13
* Adding CLOCK_SPEED_MHZ and CLOCK_SPEED_HZ as derived board-specific values.Marti Bolivar2011-04-081-2/+15
* USART refactor.Marti Bolivar2011-04-072-61/+75
* NVIC and SCB refactorMarti Bolivar2011-04-051-1/+14
* 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-305-7/+11
* Board-specific values; corresponding QA test generalizations.Marti Bolivar2011-03-3015-38/+158
* Removed Maple-specific information from digitalWrite() doxygen comment.Marti Bolivar2011-03-301-3/+2
* NitpicksMarti Bolivar2011-03-301-1/+1
* Final stm32_pin_info design candidate; ADC3 support on Native.Marti Bolivar2011-03-2514-276/+304
* Adding /wirish/boards/ for easier porting; shrank PIN_MAPs.Marti Bolivar2011-03-2417-378/+783
* Initial timer refactor.Marti Bolivar2011-03-2410-507/+338
* Native PIN_MAP typoMarti Bolivar2011-03-211-1/+1
* Merge branch 'i2c-wip' into refactorPerry Hung2011-03-211-11/+2
|\
| * Reenable other peripherals.Perry Hung2011-03-151-12/+12
| * Add rudimentary error handling for nack conditionPerry Hung2011-03-141-12/+12
| * Fix merge error and compile error.Perry Hung2011-03-111-11/+2
| * Merge refactor into i2c-wip:Perry Hung2011-03-092-6/+5
* | Revert "RCC refactor, bugfixes"Perry Hung2011-03-212-2/+2
* | FSMC refactor; SRAM test codeMarti Bolivar2011-03-174-1/+91
* | Maple RET6 edition supportMarti Bolivar2011-03-163-1/+105
* | RCC refactor, bugfixesMarti Bolivar2011-03-122-2/+2
* | shiftOut(), docs fixesMarti Bolivar2011-03-111-0/+16
* | Oops.Marti Bolivar2011-03-111-1/+1
* | [WIP] GPIO refactor: seems ok, ready for reviewMarti Bolivar2011-03-1119-525/+494
* | Brought examples/ up to date; PIN_MAP bugfix for D24.Marti Bolivar2011-03-041-1/+1
* | Cosmetic changes to wirish/main.cxxMarti Bolivar2011-03-041-5/+4
|/
* Cleaned out libmaple.h; this had wide-ranging implications.Marti Bolivar2011-02-275-12/+20
* Refactor ADC: Pass device pointer instead of register mapPerry Hung2011-02-272-2/+2
* Refactor DACPerry Hung2011-02-271-4/+0
* libmaple: Refactor ADC routinesPerry Hung2011-02-273-159/+157
* Trivial wirish_digital.c sanity check + bugfix.Marti Bolivar2011-02-251-0/+5
* Rewrote Print class.Marti Bolivar2011-02-242-145/+187