mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-06-11 02:26:00 +00:00
Add config integration
This commit is contained in:
parent
c644da1769
commit
ebd7b8a60f
@ -57,6 +57,16 @@
|
|||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* \author Henrik Stickann
|
||||||
|
* \data 20-January-2023
|
||||||
|
*
|
||||||
|
* Changes:
|
||||||
|
* * Add macro to only use implementation when requested by user
|
||||||
|
*/
|
||||||
|
#include <sta/config.hpp>
|
||||||
|
#ifdef STA_RTOS_MALLOC_ENABLE
|
||||||
|
|
||||||
// ================================================================================================
|
// ================================================================================================
|
||||||
// ======================================= Configuration ========================================
|
// ======================================= Configuration ========================================
|
||||||
// These configuration symbols could be provided by from build...
|
// These configuration symbols could be provided by from build...
|
||||||
@ -285,3 +295,6 @@ size_t xPortGetFreeHeapSize( void ) PRIVILEGED_FUNCTION {
|
|||||||
|
|
||||||
//! No implementation needed, but stub provided in case application already calls vPortInitialiseBlocks
|
//! No implementation needed, but stub provided in case application already calls vPortInitialiseBlocks
|
||||||
void vPortInitialiseBlocks( void ) PRIVILEGED_FUNCTION {};
|
void vPortInitialiseBlocks( void ) PRIVILEGED_FUNCTION {};
|
||||||
|
|
||||||
|
|
||||||
|
#endif // STA_RTOS_MALLOC_ENABLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user