| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge branch 'master' into spi | Perry Hung | 2010-04-25 | 31 | -644/+317 |
|\ |
|
| * | Refactoring: | Perry Hung | 2010-04-25 | 30 | -636/+291 |
| * | Added assert fails to exc.c | Perry Hung | 2010-04-25 | 1 | -8/+26 |
| * | Initial SPI implementation. | Perry Hung | 2010-04-24 | 8 | -0/+454 |
* | | Turn the other peripherals back on. Not extensively tested for | Perry Hung | 2010-04-24 | 2 | -10/+19 |
* | | Upper level libmaple interface | Perry Hung | 2010-04-24 | 4 | -1/+197 |
* | | Initial SPI Polling implementation. | Perry Hung | 2010-04-24 | 7 | -5/+254 |
|/ |
|
* | Clear ODR for input pull-down mode. | Perry Hung | 2010-04-22 | 1 | -4/+3 |
* | PinMode pullup bug fix, wiring pin mode bug fix | Perry Hung | 2010-04-22 | 3 | -37/+56 |
* | mostly complete new interactive hardware testing program | bnewbold | 2010-04-21 | 1 | -0/+437 |
* | after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any more | bnewbold | 2010-04-21 | 1 | -1/+1 |
* | removed annoying warnings from core/wiring.c and fixed two compile errors on ... | bnewbold | 2010-04-20 | 2 | -3/+2 |
* | updated copy-to-ide script | bnewbold | 2010-04-20 | 1 | -74/+43 |
* | Aded two timer function to set max reload value and prescaler | Perry Hung | 2010-04-19 | 2 | -0/+46 |
* | Added libmaple gpio_read_bit | Perry Hung | 2010-04-19 | 3 | -2/+13 |
* | Removed USB device instantiation in example while the new CDC device | Perry Hung | 2010-04-19 | 1 | -15/+2 |
* | what needs to get done for arduino library compatibility | bnewbold | 2010-04-07 | 1 | -0/+59 |
* | should have had this in before | bnewbold | 2010-04-07 | 1 | -0/+6 |
* | updated README, LICENSE, notes | bnewbold | 2010-04-07 | 4 | -8/+164 |
* | Makefile fix: removed extra line from outdirs | Perry Hung | 2010-04-01 | 1 | -1/+0 |
* | Cleanup: trivial rename for exception handlers, removed unnecessary | Perry Hung | 2010-04-01 | 4 | -409/+46 |
* | Fix deleted lines from botched relicensing. | Perry Hung | 2010-04-01 | 2 | -0/+2 |
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 50 | -433/+964 |
* | Removed inttypes.h | Perry Hung | 2010-03-31 | 34 | -175/+168 |
* | Merge branch 'master' of git@github.com:leaflabs/libmaple | Perry Hung | 2010-03-30 | 1 | -1/+1 |
|\ |
|
| * | Major hierarchy reorganization; see README. | bnewbold | 2010-03-30 | 107 | -131/+211 |
* | | Delete STM32 Standard Peripheral Library. | Perry Hung | 2010-03-30 | 51 | -23453/+0 |
* | | Removed remaining STM32 types and #defines. | Perry Hung | 2010-03-30 | 4 | -80/+72 |
* | | Removed STM32 flash code, replaced with barebones hacks for now. | Perry Hung | 2010-03-30 | 8 | -43/+80 |
* | | Merge branch 'master' into rcc-dev | Perry Hung | 2010-03-30 | 109 | -132/+212 |
|\ \ |
|
| * | | Major hierarchy reorganization; see README. | bnewbold | 2010-03-31 | 107 | -131/+211 |
| |/ |
|
* | | Re-enabled ADC1 without STM32 RCC library. | Perry Hung | 2010-03-30 | 3 | -22/+41 |
* | | Re-enabled clocks on GPIO ports, external timers, and USARTs. | Perry Hung | 2010-03-30 | 6 | -95/+126 |
* | | Silly indent issue. 4 space tabs to 3 space tabs. | Perry Hung | 2010-03-26 | 2 | -72/+72 |
* | | Removed stm32 rcc code. Briefly tested the basic set up procedure, | Perry Hung | 2010-03-26 | 5 | -67/+140 |
* | | Started removing STM32 STD RCC code. Compiles but doesn't run yet. | Perry Hung | 2010-03-25 | 8 | -29/+67 |
|/ |
|
* | Removed main.cpp and updated example_main.cpp and added a blinky | Perry Hung | 2010-03-23 | 4 | -136/+112 |
* | Unified analog, digital, and timer pin mappings to implement the mapping | Perry Hung | 2010-03-23 | 6 | -125/+85 |
* | Added open-drain output and analog-input modes | Perry Hung | 2010-03-22 | 2 | -16/+7 |
* | Merge branch 'master' of git@github.com:leaflabs/maple-library | Perry Hung | 2010-03-22 | 3 | -2/+34 |
|\ |
|
| * | Configure port D correctly so that header pin 25 works; this may | bnewbold | 2010-03-18 | 1 | -0/+1 |
| * | building instructions and added OS forking to Makefile | bnewbold | 2010-03-16 | 2 | -2/+33 |
* | | Add a carriage return for println, remove it from the usart send | Perry Hung | 2010-03-22 | 3 | -9/+8 |
|/ |
|
* | actual files needed for IDE get copied | bnewbold | 2010-03-13 | 1 | -0/+38 |
* | script to copy src files to IDE; renamed README | bnewbold | 2010-03-12 | 2 | -0/+70 |
* | new pin mapping | iperry | 2010-03-11 | 1 | -86/+62 |
* | turn usb interrupts on after failed assert so bootloader still works | iperry | 2010-03-11 | 1 | -0/+18 |
* | turn usb interrupts on after failed assert so bootloader still works | iperry | 2010-03-11 | 2 | -0/+9 |
* | modded the library makefile to work with patched dfu-util, also added the USE... | ajmeyer@mit.edu | 2010-02-12 | 5 | -16/+27 |
* | Enabled 39 GPIOs for digitalWrite(), fixed timer/usart collisions on PWM/USAR... | iperry | 2010-01-17 | 5 | -32/+42 |