index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmaple
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove usb_config.h.
Marti Bolivar
2011-10-18
3
-17
/
+28
*
usb: Disentangle CDC ACM functionality.
Marti Bolivar
2011-10-18
12
-882
/
+880
*
usb.c: Use usb_reg_map.h; replace most of CTR_LP().
Marti Bolivar
2011-10-18
1
-90
/
+244
*
usb: Remove usbPowerOff(), move usbPowerOn() to usb_callbacks.c.
Marti Bolivar
2011-10-18
3
-31
/
+15
*
usb: Prepare for moving some files to usb_reg_map.h.
Marti Bolivar
2011-10-18
4
-21
/
+39
*
Add usb_reg_map.h and usb_reg_map.c.
Marti Bolivar
2011-10-18
2
-0
/
+512
*
usb: Update README file.
Marti Bolivar
2011-10-18
1
-20
/
+1
*
Remove usb_hardware.c and usb_hardware.h.
Marti Bolivar
2011-10-18
4
-220
/
+6
*
usb: Replace duplicated code with nvic.h API.
Marti Bolivar
2011-10-18
5
-58
/
+19
*
usb: Cleanups and renames.
Marti Bolivar
2011-10-18
2
-21
/
+4
*
usb: Move some board-specific configuration to Wirish.
Marti Bolivar
2011-10-18
3
-39
/
+18
*
Add support for the Olimex STM32 H103 board.
David Kiliani
2011-09-27
1
-0
/
+6
*
Missed one hard-coded structure size.
RJ Ryan
2011-09-18
1
-1
/
+1
*
Fix memory alignment of USB descriptor structures.
RJ Ryan
2011-09-18
2
-155
/
+88
*
fixed a bug in usbreceivebytes
Andrew J Meyer
2011-07-01
1
-1
/
+5
*
libmaple: Fix warnings in libmaple source files
Perry Hung
2011-05-12
3
-8
/
+6
*
Converting all files to UNIX newlines.
Marti Bolivar
2011-05-10
13
-3308
/
+3308
*
SerialUSB fixups.
Marti Bolivar
2011-05-04
4
-11
/
+9
*
Resolving some FIXMEs.
Marti Bolivar
2011-04-11
2
-23
/
+3
*
Fixing typo in libmaple/usb/descriptors.h; thanks, StephenFromNYC!
Marti Bolivar
2011-03-17
1
-1
/
+1
*
Maple RET6 edition support
Marti Bolivar
2011-03-16
1
-5
/
+5
*
[WIP] GPIO refactor: seems ok, ready for review
Marti Bolivar
2011-03-11
5
-80
/
+39
*
Refactor linker scripts. Rename irq and exception handlers.
Perry Hung
2011-02-27
2
-2
/
+2
*
Cleaned out libmaple.h; this had wide-ranging implications.
Marti Bolivar
2011-02-27
2
-40
/
+109
*
Merge branch 'debug-serialusb'
Marti Bolivar
2011-02-12
7
-179
/
+180
|
\
|
*
readme and coding standard updates
Marti Bolivar
2010-12-21
1
-38
/
+46
|
*
Merge branch 'master' into debug-serialusb.
Marti Bolivar
2010-12-21
1
-196
/
+194
|
|
\
|
*
|
added a usbBlockingSendByte(char ch)
AJM
2010-12-14
2
-5
/
+11
|
*
|
changed the serialusb to be simplest possible design
AJM
2010-12-14
3
-51
/
+20
|
*
|
enlarged rx buffer and nak when less than 64 bytes is left in packet buf
AJM
2010-12-13
5
-20
/
+22
|
*
|
candidate bugfix for serialusb receive bug
AJM
2010-12-13
4
-26
/
+43
*
|
|
Fixing usb.c countTx race; thanks, geoffreymbrown!
Marti Bolivar
2011-02-09
1
-1
/
+1
|
|
/
|
/
|
*
|
Finished converting the Arduino docs
Marti Bolivar
2010-11-29
1
-234
/
+234
|
/
*
more sphinx docs
Marti Bolivar
2010-10-11
4
-174
/
+198
*
docs
Marti Bolivar
2010-10-11
1
-74
/
+83
*
whitespace cleanups
Marti Bolivar
2010-09-27
1
-46
/
+70
*
Portability fixes
bnewbold
2010-08-31
1
-3
/
+0
*
Merge maple-native changes into portable
bnewbold
2010-08-31
3
-8
/
+1
|
\
|
*
inital portability work
bnewbold
2010-08-25
3
-8
/
+1
*
|
Some refactoring
bnewbold
2010-08-05
2
-3
/
+4
|
/
*
added isConnected() to serialusb
bnewbold
2010-07-22
2
-0
/
+10
*
working serialUSB with timeout
bnewbold
2010-07-19
2
-0
/
+7
*
new usb_serial
bnewbold
2010-07-19
2
-50
/
+56
*
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
[next]