Generate a linker command file from configure letting the user override the
defaults to suite their custom needs. Refer to configure.ac for the details.
Remove the SMP variants and let --enable-smp control if a BSP is built for
SMP.
Make FAST_IRQ 1 only for the realview qemu BSP.
---
c/src/lib/l
Hi, I'm working with RTEMS for LPC1768. I need know how much memory is free
for my application. I saw an article where say that I can look at
_Workspace_Area. If first == last, then there is only one free block of
memory in the workspace (very likely if no task deletions). For example, If
I do thi