- Jan 16, 2015
-
-
-DDEBUG in libwr forces LOG_DEBUG level in libwr/wrs-msg.c. This is the desired behaviour, but we want it off by default now. All other DEBUG symbols in Makefiles have no effect, so they are removed to avoid tricking our developers in setting/unsetting them and see no effect at all. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Jan 03, 2015
-
-
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
-
- Nov 29, 2013
-
-
Alessandro Rubini authored
Make clean should not be needed, with proper makefiles. However, we have no dependencies (no proper makefiles), so we'd better clean first, as building userspace is fast anyways. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- Jun 21, 2012
-
-
Tomasz Wlostowski authored
-
- Mar 20, 2012
-
-
Alessandro Rubini authored
-
- Jan 10, 2012
-
-
Alessandro Rubini authored
The white rabbit repository doesn't include upstream archives for this version of buildroot, and I don't want to commit them there. Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
-
- May 17, 2011
-
-
Alessandro Rubini authored
-