Skip to content
Snippets Groups Projects
  1. Oct 26, 2015
  2. Oct 25, 2015
  3. Oct 24, 2015
    • Paul Sokolovsky's avatar
      stmhal: Typo fix in comment. · 4a9c60cd
      Paul Sokolovsky authored
      4a9c60cd
    • Paul Sokolovsky's avatar
      stmhal/ffconf.h: Include py/mpconfig.h. · 81a1e172
      Paul Sokolovsky authored
      mpconfigport.h is a private, partial header not providing correct settings
      unless included by py/mpconfig.h.
      81a1e172
    • Paul Sokolovsky's avatar
      Makefiles: Remove duplicate object files when linking. · 0dbd928c
      Paul Sokolovsky authored
      Scenario: module1 depends on some common file from lib/, so specifies it
      in its SRC_MOD, and the same situation with module2, then common file
      from lib/ eventually ends up listed twice in $(OBJ), which leads to link
      errors.
      
      Make is equipped to deal with such situation easily, quoting the manual:
      "The value of $^ omits duplicate prerequisites, while $+ retains them and
      preserves their order." So, just use $^ consistently in all link targets.
      0dbd928c
  4. Oct 23, 2015
  5. Oct 22, 2015
  6. Oct 21, 2015
Loading