1. Apr 02, 2019
  2. Aug 29, 2018
  3. Apr 15, 2018
  4. Feb 24, 2018
  5. Jan 08, 2018
  6. Mar 17, 2017
  7. Dec 28, 2016
  8. Mar 09, 2016
  9. Dec 16, 2015
  10. Dec 07, 2015
    • Karl Palsson's avatar
      Drop "install" target and documentation. · 7c1cd2e5
      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.
      7c1cd2e5
  11. Oct 15, 2015
  12. Oct 12, 2015
    • Tido Klaassen's avatar
      make: rename CFLAGS in target Makefiles to TGT_CFLAGS · aad8d06c
      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.
      aad8d06c
  13. Oct 21, 2014
  14. Oct 15, 2014
  15. Apr 05, 2014
  16. Mar 21, 2014
  17. Jan 03, 2014
    • Karl Palsson's avatar
      [build] Remove PyYAML dependency · 5c147804
      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.
      5c147804
  18. Jul 08, 2013
  19. Jun 11, 2013
  20. Apr 20, 2013
  21. Apr 01, 2013
  22. Jan 24, 2013
  23. Nov 08, 2012
    • Karl Palsson's avatar
      Use make flags to help control where the library is installed · f1f1aa84
      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
      f1f1aa84
  24. Mar 03, 2012
  25. Nov 02, 2011
  26. Oct 30, 2011
  27. Jan 01, 2011
  28. Dec 30, 2010
  29. Mar 06, 2010
  30. Jan 15, 2010