[rtems-central commit] spec: Provide a processor without a scheduler

Sebastian Huber sebh at rtems.org
Wed Dec 22 15:24:14 UTC 2021


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Dec 22 10:10:29 2021 +0100

spec: Provide a processor without a scheduler

---

 spec/testsuites/validation-no-clock-0.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/testsuites/validation-no-clock-0.yml b/spec/testsuites/validation-no-clock-0.yml
index 476be32..9e1026f 100644
--- a/spec/testsuites/validation-no-clock-0.yml
+++ b/spec/testsuites/validation-no-clock-0.yml
@@ -12,7 +12,7 @@ test-brief: |
 test-code: |
   const char rtems_test_name[] = "${.:/test-suite-name}";
 
-  #define CONFIGURE_MAXIMUM_PROCESSORS 4
+  #define CONFIGURE_MAXIMUM_PROCESSORS 5
 
   #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
 



More information about the vc mailing list