2727#define CONFIG_OCRE_TIMER
2828
2929// Base paths for the application
30- #define OCRE_BASE_PATH "./ocre_data" /*!< Base directory for Ocre resources */
30+ #define OCRE_BASE_PATH "./ocre_data" /*!< Base directory for Ocre resources */
3131
3232#define APP_RESOURCE_PATH OCRE_BASE_PATH "/images" /*!< Path to container images */
3333#define PACKAGE_BASE_PATH OCRE_BASE_PATH "/manifests" /*!< Path to package manifests */
@@ -129,12 +129,12 @@ void set_argc(int argc);
129129/**
130130 * @brief Maximum length for SHA256 string representations.
131131 */
132- #define OCRE_SHA256_LEN 128
132+ #define OCRE_SHA256_LEN 128
133133
134134/**
135135 * @brief Maximum number of containers supported.
136136 */
137- #define CONFIG_MAX_CONTAINERS 10
137+ #define CONFIG_MAX_CONTAINERS 10
138138
139139/**
140140 * @brief Default stack size for container supervisor threads (in bytes).
@@ -151,12 +151,12 @@ void set_argc(int argc);
151151/**
152152 * @brief Default heap buffer size for WAMR (in bytes).
153153 */
154- #define CONFIG_OCRE_WAMR_HEAP_BUFFER_SIZE 512000
154+ #define CONFIG_OCRE_WAMR_HEAP_BUFFER_SIZE 512000
155155
156156/**
157157 * @brief Default heap size for a container (in bytes).
158158 */
159- #define CONFIG_OCRE_CONTAINER_DEFAULT_HEAP_SIZE 4096
159+ #define CONFIG_OCRE_CONTAINER_DEFAULT_HEAP_SIZE 4096
160160
161161/**
162162 * @brief Default stack size for a container (in bytes).
@@ -166,7 +166,7 @@ void set_argc(int argc);
166166/**
167167 * @brief Default stack size for container threads (in bytes).
168168 */
169- #define CONTAINER_THREAD_STACK_SIZE 1024 * 1024
169+ #define CONTAINER_THREAD_STACK_SIZE 1024 * 1024
170170
171171/**
172172 * @brief Structure representing a thread in the Ocre runtime.
0 commit comments