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
*
I2C: Move CCR/TRISE config helper back to libmaple/i2c.c.
Marti Bolivar
2012-06-22
2
-37
/
+41
*
<libmaple/i2c.h>: Add I2C_CCR_DUTY bit value definitions.
Marti Bolivar
2012-06-22
1
-1
/
+3
*
i2c-mcp4725-dac.cpp: Fix whitespace.
Marti Bolivar
2012-06-22
1
-59
/
+59
*
Add I2C example for MCP4725 DAC.
Marti Bolivar
2012-06-22
1
-0
/
+145
*
libmaple/stm32f1/i2c.c: Add Doxygen file header.
Marti Bolivar
2012-06-22
1
-0
/
+5
*
i2c_dev: deprecate .gpio_port.
Marti Bolivar
2012-06-22
4
-23
/
+77
*
STM32F1: i2c_config_gpios(): Do afio_remap() if we should.
Marti Bolivar
2012-06-22
1
-0
/
+4
*
I2C: Move nonportable CCR/TRISE configuration.
Marti Bolivar
2012-06-22
3
-33
/
+44
*
I2C: Deprecate I2C_REMAP flag.
Marti Bolivar
2012-06-22
3
-7
/
+26
*
I2C: Move F1-only errata workarounds out of libmaple/i2c.c.
Marti Bolivar
2012-06-22
4
-30
/
+57
*
libmaple/i2c.c: Cosmetics.
Marti Bolivar
2012-06-22
1
-188
/
+190
*
libmaple/i2c.c: Keep authorship straight.
Marti Bolivar
2012-06-22
1
-0
/
+1
*
I2C: Add i2c_config_gpios(), i2c_master_release_bus().
Marti Bolivar
2012-06-22
3
-6
/
+43
*
<libmaple/i2c.h>: Fix Doxygen.
Marti Bolivar
2012-06-22
1
-3
/
+3
*
libmaple/i2c.h: Better comments.
Marti Bolivar
2012-06-22
1
-2
/
+16
*
libmaple/i2c.c: Replace throb() with ASSERT(0).
Marti Bolivar
2012-06-22
1
-1
/
+1
*
I2C: I don't think 10-bit addressing works.
Marti Bolivar
2012-06-22
1
-0
/
+3
*
<libmaple/i2c.h>: Move low-level routines to end of file.
Marti Bolivar
2012-06-22
1
-71
/
+73
*
I2C: Fix Doxygen F1-isms.
Marti Bolivar
2012-06-22
1
-3
/
+6
*
i2c_set_input_clk(): fix an F1-ism.
Marti Bolivar
2012-06-22
2
-1
/
+26
*
Move i2c_dev and i2c_state into new i2c_common.h.
Marti Bolivar
2012-06-22
3
-31
/
+84
*
libmaple/i2c.h: Cosmetics.
Marti Bolivar
2012-06-22
1
-1
/
+4
*
I2C: Restore on F1, refactoring prep for F2.
Marti Bolivar
2012-06-22
7
-63
/
+171
*
libmaple/i2c.c: Cosmetics.
Marti Bolivar
2012-06-22
1
-2
/
+0
*
<libmaple/i2c.h>: Cosmetics.
Marti Bolivar
2012-06-22
1
-6
/
+6
*
<libmaple/i2c.h>: Cosmetics.
Marti Bolivar
2012-06-22
1
-20
/
+20
*
<libmaple/i2c.h>: Add missing register bit defns.
Marti Bolivar
2012-06-22
1
-0
/
+22
*
libmaple/i2c.h: Assert LeafLabs copyright.
Marti Bolivar
2012-06-22
1
-0
/
+1
*
Fix I2C_CR2_FREQ bit definition.
Marti Bolivar
2012-06-22
1
-1
/
+1
*
libmaple/i2c.h: Cosmetics.
Marti Bolivar
2012-06-22
1
-1
/
+1
*
libmaple/i2c.h: Don't use BIT().
Marti Bolivar
2012-06-22
1
-40
/
+40
*
<libmaple/dma.h>: Assert LeafLabs copyright.
Marti Bolivar
2012-06-21
1
-0
/
+1
*
Port test-usart-dma.cpp for STM32F2.
Marti Bolivar
2012-06-15
1
-0
/
+9
*
Implement DMA tube API on STM32F2.
Marti Bolivar
2012-06-15
4
-2
/
+1315
*
Port test-usart-dma.cpp to use tube API.
Marti Bolivar
2012-06-15
1
-13
/
+61
*
Implement DMA tube API on STM32F1.
Marti Bolivar
2012-06-15
2
-4
/
+60
*
DMA: prep for F2 with new "tube" API.
Marti Bolivar
2012-06-15
6
-366
/
+1038
*
test-usart-dma.cpp: tweaks.
Marti Bolivar
2012-06-13
1
-16
/
+17
*
examples/test-usart-dma.cpp: Use HardwareSerial::c_dev().
Marti Bolivar
2012-06-13
1
-18
/
+19
*
examples/test-usart-dma.cpp: Cleanups and comments.
Marti Bolivar
2012-06-13
1
-49
/
+78
*
HardwareTimer: add a c_dev().
Marti Bolivar
2012-06-13
1
-0
/
+8
*
HardwareSPI: add a c_dev().
Marti Bolivar
2012-06-13
1
-0
/
+8
*
HardwareSerial: Add c_dev() accessor for instance's usart_dev*.
Marti Bolivar
2012-06-13
1
-0
/
+4
*
Add stm32_private.h.
Marti Bolivar
2012-06-12
1
-0
/
+45
*
Typo fix.
Marti Bolivar
2012-06-12
1
-1
/
+1
*
Build libmaple/dma.c on STM32F1.
Marti Bolivar
2012-06-12
1
-1
/
+3
*
maple: board.cpp: More comments.
Marti Bolivar
2012-06-08
1
-5
/
+5
*
Bring back <wirish/wirish_debug.h>.
Marti Bolivar
2012-06-08
5
-7
/
+105
*
maple: board.h: More comments, remove SYSTICK_RELOAD_VAL.
Marti Bolivar
2012-06-08
1
-9
/
+14
*
enum spi_mode: Add more descriptive enumerators, documentation.
Marti Bolivar
2012-06-07
1
-11
/
+16
[next]