summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-04-08 16:54:34 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-11-30 08:31:59 +0100
commit3d0620b607ff6459fec9d30efc1e0589bbd010f9 (patch)
tree255b331da96bd2441464debdebdd6860c88af02e /c/src
parentbuild: Use common objects item for get memory (diff)
downloadrtems-3d0620b607ff6459fec9d30efc1e0589bbd010f9.tar.bz2
score: Optimize Workspace Handler initialization
The BSPs provide memory for the workspace initialization via _Memory_Get(). Most BSPs provide exactly one memory area. Only two BSPs provide more than one memory area (arm/altera-cyclone-v and bsps/powerpc/mpc55xxevb). Only if more than one memory area is provided, there is a need to use _Heap_Extend(). Provide two implementations to initialize the workspace handler and let the BSP select one of the implementations based on the number of provided memory areas. This gets rid of a dependency on _Heap_Extend(). It also avoids dead code sections for most BSPs.
Diffstat (limited to 'c/src')
0 files changed, 0 insertions, 0 deletions