aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring:Perry Hung2010-04-2530-636/+291
* Added assert fails to exc.cPerry Hung2010-04-251-8/+26
* Initial SPI implementation.Perry Hung2010-04-248-0/+454
* Clear ODR for input pull-down mode.Perry Hung2010-04-221-4/+3
* PinMode pullup bug fix, wiring pin mode bug fixPerry Hung2010-04-223-37/+56
* mostly complete new interactive hardware testing programbnewbold2010-04-211-0/+437
* after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any morebnewbold2010-04-211-1/+1
* removed annoying warnings from core/wiring.c and fixed two compile errors on ...bnewbold2010-04-202-3/+2
* updated copy-to-ide scriptbnewbold2010-04-201-74/+43
* Aded two timer function to set max reload value and prescalerPerry Hung2010-04-192-0/+46
* Added libmaple gpio_read_bitPerry Hung2010-04-193-2/+13
* Removed USB device instantiation in example while the new CDC devicePerry Hung2010-04-191-15/+2
* what needs to get done for arduino library compatibilitybnewbold2010-04-071-0/+59
* should have had this in beforebnewbold2010-04-071-0/+6
* updated README, LICENSE, notesbnewbold2010-04-074-8/+164
* Makefile fix: removed extra line from outdirsPerry Hung2010-04-011-1/+0
* Cleanup: trivial rename for exception handlers, removed unnecessaryPerry Hung2010-04-014-409/+46
* Fix deleted lines from botched relicensing.Perry Hung2010-04-012-0/+2
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-3150-433/+964
* Removed inttypes.hPerry Hung2010-03-3134-175/+168
* Merge branch 'master' of git@github.com:leaflabs/libmaplePerry Hung2010-03-301-1/+1
|\
| * Major hierarchy reorganization; see README.bnewbold2010-03-30107-131/+211
* | Delete STM32 Standard Peripheral Library.Perry Hung2010-03-3051-23453/+0
* | Removed remaining STM32 types and #defines.Perry Hung2010-03-304-80/+72
* | Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung2010-03-308-43/+80
* | Merge branch 'master' into rcc-devPerry Hung2010-03-30109-132/+212
|\ \
| * | Major hierarchy reorganization; see README.bnewbold2010-03-31107-131/+211
| |/
* | Re-enabled ADC1 without STM32 RCC library.Perry Hung2010-03-303-22/+41
* | Re-enabled clocks on GPIO ports, external timers, and USARTs.Perry Hung2010-03-306-95/+126
* | Silly indent issue. 4 space tabs to 3 space tabs.Perry Hung2010-03-262-72/+72
* | Removed stm32 rcc code. Briefly tested the basic set up procedure,Perry Hung2010-03-265-67/+140
* | Started removing STM32 STD RCC code. Compiles but doesn't run yet.Perry Hung2010-03-258-29/+67
|/
* Removed main.cpp and updated example_main.cpp and added a blinkyPerry Hung2010-03-234-136/+112
* Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung2010-03-236-125/+85
* Added open-drain output and analog-input modesPerry Hung2010-03-222-16/+7
* Merge branch 'master' of git@github.com:leaflabs/maple-libraryPerry Hung2010-03-223-2/+34
|\
| * Configure port D correctly so that header pin 25 works; this maybnewbold2010-03-181-0/+1
| * building instructions and added OS forking to Makefilebnewbold2010-03-162-2/+33
* | Add a carriage return for println, remove it from the usart sendPerry Hung2010-03-223-9/+8
|/
* actual files needed for IDE get copiedbnewbold2010-03-131-0/+38
* script to copy src files to IDE; renamed READMEbnewbold2010-03-122-0/+70
* new pin mappingiperry2010-03-111-86/+62
* turn usb interrupts on after failed assert so bootloader still worksiperry2010-03-111-0/+18
* turn usb interrupts on after failed assert so bootloader still worksiperry2010-03-112-0/+9
* modded the library makefile to work with patched dfu-util, also added the USE...ajmeyer@mit.edu2010-02-125-16/+27
* Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR...iperry2010-01-175-32/+42
* added serial1 supportiperry2010-01-132-0/+9
* forgot to turn on the interrupt for usar3iperry2010-01-103-11/+17
* enabled serial3iperry2010-01-103-13/+28
* typoiperry2010-01-101-1/+1