bf01d890f6
[STM32F0] Add support for timers.
Frantisek Burian
2014-03-03 00:33:32 +01:00
f780075d4d
add dac support to stm32 f0
Rick Kimball
2014-03-11 12:31:21 -04:00
7816501dbc
Changes to the header includes for all STM32 peripherals to remove variations, redundancies, add missing, fix errors. All c files refer only to the dispatch style headers in /include/stm32. Those headers #include memorymap.h and cm3/common.h. All references to these are removed from the family specific headers. Ethernet untouched as it appears incomplete.
Ken Sarkies
2014-02-21 09:04:19 +10:30
0f29fc8b1b
[sam3a] apply SRCLIBDIR patch
Felix Held
2014-03-01 18:16:33 +01:00
0d08891c8d
[stm32f1] Fix bad RCC_ definitions for issue #77
Frantisek Burian
2014-01-10 16:36:42 +01:00
5248bee639
[sam3] show the sam3 subfamilies in the doxygen-generated documentation
Felix Held
2014-02-24 03:53:13 +01:00
641fbffe9a
[sam3a] add irq table and memory map
Felix Held
2014-02-07 13:56:19 +01:00
26edb8ec42
[sam3s8] add flash size information for linker script generator
Felix Held
2014-02-07 13:54:45 +01:00
b599095e6c
[sam3x] add missing DACC_BASE and remove double definition of RTC_BASE
Felix Held
2014-02-07 13:53:56 +01:00
7681597e42
Use type suffix to avoid warnings
Stefan Agner
2014-01-20 00:51:14 +01:00
0af6d06eda
Deduplication of flash code for STM32F0 and F1. Extension of code for STM32F1 to allow for dual bank series XL. Small changes to documentation for F2, F4 and L1 to add a parameter reference.
Ken Sarkies
2014-01-24 16:16:53 +10:30
a4d9a41093
[Style] Don't use editor droppings in files, please.
Frantisek Burian
2014-02-06 00:46:05 +01:00
07d0076934
Updates for STM32F429 chip
cmcmanis
2014-01-01 11:52:50 -08:00
c858e9552a
[stm32f3] Because f0 and f3 dma units are equal, dma irq names have been changed to be the same.
memeruiz
2014-01-14 04:43:36 -06:00
cf21290488
[stm32f3] Moving common f0 an f3 functions together. New init_master function.
memeruiz
2014-01-14 04:35:22 -06:00
8782a60b48
[stm32][f1|f3] fix adc_set_injected_sequence
Felix Ruess
2014-02-01 18:10:08 +01:00
5830a1ee8a
usb-cdc: Add enums for parity/stop bit definitions
Karl Palsson
2014-01-18 20:45:56 +00:00
5ba8b10428
Add method to clear the systick value, that is undefined at startup.
Frantisek Burian
2014-01-10 18:25:30 +01:00
3c6e9fd56d
Fix a number of top level doxygen issues. So that the navigation pane works correctly in browsers. Some additional doc fixes put in where found (but many more still to go). Added some dummy .c and .h files to bring the associated docs into line. makefile changed to allow 'make html' as well as 'make doc' (the latter only does html anyway).
Ken Sarkies
2014-01-14 22:58:48 +10:30
a54a12e1c9
Documentation added to flash modules for all STM32 families.
Ken Sarkies
2014-01-16 05:49:57 +10:30
ff3b177c47
[GENLINK] Add test patterns
BuFran
2013-07-06 16:13:46 +02:00
89236f0339
[GENLINK] Add Test suite + simple test
BuFran
2013-07-06 16:21:45 +02:00
bfdc2cd991
[GENLINK] correct the whitespace bug
BuFran
2013-07-06 16:13:05 +02:00
ea5bbdc08c
Add Example makefile to linker script generator dir
BuFran
2013-07-05 20:45:00 +02:00
d38f3bbde5
Add Readme to linker script generator dir
BuFran
2013-07-05 20:44:44 +02:00
de5117e945
Add example to the device database file
BuFran
2013-07-05 19:41:46 +02:00
19fbf4e582
Add the linker generator makefile
BuFran
2013-07-05 19:34:48 +02:00
f7620ae148
* unnecessary PG bit clearing removed from flash word and half-word programming to improve speed * missing PG bit set is inserted at word programming
molnarkares
2013-11-02 11:05:50 +01:00
db3dc42dd6
[CM3:DWT] Add the file to library build process for each target
Frantisek Burian
2013-09-12 16:11:51 +02:00