Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-14doc: stm32:gpio: fix invalid doxygenKarl Palsson
Just reduces more doxygen warnings, and adds more helpful text.
2015-10-15Surround all macro parameters with ()Karl Palsson
All the macro arguments that are user supplied, or potentially, wrap properly in () as good practice. Probably missed one or two, and a lot of them are possibly unnecessary, but it's straightforward to just do it always. Fixes github issue #321
2014-01-16Fix a number of top level doxygen issues.Ken Sarkies
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).
2013-07-08[Style] Fixed style in the newly added F3 code.Piotr Esden-Tempski
2013-07-08[STM32] Split apart gpio f234 into f234 and f24.Piotr Esden-Tempski
2013-07-08Fixed missing gpio F port stm32f3.Federico Ruiz Ugalde
2013-07-08Initial support for stm32f3. Changes in makefiles, gpio.Federico Ruiz Ugalde
- Makefiles now include building f3 src directory. - Gpio support added. gpio_common_f24 changed to support also f3. - f3 still not compiling, but f2 compile not broken (probably also f4).