| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | added serial1 support | iperry | 2010-01-13 | 2 | -0/+9 |
* | forgot to turn on the interrupt for usar3 | iperry | 2010-01-10 | 3 | -11/+17 |
* | enabled serial3 | iperry | 2010-01-10 | 3 | -13/+28 |
* | typo | iperry | 2010-01-10 | 1 | -1/+1 |
* | git-svn-id: https://leaflabs.googlecode.com/svn/trunk/library@107 749a229e-a6... | iperry | 2010-01-10 | 1 | -2/+4 |
* | moved jtag target and fixed flash target | iperry | 2010-01-10 | 1 | -10/+17 |
* | Tweaked makefile to get rid of silly make flags. Added a udev rule in support... | iperry | 2010-01-10 | 2 | -28/+42 |
* | changed math.h to wiring_math.h to avoid collision with newlib's math library | iperry | 2010-01-08 | 4 | -9/+14 |
* | Added a print class for USB, works identically to the Serial object. Bugs out... | ajmeyer@mit.edu | 2010-01-07 | 8 | -48/+311 |
* | added a simpler main.cpp and moved the complicated stuff into a separate file | ajmeyer@mit.edu | 2009-12-27 | 2 | -46/+81 |
* | Fixed delayMicroseconds, changed serial interface, added an (untested) runtim... | iperry | 2009-12-25 | 12 | -141/+82 |
* | added demo code on main.cpp to build a simple two way channel over the virtua... | ajmeyer@mit.edu | 2009-12-19 | 2 | -3/+28 |