summaryrefslogtreecommitdiff
path: root/libmaple
AgeCommit message (Expand)Author
2010-07-22added isConnected() to serialusbbnewbold
2010-07-20sigh, simple typobnewbold
2010-07-20bug fix with interrupts not getting clearedbnewbold
2010-07-20timers progressbnewbold
2010-07-20good quality vga leaf logo; usb+systick disabledbnewbold
2010-07-19working serialUSB with timeoutbnewbold
2010-07-19new usb_serialbnewbold
2010-07-19added Serial.flush()bnewbold
2010-07-18nvic_disable_interruptbnewbold
2010-06-25make: Modularize makefiles, add dependency tracking, build-type trackingPerry Hung
2010-06-11added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM
2010-06-10cosmetic change on usbsendbytesAJM
2010-06-09new reset scheme now worksAJM
2010-06-09added a somewhat broken version of the reset magic number scheme.AJM
2010-06-09first approach at modding the reset schemeAJM
2010-06-09removed the callback for send functional descriptor.AJM
2010-06-07another fix for USB unheard print issuebnewbold
2010-06-04NEEDS REVIEW: fix for first usb write bugbnewbold
2010-06-04Preliminary wirish USBSerial implementation.Perry Hung
2010-05-28libcs3 refactor mergePerry Hung
2010-05-27[for AJ] added new HardwareUsb implementation. hack.bnewbold
2010-05-22changed the id for the serial port to 1eaf:0004, to match up with the windows...AJM
2010-05-21minor mods to adjust the driver number and the vendor product id's (serial po...AJM
2010-05-20modified the makefile to build the usb related files/removed all uintx_t to u...AJM
2010-05-20moved the usb directory to its proper home in ./libmapleAJM
2010-05-20removed usb files from the libmaple into the application level core lib.AJM
2010-05-20added the skeleton dir for the usb application lib, since were still dependen...AJM
2010-04-30trivial: new cscope rule and warning fixPerry Hung
2010-04-28Various SPI changes.Perry Hung
2010-04-27Added a spi send block functionPerry Hung
2010-04-25Fixed two compiler warnings in 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-22Clear ODR for input pull-down mode.Perry Hung
2010-04-22PinMode pullup bug fix, wiring pin mode bug fixPerry Hung
2010-04-21after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any morebnewbold
2010-04-19Aded two timer function to set max reload value and prescalerPerry Hung
2010-04-19Added libmaple gpio_read_bitPerry Hung
2010-04-01Cleanup: trivial rename for exception handlers, removed unnecessaryPerry Hung
2010-03-31Licensing: Relicensed libmaple under the MIT License.Perry Hung
2010-03-31Removed inttypes.hPerry 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