Re: [PATCH] api: Remove deprecated Notepads

2015-12-23 Thread Joel Sherrill
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

Re: [PATCH] api: Remove deprecated Notepads

2015-12-23 Thread Joel Sherrill
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

Re: [PATCH] api: Remove deprecated Notepads

2015-12-23 Thread Aun-Ali Zaidi
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

Re: [PATCH] api: Remove deprecated Notepads

2015-12-23 Thread Aun-Ali Zaidi
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

Re: [PATCH] api: Remove deprecated Notepads

2015-12-23 Thread Joel Sherrill
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

Re: [PATCH] api: Remove deprecated Notepads

2015-12-23 Thread Sebastian Huber
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