Skip to content
Snippets Groups Projects
  1. Jan 03, 2015
    • Benoit Rat's avatar
      build: add DEBUG flag to HAL so that TRACE is not silent · ffa7bd69
      Benoit Rat authored and Alessandro Rubini's avatar Alessandro Rubini committed
      Most of the calls in HAL use TRACE to print to stdout/stderr however
      the full TRACE is depending on DEBUG flag at compilation.
      
      This is a quick hack, and the whole TRACE system should be re written
      with something like:
      
      TRACE_P_FATAL(...)
      TRACE_P_ERROR(...)
      TRACE_P_WARN(...)
      TRACE_P_INFO(...)
      TRACE_P_VERBOSE(...)
      #ifdef DEBUG
      TRACE_P_DEBUG(...)
      #endif
      ffa7bd69
  2. Dec 18, 2014
  3. Dec 17, 2014
  4. Dec 15, 2014
  5. Dec 12, 2014
  6. Dec 11, 2014
  7. Dec 10, 2014