libopencm3/lib/stm32
Ken Sarkies a60ae5044c STM32 DMA: replaced F4 header to match that for F2, and move header and source files to common.
In the header:
- Fix DMA_SxCR_CT: change shift from 18 to 19
For use with the convenience functions:
- Added DMA_SxCR_CHSEL generic values
- Added DMA_STREAM - generic values
- Added dma_if_offset - rather than separating out LISR and HISR
- Added masks
- Added dma_disable_double_buffer_mode()
2013-01-08 08:16:25 +10:30
..
common STM32 DMA: replaced F4 header to match that for F2, and move header and source files to common. 2013-01-08 08:16:25 +10:30
f1 Merging pull request #63 Improvements to STM32F1 I2C, CAN, RCC, and USB (f107) 2013-01-06 17:52:43 -08:00
f2 STM32 DMA: replaced F4 header to match that for F2, and move header and source files to common. 2013-01-08 08:16:25 +10:30
f4 STM32 DMA: replaced F4 header to match that for F2, and move header and source files to common. 2013-01-08 08:16:25 +10:30
l1 [l1] Add common timer code support. 2012-11-14 00:27:13 +00:00
can.c Merging pull request #63 Improvements to STM32F1 I2C, CAN, RCC, and USB (f107) 2013-01-06 17:52:43 -08:00
crc.c Initial documentation for SPI, I2C and CRC 2012-10-16 14:08:04 -07:00
dac.c ADC documentation added 2012-08-31 09:54:31 +09:30
desig.c Merge branch 'master' of git://github.com/libopencm3/libopencm3 into upstream-merge 2012-11-13 13:13:40 -08:00
exti2.c Enable nvic and exti support for L1 2012-11-07 21:54:18 +00:00
i2c.c stm32/i2c: Add DOXYGEN strings for i2c helper functions. 2012-10-22 15:48:22 -07:00
iwdg.c ADC documentation added 2012-08-31 09:54:31 +09:30
spi.c Initial documentation for SPI, I2C and CRC 2012-10-16 14:08:04 -07:00
timer.c [l1] Add common timer code support. 2012-11-14 00:27:13 +00:00
usart.c Merging pull request #64 Various changes 2013-01-06 17:56:13 -08:00