dd75633245
Adding some useful functions for wakeup timer interrupts
Michael Aherne
2013-02-26 21:22:19 -08:00
a121769785
Adding f4-specific rtc functions
Michael Aherne
2013-02-26 18:23:31 -08:00
8c8b6440e7
Formatting and commenting
Michael Aherne
2013-02-26 17:48:23 -08:00
8498b54c66
Minor fixes to RTC definitions
Michael Aherne
2013-02-26 17:06:26 -08:00
5b596c72d6
[stm32] [lib] Fixed declaration of spi_clean_disable to match implementation.
Piotr Esden-Tempski
2013-02-26 20:03:00 -08:00
9d24a480ae
Implement SPI clean disable from TODO comment
Zachary Crockett
2013-02-26 17:30:48 +08:00
8a0b8fa9d8
[examples] [maple] Fixed all warnings in the new leaf maple examples.
Piotr Esden-Tempski
2013-02-26 19:53:57 -08:00
6ce2c6e13d
Add a few example programs for the Leaf Maple / IteadMaple boards.
Weston Schmidt
2013-02-26 02:41:25 -08:00
b3d895bc64
SPIEX: Fixed warnings in the new SPI examples.
Piotr Esden-Tempski
2013-02-26 19:44:45 -08:00
cf87aeb714
[examples] added simple spi and dma based spi examples for stm32 f1 on Lisa/M v2 board
Stephen Dwyer
2013-02-26 12:24:56 -07:00
3d3ddc7014
Fixed all warnings for examples.
Piotr Esden-Tempski
2013-02-26 19:33:42 -08:00
9c552e7585
Fix all remaining lib warnings.
Piotr Esden-Tempski
2013-02-26 17:32:07 -08:00
ea67d6a36a
Fixed all warnings in stm32l1 lib.
Piotr Esden-Tempski
2013-02-26 17:28:20 -08:00
1a025b5379
Fix all warnings for stm32f4 lib.
Piotr Esden-Tempski
2013-02-26 17:19:22 -08:00
7cd9b43529
Fix all warnings for stm32f2 lib.
Piotr Esden-Tempski
2013-02-26 17:17:43 -08:00
80fd23580a
Fix all warnings for stm32f1 lib.
Piotr Esden-Tempski
2013-02-26 17:14:31 -08:00
b0233ae6fb
Added more warning CFLAGS to all makefiles.
Piotr Esden-Tempski
2013-02-26 16:42:20 -08:00
c51e01e0fe
Remove duplicate declaration
Michael Aherne
2013-02-26 16:20:03 -08:00
e56f4194a6
COMMON: Fix a tiny macro typo!
Piotr Esden-Tempski
2013-02-26 16:00:04 -08:00
5e7ec39440
FLASH: Make sure that the flash unlock register state is cleared before trying to unlock the flash.
Piotr Esden-Tempski
2013-02-26 15:25:55 -08:00
bc853e7ebd
Fixed gpio_primary_remap; swjdisable is pre-shifted and therefore needs to be u32.
Vegard Storheil Eriksen
2013-02-26 13:49:42 +01:00
1e1859e8c7
ADC: Fix CR usage in adc_enable_discontinuous_mode_regular. Fixes#101
Piotr Esden-Tempski
2013-02-25 17:15:43 -08:00
e62f0e10f3
Merge pull request #100 from alex-n-/master
Karl Palsson
2013-02-25 05:38:50 -08:00
0dbcf69d41
fix stm32f2 sdio base adress
alexn
2013-02-25 14:08:53 +01:00
3e587dce68
fix stm32f4 sdio base adress
alexn
2013-02-25 14:07:51 +01:00
aa54eae5be
CAN support STM32F4
alexn
2013-02-25 14:04:18 +01:00
9e24b33d90
[cm3] add missing declaration for systick_get_reload
Felix Ruess
2013-02-24 16:06:27 +01:00
3277c58550
Merge remote-tracking branch 'github/deprecationmacro'
Piotr Esden-Tempski
2013-02-19 11:37:56 -08:00
cb2fd43666
Removed dummy character string from examples due to api change in: 7a5da60
Piotr Esden-Tempski
2013-01-09 00:39:42 -08:00
7ba100f569
lm4f: Update miniblink example to demonstrate clock API
Alexandru Gagniuc
2013-01-09 02:12:21 -06:00
4b2d9aca7b
lm4f: Make miniblink example more readable, by defining RGB pins
Alexandru Gagniuc
2013-01-08 22:18:53 -06:00
7957cffaa3
lm4f: Add API for controlling the system run clock sources
Alexandru Gagniuc
2013-01-01 17:21:58 -06:00
03d04ad10a
lm4f: Add API for enabling/disabling peripherals clock source
Alexandru Gagniuc
2012-11-29 19:37:45 -06:00
85308f562a
Minor cleanup to use dispatch memorymap.h
Ken Sarkies
2012-12-06 03:32:52 +10:30
efee94901a
CRC moved to common area
Ken Sarkies
2012-12-06 03:25:51 +10:30
e831f4db51
I2C to common area F2/4 has now I2C3 included
Ken Sarkies
2012-12-06 03:09:33 +10:30
312d887825
IWDG moved to common area
Ken Sarkies
2012-12-06 02:45:17 +10:30
0878a534cd
Move usart files to common area Again added to L1 which is similar to F1
Ken Sarkies
2012-12-05 17:52:15 +10:30
1029597e70
Move DAC to common area (Note there are now dummy source files dac.c (and others) that are not compiled but are needed for documentation).
Ken Sarkies
2012-12-05 16:05:40 +10:30
7ec382c7d5
STM32: Moved SPI code into the common area. Updated the documentation so that it appears in all families Also added it to the L1 area, but is untested. An addition to the memorymap allows commonality and a #ifdef added to the spi_common_all code to exclude the case of SPI3 for L1 and F0 as SPI3 doesn't exist in those. An rcc dispatch header was added to remove same code from the spi header.
Ken Sarkies
2012-12-05 15:36:44 +10:30
61f2cb3f99
Move STM32F1 DMA files to respective common directories This sets the stage for adding DMA to STM32F3xx (when added) and STM32L1xx as the controller appears to be identical in these.
Ken Sarkies
2012-11-30 13:13:41 +10:30
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()
Ken Sarkies
2012-11-30 06:39:57 +10:30
4d234c7e27
Marked some dummy variables in examples as unused, so that the newer GCC stops complaining.
Piotr Esden-Tempski
2013-01-06 21:17:00 -08:00
0eeca37e9f
Fixed compilation of all the examples after merging pull requests...
Piotr Esden-Tempski
2013-01-06 18:32:18 -08:00
f83f8d55d7
Merging pull request #74 LM4F initial support
Piotr Esden-Tempski
2013-01-06 18:09:21 -08:00