Michael Hope
|
828facd2b7
|
Use stdint.h to define the basic types.
|
4 년 전 |
Daniel Nyström
|
4ab37d27d3
|
build-rules.mk: Add CROSS_COMPILE env var support
|
4 년 전 |
Daniel Nyström
|
ce07837e32
|
wirish/syscalls.c: Replace obsolete caddr_t with void *
|
4 년 전 |
Daniel Nyström
|
ffa57f5f4a
|
libmaple/timer.c: Sync enable_irq() declaration with it's definition
|
4 년 전 |
Magnus Lundin
|
f55297e7a3
|
Use linker symbol __text_start__ to setup base of nvic vector table.
|
4 년 전 |
Magnus Lundin
|
f66451de16
|
wirish/syscalls.c: add weak exit function.
|
4 년 전 |
Marti Bolivar
|
0fca062e2d
|
libmaple/usb/stm32f1/usb.c: cosmetics.
|
4 년 전 |
Marti Bolivar
|
07b56b89fb
|
libmaple/usb/stm32f1/usb.c: fix build error.
|
4 년 전 |
Marti Bolivar
|
58794b59d4
|
Merge remote-tracking branch 'wesen/bug/usb-resume'
|
4 년 전 |
Manuel Odendahl
|
5315e3a239
|
Preserve previous usb state when suspending / restore on resume
|
4 년 전 |
Marti Bolivar
|
13635d539f
|
usb_cdcacm: Reset transmitting flag in usbReset().
|
4 년 전 |
Marti Bolivar
|
048e70fc41
|
usb_cdcacm: Make USB lib globals weak symbols.
|
5 년 전 |
Marti Bolivar
|
964279b9bf
|
Merge branch 'bug/usb-full-ep'
|
5 년 전 |
Marti Bolivar
|
0dbf94bf31
|
usb_cdcacm.c: Fixups for usb_cdcacm_tx().
|
5 년 전 |
Marti Bolivar
|
df868dd75c
|
Merge branch 'dbl-buf-usb'
|
5 년 전 |
Marti Bolivar
|
d12a5b14e1
|
usb_reg_map.c: Fix incorrect function name call.
|
5 년 전 |
Marti Bolivar
|
9e14f40c20
|
usb_reg_map.h: Fix incorrect register bit definitions.
|
5 년 전 |
Manuel Odendahl
|
cea8158e97
|
Check if the last packet sent was the full endpoint size, in this case flush the host buffers by sending a 0 byte packet
|
5 년 전 |
Manuel Odendahl
|
7446068400
|
Handle sending 0 byte packets.
|
5 년 전 |
Marti Bolivar
|
e4bbddf052
|
Merge remote-tracking branch 'wesen/bug/bkp'
|
5 년 전 |
Manuel Odendahl
|
699f97fdcb
|
Move endpoint definitions to include files (they are now needed outside in usb_serial.cpp)
|
5 년 전 |
Manuel Odendahl
|
b3287225c5
|
Rename misleading ptr function
|
5 년 전 |
Manuel Odendahl
|
e6a138499d
|
Fix BKP write enable
|
5 년 전 |
Manuel Odendahl
|
bbff6fbf78
|
Set DCNTR before starting DMA transfer.
|
5 년 전 |
Manuel Odendahl
|
c95edd391e
|
Refactor setting a USB EP rx count
|
5 년 전 |
Manuel Odendahl
|
e0748ce668
|
Rename USB_EP_EP_KIND to USB_EP_EP_KIND_DBL_BUF
|
5 년 전 |
Manuel Odendahl
|
0c8ab1f655
|
Add double buffering routines
|
5 년 전 |
Dmitry Prokhorov
|
55aecffedf
|
Add fix to support Summon/Linaro GCC ARM embedded toolchain.
|
5 년 전 |
Marti Bolivar
|
e58051ea46
|
examples/blinky.cpp: Use toggleLED() instead of digitalWrite().
|
5 년 전 |
Marti Bolivar
|
4faf11574e
|
Merge remote-tracking branch 'wesen/bug/high-density-irqs'
|
5 년 전 |
Manuel Odendahl
|
8e14e7ff77
|
usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received.
|
5 년 전 |
Manuel Odendahl
|
ec9a59bef8
|
stm32f1/rules.mk: update include path for assembler files
|
5 년 전 |
Marti Bolivar
|
50448497f8
|
Add some missing LeafLabs copyright notices.
|
5 년 전 |
Marti Bolivar
|
e45697a65f
|
exti.c: Use exti_num enumerators instead of magic values.
|
5 년 전 |
Marti Bolivar
|
c5dfc108e6
|
Merge branch 'callback_interrupt_handlers'
|
5 년 전 |
Marti Bolivar
|
d9f8b4f8c4
|
EXTI examples: whitespace fixups.
|
5 년 전 |
Marti Bolivar
|
d3581c10d5
|
ext_interrupts.cpp: Doxygen fixups.
|
5 년 전 |
Marti Bolivar
|
ef280366bc
|
Whitespace fixups to EXTI files.
|
5 년 전 |
Aditya Gaddam
|
f86cbffa46
|
"Changed tabs to spaces. Changed some braces placement to match existing examples
|
5 년 전 |
Aditya Gaddam
|
bd703d8a4b
|
"Added two examples for using attachInterrupt. One shows the use of a global function. While the second shows the use of a static class method as the event handler. Both work on Maple REVC
|
5 년 전 |
Aditya Gaddam
|
e77b2b7f46
|
"Callback versions of functions now take voidArgumentFuncPtr. We can probably use voidFuncPtr instead, but this way people can see that the function expects something different. Existing functions haven't changed in signature.
|
5 년 전 |
Marti Bolivar
|
9992325cef
|
Include <stdint.h> from wirish.h.
|
5 년 전 |
Marti Bolivar
|
a62e15ab59
|
Fixups for Wire library builds.
|
5 년 전 |
Aditya Gaddam
|
f6f2601213
|
"Added ability to set callbacks for interrupts that get an argument. This argument can be the instance that needs to handle the interrupt, or just a random argument you might find useful later. Suggestions from mbolivar and iperry from pull53 on libmaple were taken into account.
|
5 년 전 |
Marti Bolivar
|
853d0b1a5a
|
HardwareSPI: move warning into .cpp from header.
|
5 년 전 |
Marti Bolivar
|
2022b933be
|
usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery.
|
5 년 전 |
Marti Bolivar
|
151ad0d460
|
notes/interrupts.txt: Fix typos and other errors.
|
5 년 전 |
Marti Bolivar
|
994c7b2683
|
Add notes/interrupts.txt.
|
5 년 전 |
Marti Bolivar
|
e8c974423c
|
Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register"
|
5 년 전 |
Marti Bolivar
|
64e8a234bf
|
usb_serial.cpp: Neaten up reset signal RX hook.
|
5 년 전 |