Bruno Randolf
833ddd9b0a
stm32: rtc: clear wakeup clock selection
...
Clear wakeup clock selection before setting the desired bits, so no
old bits can stay set
Reviewed-by: Karl Palsson <karlp@tweak.net.au>
2019-06-02 22:18:05 +00:00
Bruno Randolf
b8424263e8
stm32:l4: rcc: Add RTC clock functions
2019-06-02 22:18:05 +00:00
Bruno Randolf
2c1823f7bb
stm32:l4: pwr: Add en/disable_backup_domain_write_protect()
2019-06-02 22:18:05 +00:00
Bruno Randolf
a1f58ea8ae
stm32:l4: Add interrupts for STM32L4x5/STM32L4x6
...
Add all interrups from RM0351
2019-06-02 22:18:05 +00:00
Bruno Randolf
fe722d4643
stm32:l4: rcc: Add helper functions
...
Add functions for PLL output and 48MHz clock source selection
2019-06-02 22:18:05 +00:00
Bruno Randolf
a1ffdc59f0
stm32:l4: flash: Program in double words
...
According to RM0351 and RM0394 flash needs to be programmed by double words.
Also fix flash_program() which was wrong anyways.
Reviewed-by: Karl Palsson <karlp@tweak.net.au>
2019-06-02 22:17:55 +00:00
Karl Palsson
49a3cddba0
stm32f4:rcc: add new api directly to deprecated message
...
This makes the compiler warnings more useful.
2019-06-02 20:36:57 +00:00
Karl Palsson
f990030440
stm32f4: rcc: move deprecated attribute to header
...
This makes it actually generate deprecated warnings. The deprecated
doxygen stays with the .c file as before.
2019-06-02 12:50:34 +00:00
Karl Palsson
a9dde2832e
stm32f4: rcc: drop 48 & 120 MHz configs
...
48Mhz has no purpose other than to be a naiive method of haivng working
USB. 120MHz never had any purpose, other than to match the f2 code it
was copied from. Drop them both. Remaining configs are all max speeds
for various F4 parts. Lower speeds are all custom
2019-06-02 10:50:10 +00:00
Miguel Sánchez de León Peque
1d68c299e8
stm32f4: add HSI clock configurations
2019-06-02 10:39:18 +00:00
Miguel Sánchez de León Peque
ca6dcfbea1
stm32f4: rcc: support hsi pll source
2019-06-02 10:38:43 +00:00
Matthew Lai
eed780e2c1
stm32f7: irqs: Fix typo in i2c4*
...
This also unifies the whitespace in the file.
Reviewed-by: Karl Palsson <karlp@tweak.net.au>
2019-05-26 21:34:08 +00:00
Karl Palsson
f700781975
genlinkk-config: fix missing .a suffix
...
Fixes: 96d094af13 mk/genlink-config: provide LIBNAME in devices autogeneration
The initial fix had fixed the examples repo, but broke the tests and the
template repo. Restore the suffix properly.
2019-05-25 21:28:04 +00:00
Karl Palsson
96d094af13
mk/genlink-config: provide LIBNAME in devices autogeneration
...
This makes the generic rules workk happily regardless of whether the
linkerscript generation is being used or not.
Notably, in the examples repo, use of the linker script autogeneration
was retriggering library builds as LIBNAME was unset and therefore the
libraries lib<blank>.a couldn't be found.
2019-05-22 12:09:35 +00:00
Oliver Meier
5853678003
.gitignore: ignore autogenerated include/libopencmsis/gd32/
2019-05-22 00:23:57 +00:00
Karl Palsson
f2a9980638
stm32: doc: rtc: move to peripheral apis
...
Drop some dummy.c files, add some missing groupings and make sure all
specifics are included in the generated output.
2019-05-22 00:16:40 +00:00
Karl Palsson
0aef9c2ec6
stm32: doc: pwr: move to peripheral_api
...
Some families had partially moved to peripheral api, and others were
only documenting common code, but not specific code. Delete dummy .c
files, and check that all specific apis are also being documented, not
just common apis.
2019-05-22 00:10:39 +00:00
Karl Palsson
c557ef96f9
stm32f7: doc: adc: fix copypasta doxygen error
...
Was attempting to run add to the f4 docs, which aren't referenced from
the f7 doxygen build, obviously.
2019-05-21 23:45:47 +00:00
Karl Palsson
2bed518f09
stm32f7: doc: flash defines weren't grouped at all
2019-05-21 23:45:34 +00:00
Karl Palsson
da76279bc6
stm32: flash: move to peripheral_apis
...
Change the groupings and headings to make them all consistent.
2019-05-21 23:41:21 +00:00
Karl Palsson
1001a9323b
stm32: doc: dma: move to peripheral_apis
...
drops dummy .c files, and adds proper groupings to the shared files.
2019-05-21 23:27:21 +00:00
Karl Palsson
9382042180
stm32: doc: move timer to peripheral_apis
...
Drop all the dummy timer.c files, and _actually_ compile the L1 specific
file that was dropped by accident in 5b8953124e in 2013!
2019-05-21 23:17:04 +00:00
Karl Palsson
1e06c48201
stm32l1: timer: fix typo in option mask definition
...
Found while exploring documentation generation
2019-05-21 23:17:04 +00:00
Karl Palsson
508f8d9487
stm32: doc: gpio: move gpio to peripheral_apis
...
Drops dummy gpio.c files that weren't even being compiled in some cases.
2019-05-21 23:16:59 +00:00
Karl Palsson
d77f539013
stm32: doc: rng: migrate to peripheral apis
...
Gets them all documented properly, and cleans up the language that this
was just for F4.
2019-05-21 23:16:59 +00:00
Karl Palsson
1af3acdba4
stm32: doc: exti: fix missing/wrong groups and move to peripheral_api
...
Almost all families were missing all docs for the exti apis.
2019-05-21 23:16:59 +00:00
Karl Palsson
fe5e82a3cc
stm32: doc: dac: move to peripheral_apis.
...
Drops all the stub dummy header files, many of which weren't even being
built, and moves them to the clean peripherals_api doc section.
2019-05-21 23:16:51 +00:00
Karl Palsson
d559b5a4db
stm32g0: doc: move flash/pwr/rcc to "peripheral_apis"
...
Where we've been collecting things that have common/specific parts as
the new style of docs.
2019-05-21 21:47:43 +00:00
Karl Palsson
75748a7bfc
stm32g0: flash doc: group registers
2019-05-21 21:47:24 +00:00
Karl Palsson
4aa9e484f6
stm32g0: flash: drop redundant docs
...
Functions that are already documented in the top level common api.h file
won't add any more documentation from later .c files. Keep docs for
part specifics, in the .h files where they're accessible to IDEs and
also the documentation generation, and drop all (including the redundant
ones) from the .c file.
2019-05-21 21:46:02 +00:00
Karl Palsson
709d98e0a8
doc: stm32g0: drop redundant @ingroup and close groups
...
the group defaults to the implicit container based on location, so drop
all the explicit @ingroups, less to maintain. Properly use /**@}*/ to
close all groups too, even though it mostly seems to have worked anyway.
Properly close all groups opened for files.
2019-05-21 21:44:05 +00:00
Karl Palsson
bc6af71443
doc: predefine a group for the cortex peripherals.
...
They were all trying to use this, via @ingroup CM3_files, but that group
didn't exist, so they just got left dangling as "systick_file" and
similar.
2019-05-21 21:41:41 +00:00
Karl Palsson
b24d7f96b5
stm32: standardize OSPEED values
...
Make the names match the reference manuals properly, and add missing
names. Still a long way to go to unify across all families, but this is
at least closer.
2019-05-21 00:05:22 +00:00
Guillaume Revaillot
ee376eafdb
stm32g0: make doc.
2019-05-21 00:05:22 +00:00
Guillaume Revaillot
55121126c3
stm32g0: add exti.
...
Regular exti, with enhanced EXTI_[FR]PR regs instead of EXTIR_PR.
2019-05-21 00:05:22 +00:00
Guillaume Revaillot
afd2db3097
stm32g0: add rcc.
2019-05-21 00:05:22 +00:00
Guillaume Revaillot
cbe5425090
stm32g0: add flash.
...
here, it's a bit of a mess.. G0 flash controller does not really
match exsting feature split. IE it has instruction cache only ..
so, no flash_idcache.c as it. flash_common_f could be used, but
flash_unlock would not take care of option byte ?
prefetch, icache and lock is ok. I had no look at flash programming
or erase yet..
2019-05-21 00:05:22 +00:00
Guillaume Revaillot
f13a9eee5b
stm32g0: add power.
...
neither v1 nor v2...
2019-05-20 23:59:42 +00:00
Guillaume Revaillot
c49937a09c
stm32g0: add gpio.
...
regular peripheral.
2019-05-20 23:43:46 +00:00
Guillaume Revaillot
b8d4b03722
stm32g0: add base, irqs, memorymap and current devices.
2019-05-20 23:43:41 +00:00
Karl Palsson
8a952d8476
gd32: drop commit of generated code
2019-05-19 21:39:46 +00:00
Oliver Meier
82d2ff9d1a
stm32f4-7: dma2d: fixed wrong color definition and added missing one
2019-05-19 21:33:07 +00:00
Oliver Meier
07868ad8b6
stm32f7: enable existing dma2d headers
2019-05-19 21:33:07 +00:00
Oliver Meier
82498bb49f
stm32f7: fixed typos in dsi header definitions
2019-05-19 21:33:07 +00:00
Oliver Meier
92a2340551
stm32f7: enable existing dsi support
2019-05-19 21:33:07 +00:00
Oliver Meier
5a03cfe54e
stm32f7: enable existing ltdc
...
This uses the existing f4 code as a new shared common base code.
2019-05-19 21:33:02 +00:00
Oliver Meier
16cfc6d848
stm32f7: enable fsmc
...
This uses the existing f4 code as a new shared common base code.
2019-05-19 21:30:48 +00:00
Oliver Meier
4fc7196463
stm32f7: enable existing exti headers
2019-05-19 21:30:38 +00:00
Matthew Lai
c801a7ffec
stm32f7: Rename USART7/8 to UART7/8.
...
Matches the existing irq names and the reference manual correctly.
2019-05-19 20:43:57 +00:00
Karl Palsson
e77bc94b8c
stm32: adc-v1m: doc cleanups
...
Try and fix some of the specifics from old f4 source material.
2019-05-10 23:15:42 +00:00