On 06/07/2016 16:46, Deval Shah wrote:
I couldn't find rc.conf file.

It is something you add into your application. I assumed you had an app. Sorry for the confusion.

And I added the following. Is this the
correct place ? Because I am still not getting the debug printfs.

diff --git a/testsuite/include/rtems/bsd/test/default-init.h
b/testsuite/include/rtems/bsd/test/default-init.h
index ab2ab3a..873c01a 100644
--- a/testsuite/include/rtems/bsd/test/default-init.h
+++ b/testsuite/include/rtems/bsd/test/default-init.h
@@ -39,6 +39,7 @@ rtems_task Init(
  {
    rtems_status_code sc;
+  rtems_bsd_setlogpriority("debug");
    puts( "*** " TEST_NAME " TEST ***" );
    /*


Ah ok, you are using the tests. I think it is ok for the tests to have the priority set to 'debug'. I will make a change and push it.

Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to