Skip to content
Snippets Groups Projects
  1. Feb 16, 2017
  2. Feb 09, 2017
  3. Jan 30, 2017
  4. Jan 20, 2016
    • Alessandro Rubini's avatar
      Revert "Makefile: add a depend rule, long missing" · 41f432a6
      Alessandro Rubini authored
      This reverts commit 3a3c3806.
      
      The previous line: every object depending on .config, was better.
      We had the problem that a fresh clone was not building because of a
      missing autoconf.h.
      
      The depend rule was not working anyways, because it created an empty
      .depend the first time over, due to the missing autoconf.h.  I admit I
      don't know how to create a depend file after configuration: make
      pretends to remake all its inclusions as the first step, so a rule
      like ".depend: silentoldconfig" loops forever.
      41f432a6
  5. Jul 26, 2015
  6. Feb 11, 2014
  7. May 20, 2013
  8. May 06, 2013
  9. Apr 03, 2013
    • Alessandro Rubini's avatar
      tools: add wrpc-uart-sw.c · d796977e
      Alessandro Rubini authored
      
      This is the host part of the software-only uart. The lm32 part is
      selected at compile time (CONFIG_UART_SW).
      
      The tool, when run, opens one or more pty pairs, and reports to stdout
      which is the name of the slave descriptor. You can then run
      "minicom -p /dev/pts/XXX" or other commands, to access the software uart.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      d796977e
  10. Mar 05, 2013
  11. Feb 19, 2013
  12. Oct 16, 2012
  13. Jul 03, 2012
  14. Jun 13, 2012
  15. Jun 05, 2012
  16. Sep 24, 2011
  17. Apr 09, 2011
  18. Apr 08, 2011