1. 03 Jan, 2015 1 commit
    • Benoit Rat's avatar
      build: add DEBUG flag to HAL so that TRACE is not silent · ffa7bd69
      Benoit Rat authored
      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. 18 Dec, 2014 2 commits
  3. 17 Dec, 2014 3 commits
  4. 15 Dec, 2014 1 commit
  5. 12 Dec, 2014 3 commits
  6. 11 Dec, 2014 17 commits
  7. 10 Dec, 2014 13 commits