Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit f10fbbffab - Show all commits

View File

@@ -72,11 +72,6 @@
#else /*not __ASSEMBLER__ */ #else /*not __ASSEMBLER__ */
/* Include for memset. */
#include <string.h>
/* include for strtoul*/
#include <stdlib.h>
/* Determine if the optional ThreadX user define file should be used. */ /* Determine if the optional ThreadX user define file should be used. */
#ifdef TX_INCLUDE_USER_DEFINE_FILE #ifdef TX_INCLUDE_USER_DEFINE_FILE
@@ -90,6 +85,9 @@
/* Define compiler library include files. */ /* Define compiler library include files. */
#include <stdlib.h>
#include <string.h>
/* Define ThreadX basic types for this port. */ /* Define ThreadX basic types for this port. */
#define VOID void #define VOID void