comparison core/PRU.cpp @ 258:88cf310417cd aux_task_args

Add a parameter 'autoSchedule' to createAuxiliaryTask() which when true causes the task to be automatically scheduled after every render function call, without the user needing to call scheduleAuxiliaryTask()
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Sat, 07 May 2016 13:23:15 +0100
parents c0bf6157f67e
children abd3657016ea
comparison
equal deleted inserted replaced
257:1606b50a58c6 258:88cf310417cd
641 641
642 if(xenomai_gpio != 0) { 642 if(xenomai_gpio != 0) {
643 // Set the test pin high 643 // Set the test pin high
644 xenomai_gpio[GPIO_CLEARDATAOUT] = TEST_PIN_MASK; 644 xenomai_gpio[GPIO_CLEARDATAOUT] = TEST_PIN_MASK;
645 } 645 }
646
647 BeagleRT_autoScheduleAuxiliaryTasks();
646 648
647 // FIXME: TESTING!! 649 // FIXME: TESTING!!
648 // if(testCount > 100000) 650 // if(testCount > 100000)
649 // break; 651 // break;
650 } 652 }