index
:
librambutan
legacy
master
newprint
stm32f4discovery
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
build-rules.mk: Add CROSS_COMPILE env var support
Daniel Nyström
2013-06-04
1
-9
/
+11
*
wirish/syscalls.c: Replace obsolete caddr_t with void *
Daniel Nyström
2013-06-04
1
-6
/
+7
*
libmaple/timer.c: Sync enable_irq() declaration with it's definition
Daniel Nyström
2013-06-04
1
-1
/
+1
*
Use linker symbol __text_start__ to setup base of nvic vector table.
Magnus Lundin
2013-05-03
1
-5
/
+7
*
wirish/syscalls.c: add weak exit function.
Magnus Lundin
2013-05-02
1
-0
/
+5
*
libmaple/usb/stm32f1/usb.c: cosmetics.
Marti Bolivar
2013-04-30
1
-99
/
+99
*
libmaple/usb/stm32f1/usb.c: fix build error.
Marti Bolivar
2013-04-29
1
-1
/
+1
*
Merge remote-tracking branch 'wesen/bug/usb-resume'
Marti Bolivar
2013-04-26
2
-7
/
+14
|
\
|
*
Preserve previous usb state when suspending / restore on resume
Manuel Odendahl
2013-04-26
2
-7
/
+14
*
|
usb_cdcacm: Reset transmitting flag in usbReset().
Marti Bolivar
2013-04-15
1
-0
/
+1
*
|
usb_cdcacm: Make USB lib globals weak symbols.
Marti Bolivar
2013-01-18
1
-3
/
+6
*
|
Merge branch 'bug/usb-full-ep'
Marti Bolivar
2013-01-18
3
-32
/
+50
|
\
\
|
*
|
usb_cdcacm.c: Fixups for usb_cdcacm_tx().
Marti Bolivar
2013-01-17
1
-11
/
+8
|
*
|
Check if the last packet sent was the full endpoint size, in this case flush ...
Manuel Odendahl
2013-01-17
1
-1
/
+12
|
*
|
Handle sending 0 byte packets.
Manuel Odendahl
2013-01-17
2
-6
/
+16
|
*
|
Move endpoint definitions to include files (they are now needed outside in us...
Manuel Odendahl
2013-01-17
2
-21
/
+21
|
|
/
*
|
Merge branch 'dbl-buf-usb'
Marti Bolivar
2013-01-17
2
-26
/
+217
|
\
\
|
*
|
usb_reg_map.c: Fix incorrect function name call.
Marti Bolivar
2013-01-17
1
-1
/
+1
|
*
|
usb_reg_map.h: Fix incorrect register bit definitions.
Marti Bolivar
2013-01-17
1
-5
/
+5
|
*
|
Rename misleading ptr function
Manuel Odendahl
2013-01-17
1
-1
/
+1
|
*
|
Refactor setting a USB EP rx count
Manuel Odendahl
2013-01-17
1
-18
/
+7
|
*
|
Rename USB_EP_EP_KIND to USB_EP_EP_KIND_DBL_BUF
Manuel Odendahl
2013-01-17
1
-5
/
+5
|
*
|
Add double buffering routines
Manuel Odendahl
2013-01-17
2
-24
/
+226
|
|
/
*
|
Merge remote-tracking branch 'wesen/bug/bkp'
Marti Bolivar
2013-01-17
1
-2
/
+2
|
\
\
|
*
|
Fix BKP write enable
Manuel Odendahl
2013-01-17
1
-2
/
+2
|
|
/
*
/
Set DCNTR before starting DMA transfer.
Manuel Odendahl
2013-01-17
2
-0
/
+11
|
/
*
Add fix to support Summon/Linaro GCC ARM embedded toolchain.
Dmitry Prokhorov
2013-01-05
1
-0
/
+4
*
examples/blinky.cpp: Use toggleLED() instead of digitalWrite().
Marti Bolivar
2013-01-01
1
-8
/
+1
*
Merge remote-tracking branch 'wesen/bug/high-density-irqs'
Marti Bolivar
2012-11-08
3
-1
/
+6
|
\
|
*
stm32f1/rules.mk: update include path for assembler files
Manuel Odendahl
2012-11-07
3
-1
/
+6
*
|
usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received.
Manuel Odendahl
2012-11-08
1
-0
/
+7
|
/
*
Add some missing LeafLabs copyright notices.
Marti Bolivar
2012-09-04
7
-0
/
+7
*
exti.c: Use exti_num enumerators instead of magic values.
Marti Bolivar
2012-09-03
1
-16
/
+16
*
Merge branch 'callback_interrupt_handlers'
Marti Bolivar
2012-09-03
7
-34
/
+263
|
\
|
*
EXTI examples: whitespace fixups.
Marti Bolivar
2012-09-03
2
-22
/
+22
|
*
ext_interrupts.cpp: Doxygen fixups.
Marti Bolivar
2012-09-03
1
-26
/
+2
|
*
Whitespace fixups to EXTI files.
Marti Bolivar
2012-09-03
2
-5
/
+4
|
*
"Changed tabs to spaces. Changed some braces placement to match existing exam...
Aditya Gaddam
2012-09-03
2
-48
/
+44
|
*
"Added two examples for using attachInterrupt. One shows the use of a global ...
Aditya Gaddam
2012-09-03
2
-0
/
+141
|
*
"Callback versions of functions now take voidArgumentFuncPtr. We can probably...
Aditya Gaddam
2012-09-02
4
-6
/
+6
|
*
"Added ability to set callbacks for interrupts that get an argument. This arg...
Aditya Gaddam
2012-08-31
5
-24
/
+141
*
|
Include <stdint.h> from wirish.h.
Marti Bolivar
2012-08-31
1
-0
/
+2
*
|
Fixups for Wire library builds.
Marti Bolivar
2012-08-31
6
-8
/
+10
*
|
HardwareSPI: move warning into .cpp from header.
Marti Bolivar
2012-08-27
2
-5
/
+5
*
|
usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.
Marti Bolivar
2012-08-27
1
-0
/
+6
|
/
*
notes/interrupts.txt: Fix typos and other errors.
Marti Bolivar
2012-08-23
1
-29
/
+27
*
Add notes/interrupts.txt.
Marti Bolivar
2012-08-23
1
-0
/
+348
*
Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register"
Marti Bolivar
2012-08-22
1
-4
/
+4
*
usb_serial.cpp: Neaten up reset signal RX hook.
Marti Bolivar
2012-08-22
1
-34
/
+33
*
Re-work the constraints on delay_us(). Ask GCC to allocate a register
Michael Hope
2012-08-22
1
-4
/
+4
[next]