On Mon, Jul 29, 2019 at 3:16 PM Gedare Bloom wrote:
>
> Hi Utkarsh Yadav,
>
> I just posted a patch to the de...@rtems.org mailing list that seems
> to fix this problem. It will need to be approved by the RSB
> maintainer, but you can try the fix out yourself either by getting the
> patch, or appl
On Wed, Jul 24, 2019 at 8:59 AM Michel Macena wrote:
>
> Hi, I'm working with an ERC 32 target board and would like
> to change the system clock frequency. There is a file in
> $PROJECT_HOME/src/rtems/bsps/sparc/shared/start called Start.s. In this file
> there is a line for
> clock speed:
>>
>>
Hi Utkarsh Yadav,
I just posted a patch to the de...@rtems.org mailing list that seems
to fix this problem. It will need to be approved by the RSB
maintainer, but you can try the fix out yourself either by getting the
patch, or applying manually the workaround. I just added the letter
'l' before t
Hi
There will be an RTEMS Open Class in Huntsville Alabama the week of
September 23-27.
September 23 - Getting Started
September 24 - 27 - Open Class
Details and registration forms at http://rtems.com/trainingschedule.
If you have questions at all about the class, feel free to email me
directly
Hi
The 12th annual Flight Software Workshop will be held in Huntsville AL USA
from December 9-12 2019. Details are at http://flightsoftware.jhuapl.edu/
The Call for Presentations and Registration is currently open. Important
dates are:
+ Call for Presentations/Registration: Monday, June 3rd, 20
Hello,
Sebastian from Embedded Brains has kindly posted a patch to the development list
that adds a welcome feature present on other ARM boards, NULL pointer access
checking. An access to a NULL pointer will generate an exception so you know if
your application is referencing a NULL pointer.
The