summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-28update copy-to-ide and WProgram.h post-refactoringbnewbold
2010-04-27updated test-session with new banner art etcbnewbold
2010-04-27Added a spi send block functionPerry Hung
2010-04-25fix: Remove core directory from botched merge.Perry Hung
2010-04-25Fixed two compiler warnings in spiPerry Hung
2010-04-25Merge branch 'master' into spiPerry Hung
2010-04-25Refactoring:Perry Hung
2010-04-25Added assert fails to exc.cPerry Hung
2010-04-24Initial SPI implementation.Perry Hung
2010-04-24Turn the other peripherals back on. Not extensively tested forPerry Hung
2010-04-24Upper level libmaple interfacePerry Hung
2010-04-24Initial SPI Polling implementation.Perry Hung
2010-04-22Clear ODR for input pull-down mode.Perry Hung
2010-04-22PinMode pullup bug fix, wiring pin mode bug fixPerry Hung
2010-04-21mostly complete new interactive hardware testing programbnewbold
2010-04-21after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any morebnewbold
2010-04-20removed annoying warnings from core/wiring.c and fixed two compile errors on ...bnewbold
2010-04-20updated copy-to-ide scriptbnewbold
2010-04-19Aded two timer function to set max reload value and prescalerPerry Hung
2010-04-19Added libmaple gpio_read_bitPerry Hung
2010-04-19Removed USB device instantiation in example while the new CDC devicePerry Hung
2010-04-07what needs to get done for arduino library compatibilitybnewbold
2010-04-07should have had this in beforebnewbold
2010-04-07updated README, LICENSE, notesbnewbold
2010-04-01Makefile fix: removed extra line from outdirsPerry Hung
2010-04-01Cleanup: trivial rename for exception handlers, removed unnecessaryPerry Hung
2010-04-01Fix deleted lines from botched relicensing.Perry Hung
2010-03-31Licensing: Relicensed libmaple under the MIT License.Perry Hung
2010-03-31Removed inttypes.hPerry Hung
2010-03-30Merge branch 'master' of git@github.com:leaflabs/libmaplePerry Hung
2010-03-30Delete STM32 Standard Peripheral Library.Perry Hung
2010-03-30Removed remaining STM32 types and #defines.Perry Hung
2010-03-30Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung
2010-03-30Merge branch 'master' into rcc-devPerry Hung
2010-03-31Major hierarchy reorganization; see README.bnewbold
2010-03-30Re-enabled ADC1 without STM32 RCC library.Perry Hung
2010-03-30Major hierarchy reorganization; see README.bnewbold
2010-03-30Re-enabled clocks on GPIO ports, external timers, and USARTs.Perry Hung
2010-03-26Silly indent issue. 4 space tabs to 3 space tabs.Perry Hung
2010-03-26Removed stm32 rcc code. Briefly tested the basic set up procedure,Perry Hung
2010-03-25Started removing STM32 STD RCC code. Compiles but doesn't run yet.Perry Hung
2010-03-23Removed main.cpp and updated example_main.cpp and added a blinkyPerry Hung
2010-03-23Unified analog, digital, and timer pin mappings to implement the mappingPerry Hung
2010-03-22Added open-drain output and analog-input modesPerry Hung
2010-03-22Merge branch 'master' of git@github.com:leaflabs/maple-libraryPerry Hung
2010-03-22Add a carriage return for println, remove it from the usart sendPerry Hung
2010-03-18Configure port D correctly so that header pin 25 works; this maybnewbold
2010-03-16building instructions and added OS forking to Makefilebnewbold
2010-03-13actual files needed for IDE get copiedbnewbold
2010-03-12script to copy src files to IDE; renamed READMEbnewbold