Re: [rtems-docs commit] c_user: Re-add task notepads for 4.11. Remove this patch after branching.

2016-11-02 Thread Joel Sherrill
On Wed, Nov 2, 2016 at 6:03 PM, Chris Johns wrote: > On 03/11/2016 01:57, Joel Sherrill wrote: > >> I cut and pasted it from the adjacent configure_xxx constant. I double >> checked and it looks like this is the pattern through almost this entire >> chapter. >> >> grep DESCRIPTION configuring_a

Re: [rtems-docs commit] c_user: Re-add task notepads for 4.11. Remove this patch after branching.

2016-11-02 Thread Chris Johns
On 03/11/2016 01:57, Joel Sherrill wrote: I cut and pasted it from the adjacent configure_xxx constant. I double checked and it looks like this is the pattern through almost this entire chapter. grep DESCRIPTION configuring_a_system.rst | uniq -c 1 *DESCRIPTION:* 140 **DESCRIPTION

[PATCH 6/6] testsuites/testdata/dltests-broken-on-this-bsp.tcfg: Add new dl tests 03-05

2016-11-02 Thread Joel Sherrill
--- testsuites/testdata/dltests-broken-on-this-bsp.tcfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testsuites/testdata/dltests-broken-on-this-bsp.tcfg b/testsuites/testdata/dltests-broken-on-this-bsp.tcfg index 77132ed..6dbbe14 100644 --- a/testsuites/testdata/dltests-broken-on-this-b

[PATCH 1/6] moxiesim/bsp_specs: Add crtbegin/end to fix link issues

2016-11-02 Thread Joel Sherrill
--- c/src/lib/libbsp/moxie/moxiesim/bsp_specs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/moxie/moxiesim/bsp_specs b/c/src/lib/libbsp/moxie/moxiesim/bsp_specs index 61018c2..0bcb1f9 100644 --- a/c/src/lib/libbsp/moxie/moxiesim/bsp_specs +++ b/c/src/lib

[PATCH 4/6] m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg: Add dl05

2016-11-02 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf5225x/make/custom/mcf5225x-testsuite.tcfg index 9b822c8..1fd3b6a 100644 --- a/c/

[PATCH 3/6] m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg: Add dl05

2016-11-02 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf52235/make/custom/mcf52235-testsuite.tcfg index 72deca1..9b3841b 100644 --- a/c/

[PATCH 0/6] BSP Build Issues

2016-11-02 Thread Joel Sherrill
Hi This is a subset of a patch series I posted a while back which included warning fixes. The printf() format warning fixes had comments so I am just submitting this subset which should be OK. In case someone doesn't remember, the m68k BSP dltest issues were not enough memory to link the tests so

[PATCH 5/6] m68k/mrm332/make/custom/mrm332-testsuite.tcfg: Add dl05

2016-11-02 Thread Joel Sherrill
--- c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg b/c/src/lib/libbsp/m68k/mrm332/make/custom/mrm332-testsuite.tcfg index 6256f7e..6cfd8a8 100644 --- a/c/src/lib/libb

[PATCH 2/6] mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg: Add dl05

2016-11-02 Thread Joel Sherrill
--- .../lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg | 1 + 1 file changed, 1 insertion(+) diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg b/c/src/lib/libbsp/m68k/mcf5206elite/make/custom/mcf5206elite-testsuite.tcfg index 15b48e4..

Re: [PATCH] doc: Fix typo

2016-11-02 Thread Joel Sherrill
For those interested, the new docs are in the rtems-docs git repository and Chris has a formatted version in his personal ftp directory: https://ftp.rtems.org/pub/rtems/people/chrisj/docs/ At this point, we have reviewed the conversions of all of the existing manuals and Chris is doing final tidy

Re: Sphinx Doc for 4.11 and rtems_clock_set_nanoseconds_extension

2016-11-02 Thread Chris Johns
On 2/11/16 6:28 pm, Sebastian Huber wrote: > > should we do a > > git rm -r doc > > ? > Yes, I will do this when we branch the docs repo. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Sphinx Doc for 4.11 and rtems_clock_set_nanoseconds_extension

2016-11-02 Thread Sebastian Huber
Hello Joel, On 31/10/16 17:14, Joel Sherrill wrote: Hi I am reviewing the converted Sphinx documentation to see if there are services that are either undocumented or documented and not present in 4.11. I found that rtems_clock_set_nanoseconds_extension is documented but seems to be not complet

[PATCH] Update due to clock manager and driver changes

2016-11-02 Thread Sebastian Huber
--- c_user/board_support_packages.rst | 4 +- c_user/clock_manager.rst | 112 +- c_user/configuring_a_system.rst | 2 +- c_user/glossary.rst | 4 +- c_user/interrupt_manager.rst | 5 +- c_user/task_manager.rst |