Hi
SMP was enabled.
sparc-rtems4.11-g++ -B../../.././lib/ -B../../.././sis/lib/ -specs
bsp_specs -qrtems -DPACKAGE_NAME=\"rtems-c-src-librtems++\"
-DPACKAGE_TARNAME=\"rtems-c-src-librtems++\"
-DPACKAGE_VERSION=\"4.10.99.0\"
-DPACKAGE_STRING=\"rtems-c-src-librtems++\ 4.10.99.0\"
-DPACKAGE_BUGREPOR
This is a known problem:
http://lists.rtems.org/pipermail/devel/2014-June/007224.html
I don't know how to add this flag to the CXXFLAGS in our build system.
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 8
Hi,
I'd like to send some work upstream that I've made for a Blackfin BF537 based
device. The following patch was necessary for a DMA-based high speed UART
driver(*) for Blackfin - it allows to start transmission on serial interfaces
with
more than just one char at a time.
Notes:
This already
---
cpukit/libcsupport/src/termios.c | 74 +++-
1 file changed, 51 insertions(+), 23 deletions(-)
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index 2448ea1..d32ab74 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/