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
2019-04-02readme: fix link to templateKarl Palsson
Fixes: https://github.com/libopencm3/libopencm3/issues/1033
2018-08-29readme: add miniblink/template referencesKarl Palsson
2018-04-14genlink: Rewrite genlink script from awk to pythonGeorge Jiglau
This removes the dependency on awk and should fix #732 python was already a dependency, for the irq generation
2018-02-24readme: add travis status badgeKarl Palsson
Show off how modern we are, building everything!
2018-02-24doc: fix typos and unclear wordingKarl Palsson
Fixes https://github.com/libopencm3/libopencm3/issues/870
2018-01-07Update README.mdPeter Mortensen
Copy edited.
2017-03-17readme: try and clarify m0/m3/m4Karl Palsson
Not just m3, and add some newer parts while we're here.
2016-12-28docs: note dynamic linker generator requirementsKarl Palsson
Interim fix. See https://github.com/libopencm3/libopencm3/issues/732 and https://github.com/libopencm3/libopencm3/pull/731
2016-03-08Fix misspellings using codespell toolAnatol Pomozov
2015-12-15Added gitter channel badge.Piotr Esden-Tempski
2015-12-07Drop "install" target and documentation.Karl Palsson
This has hurt many many many people over it's lifetime, by confusing their multilib toolchains. Simply drop it outright. People who _really_ know what they're doing are still perfectly entitled to "install" portions of this project in suitable locations for their own use.
2015-10-15stm32f7: FPU only single precision on f7 :(Karl Palsson
Boo ST.
2015-10-15[stm32f7] Add initial support of the family, GPIO support.Frantisek Burian
Most changes are noise from doxygen. Readme udpated to explain newer FP_FLAGS for m7 stm32f7 library is skipped if the toolchain doesn't support it yet.
2015-10-11make: rename CFLAGS in target Makefiles to TGT_CFLAGSTido Klaassen
Renamed every instance of variable CFLAGS in target specific Makefiles to TGT_CFLAGS to free up CFLAGS for user defined compiler flags. Added information in README.md about existence and usage of CFLAGS environment variable in build process.
2014-10-21Update README with recently added targetsKarl Palsson
2014-10-15Markdowned README.mdEnrico Jorns
2014-10-15Renamed README to README.md to be recognized as Markdown by GitHubEnrico Jorns