aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | fixed the FIFO bug, tx/rx now seems stable and ready for integration.AJM2010-05-202-4/+8
* | theres still a remaining bug whereby fast consecutive read/writes to serial m...AJM2010-05-201-5/+6
* | FINALLY figured out the tx/rx bugs, so the whole stack is officially working....AJM2010-05-203-14/+19
* | finally got TX working without any delay, there is some weird timing involved...AJM2010-05-208-23/+149
* | c++ ified all of the usb_core files, added the auto-reset feature to the virt...AJM2010-05-2019-273/+421
* | added virtual com port echoing as the test configuration for the usb serial codeAJM2010-05-201-1/+17
* | finished the entire low level usb app for virtual com minus the precise handl...AJM2010-05-2010-87/+911
* | added the usb_config file for general setup settings and filled out any undef...AJM2010-05-203-7/+50
* | added the string descriptors to the descriptor set so that when you plug in t...AJM2010-05-202-2/+49
* | Added the virtual com port descriptors based on the LUFA/MYUsb model (which w...AJM2010-05-202-0/+210
* | removed usb files from the libmaple into the application level core lib.AJM2010-05-205-750/+4
* | added the skeleton dir for the usb application lib, since were still dependen...AJM2010-05-2018-0/+3559
|/
* TODO updatebnewbold2010-05-201-5/+7
* trivial: new cscope rule and warning fixPerry Hung2010-04-302-2/+2
* finish cxxabi-compat refactorbnewbold2010-04-292-7/+6
* Fixed examples, added spi example, moved pure virtual function handlerPerry Hung2010-04-297-56/+78
* Merge branch 'spi'Perry Hung2010-04-294-6/+39
|\
| * Various SPI changes.Perry Hung2010-04-283-10/+13
| * Added a spi send block functionPerry Hung2010-04-274-4/+34
* | update copy-to-ide and WProgram.h post-refactoringbnewbold2010-04-282-54/+59
* | updated test-session with new banner art etcbnewbold2010-04-271-64/+163
|/
* fix: Remove core directory from botched merge.Perry Hung2010-04-252-195/+0
* Fixed two compiler warnings in spiPerry Hung2010-04-252-4/+2
* Merge branch 'master' into spiPerry Hung2010-04-2531-644/+317
|\
| * Refactoring:Perry Hung2010-04-2530-636/+291
| * Added assert fails to exc.cPerry Hung2010-04-251-8/+26
| * Initial SPI implementation.Perry Hung2010-04-248-0/+454
* | Turn the other peripherals back on. Not extensively tested forPerry Hung2010-04-242-10/+19
* | Upper level libmaple interfacePerry Hung2010-04-244-1/+197
* | Initial SPI Polling implementation.Perry Hung2010-04-247-5/+254
|/
* Clear ODR for input pull-down mode.Perry Hung2010-04-221-4/+3
* PinMode pullup bug fix, wiring pin mode bug fixPerry Hung2010-04-223-37/+56
* mostly complete new interactive hardware testing programbnewbold2010-04-211-0/+437
* after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any morebnewbold2010-04-211-1/+1
* removed annoying warnings from core/wiring.c and fixed two compile errors on ...bnewbold2010-04-202-3/+2
* updated copy-to-ide scriptbnewbold2010-04-201-74/+43
* Aded two timer function to set max reload value and prescalerPerry Hung2010-04-192-0/+46
* Added libmaple gpio_read_bitPerry Hung2010-04-193-2/+13
* Removed USB device instantiation in example while the new CDC devicePerry Hung2010-04-191-15/+2
* what needs to get done for arduino library compatibilitybnewbold2010-04-071-0/+59
* should have had this in beforebnewbold2010-04-071-0/+6
* updated README, LICENSE, notesbnewbold2010-04-074-8/+164
* Makefile fix: removed extra line from outdirsPerry Hung2010-04-011-1/+0
* Cleanup: trivial rename for exception handlers, removed unnecessaryPerry Hung2010-04-014-409/+46
* Fix deleted lines from botched relicensing.Perry Hung2010-04-012-0/+2
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-3150-433/+964
* Removed inttypes.hPerry Hung2010-03-3134-175/+168
* Merge branch 'master' of git@github.com:leaflabs/libmaplePerry Hung2010-03-301-1/+1
|\
| * Major hierarchy reorganization; see README.bnewbold2010-03-30107-131/+211
* | Delete STM32 Standard Peripheral Library.Perry Hung2010-03-3051-23453/+0