Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to newlib. This will simplify the build process of some libraries that depend on the netwo

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Chris Johns
On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to newlib. This will simplify the build process

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instead, we add current headers from FreeBSD to new

Re: [PATCH 00/13] Replace mongoose with civetweb.

2016-04-26 Thread Christian Mauderer
Am 26.04.2016 um 04:51 schrieb Chris Johns: > On 26/04/2016 07:22, Joel Sherrill wrote: >> Agreed 100%! >> >> NTP has an RSB recipe and there are others for various libraries which >> should be good examples. Shouldn't take long to do the recipe. Just ask >> questions rather than getting stuck. >>

Re: PWM driver tested in RTEMS with RGB

2016-04-26 Thread Martin Galvan
Hi Punit! Sorry for the delay; I finally got to review your code. First and foremost, it'd be great if you could tell us which StarterWare version/git commit are you using, so that we can keep it handy when reviewing your code. Sorry if you already mentioned it, my memory is a bit sketchy these day

Re: [PATCH 00/13] Replace mongoose with civetweb.

2016-04-26 Thread Chris Johns
On 26/04/2016 22:22, Christian Mauderer wrote: Am 26.04.2016 um 04:51 schrieb Chris Johns: On 26/04/2016 07:22, Joel Sherrill wrote: Agreed 100%! NTP has an RSB recipe and there are others for various libraries which should be good examples. Shouldn't take long to do the recipe. Just ask quest

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Chris Johns
On 26/04/2016 23:22, Sebastian Huber wrote: Add root bus support functions How and why would you use these functions? Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Chris Johns
On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: currently we try to remove the network specific POSIX headers from RTEMS. Instea

[PATCH] fix-warning: fix it to fit c90.

2016-04-26 Thread DU HUANPENG
From: Du Huanpeng --- cpukit/score/cpu/arm/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/arm/cpu.c b/cpukit/score/cpu/arm/cpu.c index 944ca63..c9dc22e 100644 --- a/cpukit/score/cpu/arm/cpu.c +++ b/cpukit/score/cpu/arm/cpu.c @@ -135,8 +135,8 @@ void _C

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Sebastian Huber
On 27/04/16 04:27, Chris Johns wrote: On 26/04/2016 23:22, Sebastian Huber wrote: Add root bus support functions How and why would you use these functions? /** * @brief Attach the root bus. * * @retval 0 Successful operation. * @retval errno Otherwise. */ int rtems_bsd_bus_root_atta

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 27/04/16 05:53, Chris Johns wrote: On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote: [...] I see an explosion of libraries

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Chris Johns
On 27/04/2016 15:53, Sebastian Huber wrote: Suspend and resume can be used to go into a power saving state. Detach to shutdown the system and do a warm reset. I can make these calls safely from my application at any time? Chris ___ devel mailing lis

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Sebastian Huber
On 27/04/16 07:59, Chris Johns wrote: On 27/04/2016 15:53, Sebastian Huber wrote: Suspend and resume can be used to go into a power saving state. Detach to shutdown the system and do a warm reset. I can make these calls safely from my application at any time? If all drivers are written prop

Re: [rtems-libbsd commit] Add root bus support functions

2016-04-26 Thread Chris Johns
On 27/04/2016 16:02, Sebastian Huber wrote: On 27/04/16 07:59, Chris Johns wrote: On 27/04/2016 15:53, Sebastian Huber wrote: Suspend and resume can be used to go into a power saving state. Detach to shutdown the system and do a warm reset. I can make these calls safely from my application at

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Chris Johns
On 27/04/2016 15:58, Sebastian Huber wrote: On 27/04/16 05:53, Chris Johns wrote: On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26/04/2016 01:06, Christian Mauderer wrote:

Re: Draft for moving network headers from RTEMS to newlib

2016-04-26 Thread Sebastian Huber
On 27/04/16 08:20, Chris Johns wrote: On 27/04/2016 15:58, Sebastian Huber wrote: On 27/04/16 05:53, Chris Johns wrote: On 26/04/2016 19:26, Sebastian Huber wrote: On 26/04/16 10:27, Chris Johns wrote: On 26/04/2016 17:31, Sebastian Huber wrote: On 26/04/16 07:51, Chris Johns wrote: On 26