Roger Light
512769296a
Update STM32 RNGEN register bit name to more closely match documentation.
12 years ago
Ken Sarkies
70746ccd67
Change to make L1 series fit with common files
12 years ago
Ken Sarkies
7d55ebbe0c
Adjustments to fix documentation
12 years ago
Ken Sarkies
e34ad9b3d2
rebase and fix
12 years ago
Ken Sarkies
4ab5c94b90
Proposed deduplication of peripherals, GPIO example
See rambling post on dev list for justification
12 years ago
Piotr Esden-Tempski
d08d366e75
[doc] Added preliminary STM32 CAN documentation.
12 years ago
Piotr Esden-Tempski
b2af3ca540
[doc] Cosmetic.
12 years ago
Piotr Esden-Tempski
d64ec3cf58
Merge pull request #62 "Documentation updates for new devices"
Merge remote-tracking branch 'ksarkies/doc'
12 years ago
Piotr Esden-Tempski
956b1dbce4
[examples] Added usart example for obldc strip.
12 years ago
Ken Sarkies
35c0863a75
Documentation updates
12 years ago
Piotr Esden-Tempski
4691568ca4
[examples] Added CAN example for obldc strip.
12 years ago
Piotr Esden-Tempski
7006d3c457
[examples] Added systick example for obldc strip.
12 years ago
Piotr Esden-Tempski
d1e789b5b7
[examples] Added obldc strip led example.
12 years ago
Piotr Esden-Tempski
1544800a23
Made all Lisa/M 2.0 examples luftboot ready.
12 years ago
Piotr Esden-Tempski
898691e5ef
Updated and backported improvements form the Lisa/M 2.0 CAN example.
12 years ago
Piotr Esden-Tempski
5d4d84026a
Added updated and improved CAN example for Lisa/M 2.0.
12 years ago
Piotr Esden-Tempski
020ec859df
Fixed cut and paste typo for CAN banks.
12 years ago
Piotr Esden-Tempski
f714ee42c0
Merging pull request #60 Miscellaneous DMA fixes for F4
Merge remote-tracking branch 'bgamari/master'
12 years ago
Ben Gamari
095e6cdb5d
stm32f4/dma: Fix cut-and-paste error
12 years ago
Ben Gamari
f3557b8d60
stm32f4/dma: Fix DMA_ISR_OFFSET definition
12 years ago
Ben Gamari
2fe567e25d
stm32f4: Add dma.o
12 years ago
Piotr Esden-Tempski
d87e751f71
Added directories with autogenerated files to the ignore list.
12 years ago
Piotr Esden-Tempski
971a295d43
Adjusted path to nvic.h.
12 years ago
Karl Palsson
d417666095
Eliminate redundant gpio code from f2/f4/l1
Implemented as per exti2
12 years ago
Karl Palsson
db5d19b4d4
Update documentation to reflect reality
12 years ago
Karl Palsson
bffaa72f7e
Remove debug code.
12 years ago
Karl Palsson
ce8f47e7df
Enable nvic and exti support for L1
And include an example that uses it.
12 years ago
Karl Palsson
b860504fed
Add L1 to nvic, now that it's all generated
12 years ago
Karl Palsson
25acaa5878
Add usart support for L1.
Only tested with basic tx blocking, ie, the same example code as on
F2/F4, but the description of the block is almost identical.
12 years ago
Karl Palsson
2e5cfa39a5
Ignore generated files
12 years ago
Karl Palsson
4941286454
STM32L1 support, rebased onto upstream generalizations branch.
Working example again.
12 years ago
Karl Palsson
e4f84278f2
Add most of the rcc functions.
(Add the forgotten gpio.c file from before)
12 years ago
Karl Palsson
9aed64a19d
Finish RCC definitions => Working example!
12 years ago
Karl Palsson
8318384cf1
More progress towards L1 support.
Believe gpio is complete, but untested without finishing at least the
RCC defines.
RCC defines are a work in progress
12 years ago
Karl Palsson
2011941b55
Vectors and Memory Map for STM32L1 series
13 years ago
Karl Palsson
f1f1aa84f3
Use make flags to help control where the library is installed
Where the library is installed has quite an affect on what -L and -I
flags are used. If you install into the toolchain, you don't want
to use them at all, but if you install out of tree (/opt/mycm3 for
example) you need to specify the -L and -I flags.
Update the documentation and the example makefiles to support this
13 years ago
Piotr Esden-Tempski
507a1742dc
Merge pull request #57 F2/F4 timer merging action
Merge remote-tracking branch 'tdaede/f4-timer'
12 years ago
Piotr Esden-Tempski
76c7357c00
Fixed header clean target find call for Darwin BSD find too.
12 years ago
Piotr Esden-Tempski
8091f10576
Merge pull request #56 Allow make to build libs/examples in parallel.
Merge remote-tracking branch 'karlp/pr_parallel_makes'
12 years ago
Piotr Esden-Tempski
08129a5644
Fixed stm32f4-discovery/usb_cdcacm example for deduplication patches.
12 years ago
Piotr Esden-Tempski
def9b9f381
Added new f4 adc module to the library makefile.
12 years ago
Piotr Esden-Tempski
f5df25d6de
Merge pull request #55 STM32F4: New adc module
Merge remote-tracking branch 'ksarkies/adc-f4'
12 years ago
Piotr Esden-Tempski
60aa32e2b9
Merge pull request #53 CAN fixes
Merge remote-tracking branch 'tdaede/master'
12 years ago
Ken Sarkies
68e6818761
STM32F4 New: headers and source code for DMA
This has been tested with some dac, timer and (as yet uncommitted) adc examples.
12 years ago
Ken Sarkies
5a6b1a1934
STM32F1 Addition to DMA to add interrupt flag read and clear.
Additional macros and defines added to header for the purpose.
Also disable of increment modes (seem to have been omitted originally).
12 years ago
Piotr Esden-Tempski
6b2ca89f48
Merge pull request #22 fixing usb and f4 alignment issues
Merge remote-tracking branch 'jdk/master'
Conflicts:
lib/stm32/f1/Makefile
lib/stm32/f4/Makefile
12 years ago
Thomas Daede
016c74af25
F2 timers are the same as F4 timers, so make the same changes to them
12 years ago
Piotr Esden-Tempski
fd3ee124f8
Fixed find call for Darwin BSD find.
12 years ago
Thomas Daede
9468933735
Add back timer_set_option for STM32F4, and document.
12 years ago
Thomas Daede
a56764667c
Update comments and copy author from F4 version.
12 years ago