- Apr 02, 2019
-
-
Karl Palsson authored
Fixes: https://github.com/libopencm3/libopencm3/issues/1033
-
- Aug 29, 2018
-
-
Karl Palsson authored
-
- Apr 15, 2018
-
-
George Jiglau authored
This removes the dependency on awk and should fix #732 python was already a dependency, for the irq generation
-
- Feb 24, 2018
-
-
Karl Palsson authored
Show off how modern we are, building everything!
-
Karl Palsson authored
Fixes https://github.com/libopencm3/libopencm3/issues/870
-
- Jan 08, 2018
-
-
Peter Mortensen authored
Copy edited.
-
- Mar 17, 2017
-
-
Karl Palsson authored
Not just m3, and add some newer parts while we're here.
-
- Dec 28, 2016
-
-
Karl Palsson authored
Interim fix. See https://github.com/libopencm3/libopencm3/issues/732 and https://github.com/libopencm3/libopencm3/pull/731
-
- Mar 09, 2016
-
-
Anatol Pomozov authored
-
- Dec 16, 2015
-
-
Piotr Esden-Tempski authored
-
- Dec 07, 2015
-
-
Karl Palsson authored
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.
-
- Oct 15, 2015
-
-
Karl Palsson authored
Boo ST.
-
Frantisek Burian authored
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.
-
- Oct 12, 2015
-
-
Tido Klaassen authored
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.
-
- Oct 21, 2014
-
-
Karl Palsson authored
-
- Oct 15, 2014
-
-
Enrico Jorns authored
-
Enrico Jorns authored
-
- Apr 05, 2014
-
-
Karl Palsson authored
Including removing the extremely unhelpful DETECT_TOOLCHAIN option.
-
- Mar 21, 2014
-
-
Frantisek Burian authored
-
- Jan 03, 2014
-
-
Karl Palsson authored
This converts all the YAML files to JSON files, as json parsing is built into python instead of being a separate library requiring installation. YAML is a superset of JSON, but putting comments in is not quite as obvious as it is in yaml. The following glue was used to convert yaml to json: python -c 'import sys, yaml, json; json.dump(yaml.load(sys.stdin), sys.stdout, indent=4)' < $1 > $2 Clearly I haven't tested this on every single platform, and this doesn't address the large blobs of yaml in the lpc4300 scripts directory, only the cortex NVIC generation process. I've tested a few IRQ driven example apps, and I've checked the generated output of some known cases like the LM3s that has explicit gaps, and they are all generated correctly.
-
- Jul 08, 2013
-
-
Alexandru Gagniuc authored
We currently default to "-mfloat-abi=hard -mfpu=fpv4-sp-d16" for M4F cores, and and variations of "-mfloat-abi=soft" for the others. Keep the M4F default, and move others to no FP flags for consistency, but allow overriding these flags via the FP_FLAGS environment variable. Signed-off-by:Alexandru Gagniuc <mr.nuke.me@gmail.com>
-
- Jun 11, 2013
-
-
Piotr Esden-Tempski authored
-
- Apr 20, 2013
-
-
Piotr Esden-Tempski authored
-
- Apr 01, 2013
-
-
Mikhail authored
-
- Jan 24, 2013
-
-
Karl Palsson authored
-
- Nov 08, 2012
-
-
Karl Palsson authored
Where the library is installed has quite an affect on what -L and -I flags are used. If you install into the toolchain, you don't want to use them at all, but if you install out of tree (/opt/mycm3 for example) you need to specify the -L and -I flags. Update the documentation and the example makefiles to support this
-
- Mar 03, 2012
-
-
Piotr Esden-Tempski authored
Agreed to by all the significant contributors to the library.
-
- Nov 02, 2011
-
-
Uwe Hermann authored
-
Uwe Hermann authored
-
Uwe Hermann authored
-
- Oct 30, 2011
-
-
Uwe Hermann authored
-
Uwe Hermann authored
-
- Jan 01, 2011
-
-
Uwe Hermann authored
-
- Dec 30, 2010
-
-
Uwe Hermann authored
-
Uwe Hermann authored
-
- Mar 06, 2010
-
-
Uwe Hermann authored
-
Uwe Hermann authored
-
- Jan 15, 2010
-
-
Uwe Hermann authored
-
Uwe Hermann authored
-
Uwe Hermann authored
-