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

2016-04-28 Thread Christian Mauderer
Am 29.04.2016 um 02:45 schrieb Chris Johns: > On 28/04/2016 18:27, Christian Mauderer wrote: >> Am 27.04.2016 um 02:07 schrieb 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: >> >> I

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

2016-04-28 Thread Chris Johns
On 28/04/2016 18:27, Christian Mauderer wrote: Am 27.04.2016 um 02:07 schrieb 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: I put some work into building civetweb using RSB. My configuration

Re: State of the Omniorb port for RTEMS

2016-04-28 Thread Karel Gardas
Hi, you can also ask on omniORB mailing list(s). http://omniorb.sourceforge.net/ Cheers, Karel On 04/28/16 09:54 PM, Sambeet Panigrahi wrote: Hi, Omniorb is an important part of the Orocos RTT that needs to be ported to RTEMS.I found that it has already been ported to RTEMS.But all sources p

GSOC2016: Improvements in RTEMS Tracing Framework

2016-04-28 Thread vivek kukreja
Hello all Thank you for your help and support. My proposal for Tracing tool improvements has been accepted in GSOC 2016. I will be occupied with university exams for the rest of this week. I will update the RTEMS page over the weekend. I will be able to commit full-time to the project in the comi

State of the Omniorb port for RTEMS

2016-04-28 Thread Sambeet Panigrahi
Hi, Omniorb is an important part of the Orocos RTT that needs to be ported to RTEMS.I found that it has already been ported to RTEMS.But all sources point to this link which is dead: http://www.uk.research.att.com/omniORB/omniORB.html Can someone please tell me about the state of the port and p

[PATCH has to be redone] arm/raspberrypi: call VideoCore framebuffer initialization

2016-04-28 Thread Pavel Pisa
From: YANG Qiao Date: Thu, 13 Aug 2015 00:06:10 +0200 -- This change is reason I have asked for update and more checking and didnot proposed patches for mainlining at end of 2015 GSoC. diff --git a/c/src/lib/libbsp/arm/raspberrypi/Makefile.am b/c/src/lib/libbsp/arm/raspberrypi/Makefile.am index

[PATCH 4/4] arm/raspberrypi: add VideoCore framebuffer without initialization

2016-04-28 Thread Pavel Pisa
From: YANG Qiao Date: Thu, 13 Aug 2015 00:06:10 +0200 --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 1 + c/src/lib/libbsp/arm/raspberrypi/console/fb.c | 331 ++ 2 files changed, 332 insertions(+) create mode 100644 c/src/lib/libbsp/arm/raspberrypi/console/fb.c d

[PATCH 3/4] arm/raspberrypi: add cmdline support for rpi bsp

2016-04-28 Thread Pavel Pisa
From: YANG Qiao Date: Thu, 13 Aug 2015 00:05:52 +0200 --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 1 + c/src/lib/libbsp/arm/raspberrypi/include/bsp.h | 5 +++ .../lib/libbsp/arm/raspberrypi/startup/bspstart.c | 1 + .../libbsp/arm/raspberrypi/startup/bspstarthooks.c | 2 ++

[PATCH 2/4] arm/raspberrypi: add VideoCore frame buffer control support

2016-04-28 Thread Pavel Pisa
From: YANG Qiao Date: Thu, 13 Aug 2015 00:05:34 +0200 --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 4 + c/src/lib/libbsp/arm/raspberrypi/include/vc.h | 140 +++ c/src/lib/libbsp/arm/raspberrypi/misc/vc.c | 248 c/src/lib/libbsp/arm/raspberrypi/misc/vc_

[PATCH 1/4] arm/raspberrypi: add VideoCore mailbox support read and write

2016-04-28 Thread Pavel Pisa
From: YANG Qiao Date: Thu, 13 Aug 2015 00:04:33 +0200 --- c/src/lib/libbsp/arm/raspberrypi/Makefile.am | 4 ++ c/src/lib/libbsp/arm/raspberrypi/include/mailbox.h | 32 + .../libbsp/arm/raspberrypi/include/raspberrypi.h | 49 +++ c/src/lib/libbsp/arm/raspberry

RPi mailbox and non-problematic part of VideoCore access support

2016-04-28 Thread Pavel Pisa
Hello everybody, there are Yang Qiao patches updated for RTEMS 4.12. I have checked that RTEMS build after applying. I have not tested them on target. But but there should be minimal impact. I have removed initialization of VideoCore and required changes in memory mapping from basic patches set b

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

2016-04-28 Thread Christian Mauderer
Am 27.04.2016 um 02:07 schrieb 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: [removed part not relevant for this part of the discussion] >> >> 2. Currently there

codingstyle: usage of #include and #include "head.h"

2016-04-28 Thread printk
What is the difference in RTEMS? there are code use #include "xxx.h" reference to xxx.h not located in the current folder. how about just use #include "xxx.h" to include the file in current folder? and use #include to include files in -isystem -I... this usage find in cpukit/lib/networking/