aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2010-05-20moved the usb directory to its proper home in ./libmapleAJM
2010-05-20added a delay to the resrt slide to allow enough time for graceul closures of...AJM
2010-05-20fixed the receive 0 bytes bug, where full buffers block the usb port and nev...AJM
2010-05-20added carraige feed to newline send on the test function usbSendHelloAJM
2010-05-20fixed the FIFO bug, tx/rx now seems stable and ready for integration.AJM
2010-05-20theres still a remaining bug whereby fast consecutive read/writes to serial m...AJM
2010-05-20FINALLY figured out the tx/rx bugs, so the whole stack is officially working....AJM
2010-05-20finally got TX working without any delay, there is some weird timing involved...AJM
2010-05-20c++ ified all of the usb_core files, added the auto-reset feature to the virt...AJM
2010-05-20added virtual com port echoing as the test configuration for the usb serial codeAJM
2010-05-20finished the entire low level usb app for virtual com minus the precise handl...AJM
2010-05-20added the usb_config file for general setup settings and filled out any undef...AJM
2010-05-20added the string descriptors to the descriptor set so that when you plug in t...AJM
2010-05-20Added the virtual com port descriptors based on the LUFA/MYUsb model (which w...AJM
2010-05-20added the skeleton dir for the usb application lib, since were still dependen...AJM
2010-04-25fix: Remove core directory from botched merge.Perry Hung
2010-04-25Refactoring:Perry Hung
2010-04-24Initial SPI implementation.Perry Hung
2010-04-22PinMode pullup bug fix, wiring pin mode bug fixPerry Hung
2010-04-20removed annoying warnings from core/wiring.c and fixed two compile errors on ...bnewbold
2010-04-19Added libmaple gpio_read_bitPerry 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-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