Commit Graph

15 Commits

Author SHA1 Message Date
George Jiglau 396701808d genlink: Rewrite genlink script from awk to python
This removes the dependency on awk and should fix #732
python was already a dependency, for the irq generation
2018-04-14 18:40:54 +00:00
Karl Palsson b19e32782a readme: add travis status badge
Show off how modern we are, building everything!
2018-02-24 12:48:53 +00:00
Karl Palsson 11a7dcf0b9 doc: fix typos and unclear wording
Fixes https://github.com/libopencm3/libopencm3/issues/870
2018-02-24 12:45:10 +00:00
Peter Mortensen 1de1886384
Update README.md
Copy edited.
2018-01-07 20:53:01 +01:00
Karl Palsson 04fa5f1cb5 readme: try and clarify m0/m3/m4
Not just m3, and add some newer parts while we're here.
2017-03-16 23:57:29 +01:00
Karl Palsson 6b5edeb091 docs: note dynamic linker generator requirements
Interim fix.  See https://github.com/libopencm3/libopencm3/issues/732
and https://github.com/libopencm3/libopencm3/pull/731
2016-12-27 21:47:12 +00:00
Anatol Pomozov ae41782e1a Fix misspellings using codespell tool 2016-03-08 08:52:54 -08:00
Piotr Esden-Tempski e8a4a37b9c Added gitter channel badge. 2015-12-15 17:38:33 +01:00
Karl Palsson 7c1cd2e5cd Drop "install" target and documentation.
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-12-06 22:17:30 +00:00
Karl Palsson caeeed2b0f stm32f7: FPU only single precision on f7 :(
Boo ST.
2015-10-15 12:28:54 +00:00
Frantisek Burian 3ef2c38120 [stm32f7] Add initial support of the family, GPIO support.
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-15 10:34:28 +00:00
Tido Klaassen aad8d06c3f make: rename CFLAGS in target Makefiles to TGT_CFLAGS
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.
2015-10-11 19:14:25 +00:00
Karl Palsson 5dc9662e60 Update README with recently added targets 2014-10-21 14:54:08 +00:00
Enrico Jorns cd6b997a67 Markdowned README.md 2014-10-15 17:30:27 +02:00
Enrico Jorns 116462ca45 Renamed README to README.md to be recognized as Markdown by GitHub 2014-10-15 17:30:27 +02:00