Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
configs
Commits
ca11c248
Commit
ca11c248
authored
Jun 09, 2020
by
Oliver Horst
Browse files
[chg] Adapted settings from intperf config
parent
0bd579a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/freertos/baseline/master/freertos/include/freertos/FreeRTOSConfig.h
View file @
ca11c248
...
...
@@ -597,9 +597,9 @@
--------------------------------------------
*/
#define ENABLE_UART 1
#define ENABLE_Memguard
1
#define ENABLE_SchedulerExtensions
1
#define ENABLE_SchedulerExtension_ESFree
1
#define ENABLE_Memguard
0
#define ENABLE_SchedulerExtensions
0
#define ENABLE_SchedulerExtension_ESFree
0
#define ENABLE_SchedulerExtension_HST 0
/*
--------------------------------------------
...
...
@@ -800,11 +800,4 @@ void FreeRTOS_ClearTickInterrupt( void );
*/
#include
"freertos+/sched-ext/config.h"
/*
------------------------------------------------
------- Logging specific defines. -------
------------------------------------------------
*/
#include
"freertos+/stdlib/LoggingConfig.h"
#endif
/* FREERTOS_CONFIG_H */
zcu102-zynqmp/freertos/baseline/master/toki-extra/elfloader/include/toki/elfloader/config.h
View file @
ca11c248
...
...
@@ -11,8 +11,8 @@
* Control the amount of memory that is reserved for memory pools.
* Memory for loaded applications will be retrieved from these pools.
*/
#define configTEXT_POOL_SIZE 0x
4
000000
#define configHEAP_POOL_SIZE 0x
4
000000
#define configTEXT_POOL_SIZE 0x
1
000000
#define configHEAP_POOL_SIZE 0x
2
000000
/*
* Control alignment and size of application specific alocated memory.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment