[PATCH] bsp/xilinx_zynq: Support configuraton of memory map. Remove SMP variants.

2014-01-27 Thread Chris Johns
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

How much is my free memory?

2014-01-27 Thread Federico Lenarduzzi
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