[rtems commit] TFTPFS: Reduce test configuration

Sebastian Huber sebh at rtems.org
Tue Jun 21 14:06:15 UTC 2022


Module:    rtems
Branch:    master
Commit:    e38d4f79fa5479ca243a6fd9ce31d83f325bb9b2
Changeset: http://git.rtems.org/rtems/commit/?id=e38d4f79fa5479ca243a6fd9ce31d83f325bb9b2

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jun 21 16:08:50 2022 +0200

TFTPFS: Reduce test configuration

Update #4666.

---

 testsuites/fstests/tftpfs/init.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/testsuites/fstests/tftpfs/init.c b/testsuites/fstests/tftpfs/init.c
index 12d6c92cbd..db3daf0b67 100644
--- a/testsuites/fstests/tftpfs/init.c
+++ b/testsuites/fstests/tftpfs/init.c
@@ -6961,7 +6961,7 @@ static void Init( rtems_task_argument argument )
  */
 
 #define CONFIGURE_FILESYSTEM_TFTPFS
-#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 64
+#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 4
 
 /*
  * Simple RTEMS configuration
@@ -6970,8 +6970,7 @@ static void Init( rtems_task_argument argument )
 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
-#define CONFIGURE_UNLIMITED_OBJECTS
-#define CONFIGURE_UNIFIED_WORK_AREAS
+#define CONFIGURE_MAXIMUM_TASKS 1
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
 



More information about the vc mailing list