1. 25 Feb, 2016 6 commits
  2. 24 Feb, 2016 15 commits
  3. 18 Feb, 2016 4 commits
    • Tjeerd Pinkert's avatar
      userspace/tools: improve wr_mon to display statistics in a more segregated way · ccdc9a56
      Tjeerd Pinkert authored
      - Help (-h) option was added.
      - The tool now uses WR time to display the state every second.
      - The show statistics (-s) mode was changed to display statistics in a
        segregated way.
      - The -i option was added to show TIME information as second, nanosecond pair
      - The -m option was added to show only the MASTER ports information
      - The -s option was changed to show only the SLAVE ports information
      - The -o option was added to show only the OTHER ports information
      - The -e option was added to show only the SERVO information
      - The -t option was added to show only the TEMPERATURE information
      - The show X options can be combined, e.g. -i -t shows time and temperature
        information
      - The -a option was added to show all information (convenience option)
      - The -b option was unchanged and shows the gui in black and white
      - The -w option shows the WEB interface information unchanged, but the
        underlying code has been rewritten to be less of a hack.
      - Toggle printing on/off (t) during display should now work.
      Signed-off-by: Tjeerd Pinkert's avatarTjeerd Pinkert <t.j.pinkert@alumnus.utwente.nl>
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      ccdc9a56
    • Alessandro Rubini's avatar
      build/download: make wget timeout sooner and avoid retrying · c9e95e69
      Alessandro Rubini authored
      The upstream address for lsof is not working. While the download script
      tries buildroot.net if upstream fails, getting lsof got stuck for
      no connection to the server.
      
      With this commit it times out after 15 seconds to then proceed using
      the buildroot address. I expect the problem to affect other upstream
      files over time, so the commit doesn't fix the link but the tool.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      c9e95e69
    • Adam Wujek's avatar
      1059c398
    • Cesar Prados's avatar
      Makefile: change to support gmake-3.82 · 02fdabd6
      Cesar Prados authored
      Split a rule into two rules, to make make happy.
      
      In previous versions of make it was acceptable to list one or more
      explicit targets followed by one or more pattern targets in the same
      rule and it worked "as expected". However, this was not documented as
      acceptable and if you listed any explicit targets AFTER the pattern
      targets, the entire rule would be mis-parsed. This release removes
      this ability completely: make will generate an error message if you
      mix explicit and pattern targets in the same rule. You must split
      these rules into two rules: one for the pattern and one for the
      explicit targets. The Linux kernel source has already been modified in
      this way (in newer kernels).
      02fdabd6
  4. 12 Feb, 2016 15 commits