That patch didn't work,
one reason is that it has a mistake:
in kern_tc.c you defined this macro:
#define _Timecounter_Release(lock_context) \
+ *_ISR_lock_ISR_disable_and_acquire*(&_Timecounter_Lock, lock_context)
I think you meant:
*_ISR_lock_Release_and_ISR_enable*(&_Timecounter_Lock, l
On Dec 23, 2015 12:37 PM, "Aun-Ali Zaidi" wrote:
>
> The MVME5500 BSP uses Notepads in its exception handler function
> 'BSP_exceptionHandler'.
>
> Do I leave it as is or try to strip the functionality all together?
I don't see this with a grep in my source. Where is it?
If there
Just my op
On Dec 23, 2015 12:06 PM, "Aun-Ali Zaidi" wrote:
>
> On 12/23/15 10:51 AM, Joel Sherrill wrote:
> > Here are some notes which might help on the tests:
> >
> > + tm08 - remove specific uses of notepads
> > + tmoverhd - same
> > + mp02 - remove test. Functionality of polling for something to happen
The MVME5500 BSP uses Notepads in its exception handler function
'BSP_exceptionHandler'.
Do I leave it as is or try to strip the functionality all together?
Aun-Ali
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel
On 12/23/15 10:51 AM, Joel Sherrill wrote:
> Here are some notes which might help on the tests:
>
> + tm08 - remove specific uses of notepads
> + tmoverhd - same
> + mp02 - remove test. Functionality of polling for something to happen
> is covered
>in at least mp04
> + spnotepad01 - remove tes
On Wed, Dec 23, 2015 at 2:20 AM, Sebastian Huber <
sebastian.hu...@embedded-brains.de> wrote:
> Hello Aun-Ali,
>
> I think you removed a bit too much from some tests. You should only remove
> the task note aspect of a particular test. Tests that deal with task notes
> only should be remove complet
Sebastian.. anymore comments?
Liam.. try to stick to the top of file comments and grouping commands.
A comment that essentially is repetitive of the name of a method adds
no value or insight.
The commands that you will need to use are something like this sequence:
git checkout -b BRANCH
git add
Hello Aun-Ali,
I think you removed a bit too much from some tests. You should only
remove the task note aspect of a particular test. Tests that deal with
task notes only should be remove completely.
With respect to the documentation, it is undecided what we do here, see
my last comment to pr