1. 30 Jan, 2017 3 commits
    • Alessandro Rubini's avatar
      MAKEALL: force preferred ppsi configuration for each wrpc configuration · e37189e2
      Alessandro Rubini authored
      Also, preserve and restore current configuration, so I don't get mad
      when checking with MAKEALL during my tests for new feature.
      
      The rationale for this is that wrpc-sw will soon select different ppsi
      choices according to its own configuration, through $(PPSI-CFG-y).
      Actually, it already does for the host process build.
      
      MAKEALL must obey this choice, so we trim ppsi configuration
      each time we reconfigure wrpc (removing the file would spit an
      error instead).
      
      Then, our Makefile forces a ppsi reconfig if ppsi/.config is missing
      *or* empty.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      e37189e2
    • Alessandro Rubini's avatar
      c7d2c711
    • Alessandro Rubini's avatar
      Kconfig: fix warnings · affb4139
      Alessandro Rubini authored
      The new config tools are more picky. We got:
      
         Kconfig:22:warning: defaults for choice values not supported
      
      and
      
        warning: (WR_SWITCH) selects UART which has unmet direct dependencies
                   (DEVELOPER && EMBEDDED_NODE)
      
      The latter is fixed adding WR_SWITCH in the dependencies. The former
      is worked-around by using "IS_XINT" and friends in "choice", and
      then "XINT" replicates the "IS_" choice.  I dislike it, because it's
      repetition, but we really need CONFIG_PRINTF_XINT and friends in
      pp_printf/
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      affb4139
  2. 26 Jan, 2017 2 commits
  3. 28 Nov, 2016 1 commit
  4. 03 Nov, 2016 1 commit
  5. 01 Nov, 2016 3 commits
  6. 27 Oct, 2016 1 commit
  7. 30 Aug, 2016 1 commit
  8. 22 Aug, 2016 1 commit
  9. 09 Aug, 2016 2 commits
  10. 04 Aug, 2016 5 commits
  11. 03 Aug, 2016 9 commits
  12. 29 Jul, 2016 11 commits