Joel Sherrill commented on a discussion on led/complex1/main.cc: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/36#note_159664 > #define CONFIGURE_MAXIMUM_TASKS 102 > #define CONFIGURE_MAXIMUM_PERIODS 100 > #define CONFIGURE_MAXIMUM_POSIX_THREADS 2 > - #define CONFIGURE_EXTRA_TASK_STACKS (32 * 1024) > + #define CONFIGURE_EXTRA_TASK_STACKS \ > + /* Classic */ (102 * 3 * RTEMS_MINIMUM_STACK_SIZE) + \ Weird. It compiled. Should be fixed now. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/36#note_159664 You're receiving this email because of your account on gitlab.rtems.org. Unsubscribe from this thread: https://gitlab.rtems.org/-/namespace/9/sent_notifications/5-c4s88wrlethyvkzrbwptfx6hz-9/unsubscribe | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | Help: https://gitlab.rtems.org/help
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
