Re: LTTng sched_switch documentation patch.

2019-08-29 Thread Ravindra Kumar Meena
Hello Chris, Thanks for the review! This is specific to QEMU and that leaves me wondering if this method of > trace > works on all targets. > Yes, the record tracing works on all RTEMS targets. > > "Step 1: Clone the repositories rtems-libbsd and rtems-tools and set up the > environment, if have

Re: littleVGL now supports FreeBSD framebuffer

2019-08-29 Thread Christian Mauderer
On 30/08/2019 02:39, Chris Johns wrote: > On 30/8/19 1:19 am, Vijay Kumar Banerjee wrote: >> I have written the scripts to build littlevgl using rtems_waf. The build >> works fine >> and installs the required header and the static library in the prefix >> library path. > > This is great work. We

examples-v2.git renamed to rtems-examples.git

2019-08-29 Thread Chris Johns
Hello, I have moved the RTEMS examples repository previously name examples-v2.git to rtems-examples.git. If you have a repo you can move to the new repo's path using: $ git remote set-url git://git.rtems.org/rtems-examples.git Thanks Chris ___ devel

Re: littleVGL now supports FreeBSD framebuffer

2019-08-29 Thread Chris Johns
On 30/8/19 5:56 am, Vijay Kumar Banerjee wrote: > On Thu, Aug 29, 2019 at 8:49 PM Vijay Kumar Banerjee > wrote: > Hello Chris, > > I have written the scripts to build littlevgl using rtems_waf. The build > works fine > and installs the required hea

Re: littleVGL now supports FreeBSD framebuffer

2019-08-29 Thread Chris Johns
On 30/8/19 1:19 am, Vijay Kumar Banerjee wrote: > I have written the scripts to build littlevgl using rtems_waf. The build > works fine > and installs the required header and the static library in the prefix library > path. This is great work. Well done. > The repository is pushed here, please

Re: littleVGL now supports FreeBSD framebuffer

2019-08-29 Thread Vijay Kumar Banerjee
On Thu, Aug 29, 2019 at 8:49 PM Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > Hello Chris, > > I have written the scripts to build littlevgl using rtems_waf. The build > works fine > and installs the required header and the static library in the prefix > library path. > > The reposit

[PATCH 2/2] mqueueopen.c: Changed thread release order to priority

2019-08-29 Thread Lou Woods
From: Lou Woods Changed the POSIX message queue thread release order from FIFO to priority per the Open Group Specification. http://pubs.opengroup.org/onlinepubs/9699919799/functions/mq_receive.html closes #3791. --- cpukit/posix/src/mqueueopen.c | 16 +++- 1 file changed, 11 insert

[PATCH 1/2] psxmsgq05: Added priority unblocking mq tests

2019-08-29 Thread Lou Woods
From: Lou Woods This test exercises the unblocking order of a POSIX message queue -Added psxmsgq05 test to the make structure. -Added tests, doc, and scn output. updates #3791. --- testsuites/psxtests/Makefile.am | 10 + testsuites/psxtests/configure.ac| 1 + testsui

Re: littleVGL now supports FreeBSD framebuffer

2019-08-29 Thread Vijay Kumar Banerjee
Hello Chris, I have written the scripts to build littlevgl using rtems_waf. The build works fine and installs the required header and the static library in the prefix library path. The repository is pushed here, please have a look: https://github.com/thelunatic/littlevgl-rsb Thanks, Vijay On T

Re: [PATCH] riscv: add freedom E310 Arty A7 bsp

2019-08-29 Thread Hesham Almatary
I have a pending partial review which seconds Sebastian's opinion. Most notably, the clock, btimer drivers code duplicate most of the existing riscv drivers. It might be easier to just use the existing generic riscv BSP ones, and if they lack any features, you can fix that. Also, all of the csr_*()