Michal Lenc commented on a discussion on cpukit/dev/can/sja1000/sja1000.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1183#note_148428 > + "sja1000", > + irq_option, > + sja1000_interrupt, > + chip > + ); > + if ( sc != RTEMS_SUCCESSFUL ) { > + free( internal ); > + free( chip->qends_dev ); > + free( chip ); > + return NULL; > + } > + > + sc = rtems_task_create( > + rtems_build_name( 'C', 'A', 'N', 'S' ), > + worker_priority, > + RTEMS_MINIMUM_STACK_SIZE + 0x1000, Reduced stack size to default + 0x400 -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1183#note_148428 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
