| Commit message (Expand) | Author | Age | Files | Lines |
* | basic working dac implementation | bnewbold | 2010-08-07 | 4 | -0/+179 |
* | Partially working! | bnewbold | 2010-08-05 | 2 | -11/+15 |
* | partial progress on FSMC for SRAM | bnewbold | 2010-08-05 | 9 | -14/+246 |
* | Some refactoring | bnewbold | 2010-08-05 | 6 | -144/+183 |
* | rename clock selection register | bnewbold | 2010-07-24 | 2 | -4/+4 |
* | added isConnected() to serialusb | bnewbold | 2010-07-22 | 2 | -0/+10 |
* | sigh, simple typo | bnewbold | 2010-07-20 | 1 | -1/+1 |
* | bug fix with interrupts not getting cleared | bnewbold | 2010-07-20 | 2 | -5/+55 |
* | timers progress | bnewbold | 2010-07-20 | 1 | -12/+45 |
* | good quality vga leaf logo; usb+systick disabled | bnewbold | 2010-07-20 | 3 | -34/+404 |
* | working serialUSB with timeout | bnewbold | 2010-07-19 | 2 | -0/+7 |
* | new usb_serial | bnewbold | 2010-07-19 | 2 | -50/+56 |
* | added Serial.flush() | bnewbold | 2010-07-19 | 2 | -0/+24 |
* | nvic_disable_interrupt | bnewbold | 2010-07-18 | 2 | -0/+17 |
* | make: Modularize makefiles, add dependency tracking, build-type tracking | Perry Hung | 2010-06-25 | 1 | -0/+50 |
* | added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn... | AJM | 2010-06-11 | 2 | -6/+26 |
* | cosmetic change on usbsendbytes | AJM | 2010-06-10 | 1 | -1/+1 |
* | new reset scheme now works | AJM | 2010-06-09 | 1 | -1/+1 |
* | added a somewhat broken version of the reset magic number scheme. | AJM | 2010-06-09 | 4 | -76/+89 |
* | first approach at modding the reset scheme | AJM | 2010-06-09 | 3 | -31/+47 |
* | removed the callback for send functional descriptor. | AJM | 2010-06-09 | 3 | -5/+0 |
* | another fix for USB unheard print issue | bnewbold | 2010-06-07 | 1 | -18/+9 |
* | NEEDS REVIEW: fix for first usb write bug | bnewbold | 2010-06-04 | 1 | -3/+5 |
* | Preliminary wirish USBSerial implementation. | Perry Hung | 2010-06-04 | 3 | -26/+31 |
* | libcs3 refactor merge | Perry Hung | 2010-05-28 | 1 | -3/+4 |
* | [for AJ] added new HardwareUsb implementation. hack. | bnewbold | 2010-05-27 | 1 | -2/+2 |
* | changed the id for the serial port to 1eaf:0004, to match up with the windows... | AJM | 2010-05-22 | 1 | -1/+1 |
* | minor mods to adjust the driver number and the vendor product id's (serial po... | AJM | 2010-05-21 | 1 | -2/+2 |
* | modified the makefile to build the usb related files/removed all uintx_t to u... | AJM | 2010-05-20 | 3 | -66/+63 |
* | moved the usb directory to its proper home in ./libmaple | AJM | 2010-05-20 | 24 | -61/+4993 |
* | removed usb files from the libmaple into the application level core lib. | AJM | 2010-05-20 | 4 | -750/+0 |
* | added the skeleton dir for the usb application lib, since were still dependen... | AJM | 2010-05-20 | 1 | -0/+37 |
* | trivial: new cscope rule and warning fix | Perry Hung | 2010-04-30 | 1 | -1/+1 |
* | Various SPI changes. | Perry Hung | 2010-04-28 | 1 | -4/+7 |
* | Added a spi send block function | Perry Hung | 2010-04-27 | 2 | -3/+28 |
* | Fixed two compiler warnings in spi | Perry Hung | 2010-04-25 | 1 | -2/+2 |
* | Refactoring: | Perry Hung | 2010-04-25 | 2 | -1/+20 |
* | Added assert fails to exc.c | Perry Hung | 2010-04-25 | 1 | -8/+26 |
* | Initial SPI implementation. | Perry Hung | 2010-04-24 | 4 | -0/+253 |
* | Clear ODR for input pull-down mode. | Perry Hung | 2010-04-22 | 1 | -4/+3 |
* | PinMode pullup bug fix, wiring pin mode bug fix | Perry Hung | 2010-04-22 | 2 | -37/+55 |
* | after change of pin numbering scheme, NR_ANALOG_PINS doesn't make sense any more | bnewbold | 2010-04-21 | 1 | -1/+1 |
* | Aded two timer function to set max reload value and prescaler | Perry Hung | 2010-04-19 | 2 | -0/+46 |
* | Added libmaple gpio_read_bit | Perry Hung | 2010-04-19 | 1 | -0/+4 |
* | Cleanup: trivial rename for exception handlers, removed unnecessary | Perry Hung | 2010-04-01 | 3 | -408/+45 |
* | Licensing: Relicensed libmaple under the MIT License. | Perry Hung | 2010-03-31 | 27 | -230/+524 |
* | Removed inttypes.h | Perry Hung | 2010-03-31 | 17 | -118/+114 |
* | Removed remaining STM32 types and #defines. | Perry Hung | 2010-03-30 | 3 | -75/+71 |
* | Removed STM32 flash code, replaced with barebones hacks for now. | Perry Hung | 2010-03-30 | 6 | -7/+51 |
* | Merge branch 'master' into rcc-dev | Perry Hung | 2010-03-30 | 7 | -30/+247 |