aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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-2018-270/+406
* 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
* added the skeleton dir for the usb application lib, since were still dependen...AJM2010-05-2017-0/+3522
* fix: Remove core directory from botched merge.Perry Hung2010-04-252-195/+0
* Refactoring:Perry Hung2010-04-2524-2307/+0
* Initial SPI implementation.Perry Hung2010-04-242-0/+195
* PinMode pullup bug fix, wiring pin mode bug fixPerry Hung2010-04-221-0/+1
* removed annoying warnings from core/wiring.c and fixed two compile errors on ...bnewbold2010-04-201-2/+0
* Added libmaple gpio_read_bitPerry Hung2010-04-191-2/+1
* Fix deleted lines from botched relicensing.Perry Hung2010-04-012-0/+2
* Licensing: Relicensed libmaple under the MIT License.Perry Hung2010-03-3121-179/+406
* Removed inttypes.hPerry Hung2010-03-3117-57/+54
* Removed STM32 flash code, replaced with barebones hacks for now.Perry Hung2010-03-301-10/+6
* Merge branch 'master' into rcc-devPerry Hung2010-03-301-61/+5
* Major hierarchy reorganization; see README.bnewbold2010-03-3124-0/+2143