0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 30, 2024 — Nov 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Handle sending 0 byte packets. More... almost 13 years ago
Move endpoint definitions to include files (they are now needed outside in usb_serial.cpp) More... almost 13 years ago
Fix BKP write enable More... almost 13 years ago
Set DCNTR before starting DMA transfer. More... almost 13 years ago
Add fix to support Summon/Linaro GCC ARM embedded toolchain. More... almost 13 years ago
examples/blinky.cpp: Use toggleLED() instead of digitalWrite(). More... almost 13 years ago
Add double buffering routines More... about 13 years ago
Rename USB_EP_EP_KIND to USB_EP_EP_KIND_DBL_BUF More... about 13 years ago
Merge remote-tracking branch 'wesen/bug/high-density-irqs' More... about 13 years ago
usb_cdcacm.c: reenable the endpoint if an empty bulk transfer was received. More... about 13 years ago
stm32f1/rules.mk: update include path for assembler files stm32f1/performance: load stm32.h in order to have STM32_HIGH_DENSITY when necessary More... about 13 years ago
Added I2C slave echo example in examples folder. Using another maple, write a byte and then read. Slight tidy up. Reformatted CREDITS file to be in correct order. Added a note about buffer overrun More... about 13 years ago
I2C slave support cleanups. More... about 13 years ago
Add some missing LeafLabs copyright notices. More... about 13 years ago
exti.c: Use exti_num enumerators instead of magic values. More... about 13 years ago
Merge branch 'callback_interrupt_handlers' More... about 13 years ago
EXTI examples: whitespace fixups. More... about 13 years ago
ext_interrupts.cpp: Doxygen fixups. More... about 13 years ago
Whitespace fixups to EXTI files. More... about 13 years ago
"Changed tabs to spaces. Changed some braces placement to match existing examples Signed-off-by: Aditya Gaddam <[email protected]>" More... about 13 years ago
"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 Signed-off-by: Aditya Gaddam <[email protected]>" More... about 13 years ago
- tx and rx callbacks for each module - Callbacks can be called after each read/write cycle or per byte - Each I2C module can have different callbacks - General call support also working - Supports master and slave at same time. Also works with multimaster More... about 13 years ago
"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. Signed-off-by: Aditya Gaddam <[email protected]>" More... about 13 years ago
Include <stdint.h> from wirish.h. More... over 13 years ago
Fixups for Wire library builds. More... over 13 years ago
"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. Signed-off-by: Aditya Gaddam <[email protected]>" More... over 13 years ago
HardwareSPI: move warning into .cpp from header. More... over 13 years ago
usb_serial.cpp: Hackishly silence spurious warnings on VLDiscovery. More... over 13 years ago
notes/interrupts.txt: Fix typos and other errors. More... over 13 years ago
Add notes/interrupts.txt. More... over 13 years ago