Tue, 17 May 2016 17:49:23 +0100 |
andrewm |
Added support for multiplexer capelet and command-line support for choosing PRU
prerelease
|
Sat, 07 May 2016 13:23:15 +0100 |
Liam Donovan |
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()
aux_task_args
|
Sat, 07 May 2016 12:51:10 +0100 |
Liam Donovan |
missing semicolon
aux_task_args
|
Fri, 06 May 2016 21:36:27 +0100 |
Liam Donovan |
Overload BeagleRT_createAuxiliaryTask so tasks can be created with or without arguments
aux_task_args
|
Tue, 03 May 2016 11:04:56 +0100 |
Liam Donovan |
Allow arguments to be passed to aux task function
aux_task_args
|
Sun, 10 Apr 2016 12:23:36 +0200 |
Giulio Moro |
Minor fixes
|
Sun, 10 Apr 2016 03:20:52 +0200 |
Giulio Moro |
Turned gShouldStop into int
mergingClockSync
|
Tue, 19 Jan 2016 02:54:13 +0000 |
Giulio Moro |
Utilities are now optimizable. Closes #1526
|
Mon, 28 Dec 2015 15:00:34 +0100 |
Giulio Moro |
Demonstrates issue #1374
experimental-fixing-AuxiliaryTask
|
Mon, 28 Dec 2015 13:53:11 +0100 |
Giulio Moro |
AuxiliaryTask can now be scheduled from setup(). Closes #1373
|
Mon, 28 Dec 2015 04:11:59 +0100 |
Giulio Moro |
Included unistd.h, closes #1237
|
Mon, 28 Dec 2015 03:53:36 +0100 |
Giulio Moro |
Added command-line options for the PGA
|
Wed, 15 Jul 2015 12:10:51 +0100 |
andrewm |
Further API update to name three primary functions setup(), render() and cleanup(). Changed include paths so now can #include <BeagleRT.h>. Removed stale pru_rtaudio.bin file as this is now done as pru_rtaudio_bin.h. Updated examples to new API and fixed minor compiler warnings along the way. Network example needs further attention to compile.
newapi
|
Mon, 15 Jun 2015 18:16:00 +0100 |
andrewm |
Add cape test project and make rt_printf (rtdk.h) part of standard BeagleRT.h include
newapi
|
Thu, 28 May 2015 17:23:33 -0400 |
andrewm |
Documentation updates, and move some defines from BeagleRT.h into specific projects where they are used
newapi
|
Thu, 28 May 2015 17:06:03 -0400 |
andrewm |
First draft of Doxygen documentation
newapi
|
Thu, 28 May 2015 14:38:00 -0400 |
andrewm |
Fixed file structure to reflect merging include files into BeagleRT.h
newapi
|