Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Anand Krishnan
Thomas: Apologies. This is the right link: https://github.com/anandkp92/waf/blob/waf/gui/menu.py Thanks for the other input. I'll take care of in-code documentation and making the code modular. I'll work on the tabs next. Regards, Anand On Tue, Jun 16, 2015 at 4:37 AM, Gedare Bloom wrote: >

Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Gedare Bloom
I just had one comment from reading the code, it lacks any code-level documentation. Granted it is simple now, but as it grows so should the doc. Also, make sure to watch out for when to break out into more functions/modules. Avoid the pitfall of "one block of code to rule them all" -Gedare On M

Re: GSOC 2015: Configuration GUI

2015-06-15 Thread Amar Takhar
On 2015-06-15 23:52 +0530, Anand Krishnan wrote: > Hi all, > > Currently I have uploaded the first part of the gui - just plain menus (with > no > event handlers yet) to my github: github.com/anandkp92/waf/gui/menu.py . The > purpose of the GUI is for creating the config.cfg file for "waf config"

Re: usb01.exe from rtems-libbsd testsuites gives no output

2015-06-15 Thread Gedare Bloom
If you haven't already, I'd suggest building and running libbsd for a known-to-work target (probably the realview pbx a9 qemu) as well, so you can have confidence in your tools and the libbsd sources. Are you building it with make or with waf? There are a list of tests in libbsd.txt that don't nee

Re: usb01.exe from rtems-libbsd testsuites gives no output

2015-06-15 Thread Yurii Shevtsov
This is "Please, pay attention" message. I really need help. Also I still can't start working with the latest libbsd repo because of this https://lists.rtems.org/pipermail/users/2015-June/029005.html Thanks in advance, and excuse me, if my questions seem stupid 2015-06-13 13:56 GMT+03:00 Yurii She

GSOC 2015: Configuration GUI

2015-06-15 Thread Anand Krishnan
Hi all, Currently I have uploaded the first part of the gui - just plain menus (with no event handlers yet) to my github: github.com/anandkp92/waf/gui/menu.py . The purpose of the GUI is for creating the config.cfg file for "waf config" of the waf version of RTEMS. I think you might need wxpython

Re: [RPI BSP] cleaned up and reqest for review

2015-06-15 Thread Gedare Bloom
On Mon, Jun 15, 2015 at 10:57 AM, Pavel Pisa wrote: > Hello Joel and Qiao Yang, > > On Monday 15 of June 2015 15:39:15 Joel Sherrill wrote: >> On 6/14/2015 5:31 AM, QIAO YANG wrote: >> > 1. Will rpi bsp has any kernel command line setup like i386? This would >> > let us to choose fb console port o

Re: GSoC 2015: Raspberry Pi 2 Support

2015-06-15 Thread Alan Cudmore
Hi, Some of the code examples may give you some clues. Like this one: https://github.com/mrvn/test/blob/master/smp.cc Or this: https://github.com/PeterLemon/RaspberryPi/tree/master/SMP/SMPINIT If you still can't figure it out, you can always join the raspberrypi.org forums and ask on this thread:

Re: [RPI BSP] cleaned up and reqest for review

2015-06-15 Thread Pavel Pisa
Hello Joel and Qiao Yang, On Monday 15 of June 2015 15:39:15 Joel Sherrill wrote: > On 6/14/2015 5:31 AM, QIAO YANG wrote: > > 1. Will rpi bsp has any kernel command line setup like i386? This would > > let us to choose fb console port or serial console port . Or maybe we > > just use compiler mac

Re: [RPI BSP] cleaned up and reqest for review

2015-06-15 Thread Joel Sherrill
On 6/14/2015 5:31 AM, QIAO YANG wrote: Hello sirs, I've cleaned up my works for fb implementation and the graphic console. Now it's available on my github: mailbox: https://github.com/yangqiao/rtems/commit/4b4239135d23d82c2a284c8c848d8f97cd3c5e41 videocore: https://github.com/yangqiao/rte

Re: [RPI BSP] cleaned up and reqest for review

2015-06-15 Thread Gedare Bloom
On Sun, Jun 14, 2015 at 6:31 AM, QIAO YANG wrote: > > Hello sirs, > > I've cleaned up my works for fb implementation and the graphic console. > Now it's available on my github: > > mailbox: > https://github.com/yangqiao/rtems/commit/4b4239135d23d82c2a284c8c848d8f97cd3c5e41 > videocore: > https://