All,
This patch is submitted as its values are used in my to-be-submitted
beagle bsp.
---
c/src/lib/libbsp/shared/include/uart-output-char.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/c/src/lib/libbsp/shared/include/uart-output-char.h
b/c/src/lib/libbsp/shared/include/uart-output-cha
---
cpukit/sapi/include/rtems/rbtree.h| 40 -
cpukit/score/include/rtems/score/rbtree.h | 50 ---
2 files changed, 90 deletions(-)
diff --git a/cpukit/sapi/include/rtems/rbtree.h
b/cpukit/sapi/include/rtems/rbtree.h
index cdef801..7e59e
Remove compare function and is unique indicator from the control
structure. Rename RBTree_Compare_function to RBTree_Compare. Rename
rtems_rbtree_compare_function to rtems_rbtree_compare. Provide C++
compatible initializers. Add compare function and is unique indicator
to _RBTree_Find(), _RBTre
On a long weekend but is there a chance Jennifer missed using something like
rtems_test_assert which also ensures that the call exited OS critical sections?
On Jul 12, 2014 9:35 AM, Ben Gras wrote:
All,
After a rebase of my tree capture01 didn't build (see build-error.txt). Adding
#include (s
All,
After a rebase of my tree capture01 didn't build (see build-error.txt).
Adding #include (see assert-patch.txt) fixed it.
commit abadcbfda5117f96c489ed96c98bc199c2ce8d4a
Author: Ben Gras
Date: Sat Jul 12 16:35:23 2014 +0200
capture01 needs assert()
diff --git a/testsuites/libtests/ca