Re: GSoC Project | Basic Support for Trace Compass

2019-06-01 Thread Chris Johns
On 31/5/19 2:32 pm, Sebastian Huber wrote: > On 31/05/2019 01:38, Chris Johns wrote: >> On 30/5/19 7:48 pm, Sebastian Huber wrote: >>> Since this program runs on the host, you can also use GPL or LGPL software. >> Hmm the rtems-tools package is aiming for no GPL or LGPL. There are a few GPL >> file

[PATCH 2/5] iicbus: port to RTEMS

2019-06-01 Thread Vijay Kumar Banerjee
--- Makefile.todo | 11 ++ buildset/default.ini | 1 + libbsd.py | 35 rtemsbsd/include/bsp/nexus-devices.h | 4 + .../machine/rtems-bsd-kernel-namespace.h | 33 rtemsbsd/inc

[PATCH 5/5] i2c tool : port to RTEMS

2019-06-01 Thread Vijay Kumar Banerjee
--- freebsd/usr.sbin/i2c/i2c.c| 35 +++ libbsd.py | 2 ++ rtemsbsd/include/machine/rtems-bsd-commands.h | 2 ++ rtemsbsd/include/rtems/netcmds-config.h | 2 ++ rtemsbsd/rtems/rtems-bsd-shell-i2c.c | 35 ++

[PATCH 4/5] i2c tool : Import from FreeBSD

2019-06-01 Thread Vijay Kumar Banerjee
--- freebsd/usr.sbin/i2c/i2c.c | 733 + 1 file changed, 733 insertions(+) create mode 100644 freebsd/usr.sbin/i2c/i2c.c diff --git a/freebsd/usr.sbin/i2c/i2c.c b/freebsd/usr.sbin/i2c/i2c.c new file mode 100644 index ..084682a1 --- /dev/null +++ b/freeb

[PATCH 3/5] Add rtems i2c adaptation layer

2019-06-01 Thread Vijay Kumar Banerjee
--- libbsd.py| 1 + rtemsbsd/i2c/rtems-i2c.c | 218 +++ 2 files changed, 219 insertions(+) create mode 100644 rtemsbsd/i2c/rtems-i2c.c diff --git a/libbsd.py b/libbsd.py index a25d3a8a..6e8ff987 100644 --- a/libbsd.py +++ b/libbsd.py @@ -771,

[PATCH 1/5] iicbus: Import from FreeBSD

2019-06-01 Thread Vijay Kumar Banerjee
--- freebsd/sys/dev/iicbus/iic.c| 506 ++ freebsd/sys/dev/iicbus/iic.h| 72 freebsd/sys/dev/iicbus/iicbus.c | 378 freebsd/sys/dev/iicbus/iicbus.h | 83 + freebsd/sys/dev/iicbus/iiconf.c | 527 +

[PATCH] Add iicbus drivers to RTEMS-libbsd

2019-06-01 Thread Vijay Kumar Banerjee
Hello everyone, The patch set adds the iicbus drivers to the libbsd. - The first two patches add the iicbus drivers to libbsd. - The third path adds a generic rtems i2c adaptation driver to the libbsd. This will enable the libbsd applications to use the rtems-i2c drivers. This adaptation lay

Re: [PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-06-01 Thread Gedare Bloom
On Sat, Jun 1, 2019, 8:29 AM Aditya Upadhyay wrote: > On Sat, Jun 1, 2019 at 5:03 AM Gedare Bloom wrote: > > > > On Fri, May 31, 2019 at 10:17 AM Aditya Upadhyay > wrote: > > > > > > Hi VARoDeK, > > > > > > This looks fine to me. I would love to see other's responses. > > > > > > > This test is

Re: [PATCH] Add Test suite for inttypes.h (psxinttypes.exe) in testsuites/psxtests

2019-06-01 Thread Aditya Upadhyay
On Sat, Jun 1, 2019 at 5:03 AM Gedare Bloom wrote: > > On Fri, May 31, 2019 at 10:17 AM Aditya Upadhyay wrote: > > > > Hi VARoDeK, > > > > This looks fine to me. I would love to see other's responses. > > > > This test is not right, it needs to be rethought. Let me know if you > need further guid

Re: Instructions to send a Patch

2019-06-01 Thread Vaibhav Gupta
On Thu, 30 May, 2019, 2:48 PM Aditya Upadhyay, wrote: > On Thu, May 30, 2019 at 12:52 AM Gedare Bloom wrote: > > > > On Tue, May 28, 2019 at 8:23 PM Vaibhav Gupta > wrote: > > > > > > > > > > > > On Tue, May 28, 2019 at 11:47 AM Aditya Upadhyay > wrote: > > >> > > >> On Mon, May 27, 2019 at 10