On 09/09/2016 07:46, Pavel Pisa wrote:
I have provided simple bsp_reset() for Raspberry Pi and pushed it into master.
Thank you. Is the reset on exit on by default? I rebuilt without a BSP
opt and the Rpi2 did not reset. I see a reference to
BSP_RESET_BOARD_AT_EXIT but I do not know what the
Hello Chris,
On Thursday 08 of September 2016 09:14:00 Chris Johns wrote:
> On 05/09/2016 00:38, Alan Cudmore wrote:
> > I applied your patches, and verified that my apps still work on the
> > Raspberry Pi 1 ( Pi Zero ). Now I am moving to the Pi 2 for some tests.
>
> I have verified a few tests r
In function 'bsp_configure' of rtems_bsd.py, when conf.options.rtems_libbsd
is None, os.path is not imported, which leads to "UnboundLocalError: local
variable 'os' referenced before assignment" error.
This patch tries to avoid that error.
-
diff --git a/rtems_bsd.py b/rte
Hello Gedare,
thanks for your quick review.
On 07/09/16 20:52, Gedare Bloom wrote:
On Tue, Sep 6, 2016 at 8:40 AM, Sebastian Huber
wrote:
Add priority nodes which contribute to the overall thread priority.
The actual priority of a thread is now an aggregation of priority nodes.
The thread pr
On 05/09/2016 00:38, Alan Cudmore wrote:
I applied your patches, and verified that my apps still work on the Raspberry
Pi 1 ( Pi Zero ). Now I am moving to the Pi 2 for some tests.
I have verified a few tests running on RPi2 no-smp using HEAD on master.
Well done to all who have made this hap