GSOC 2015: hello world proof

2015-03-21 Thread Anand Krishnan
Dear Mentors, I am attaching the screenshot of the modified hello world output and also the patch of the changes made. Please let me know if this is the intended output. I am interested in working on the Configuration GUI as my GSOC Project. Do I have to submit more changes on other platforms or

arm-lpc1768_mbed* warnings

2015-03-21 Thread Joel Sherrill
Hi Testing against gcc head these showed up: $ ./w log/arm-lpc1768_mbed*.log | sort -u c/src/lib/libbsp/arm/lpc176x/console/console-config.c:77:13: warning: 'lpc176x_uart2_probe' defined but not used [-Wunused-function] c/src/lib/libbsp/arm/lpc176x/console/console-config.c:89:13: warning: 'lpc17

Re: arm-lpc1768_mbed* warnings

2015-03-21 Thread Joel Sherrill
On 3/21/2015 11:41 AM, Joel Sherrill wrote: > Hi > > Testing against gcc head these showed up: > > $ ./w log/arm-lpc1768_mbed*.log | sort -u > c/src/lib/libbsp/arm/lpc176x/console/console-config.c:77:13: warning: > 'lpc176x_uart2_probe' defined but not used [-Wunused-function] > c/src/lib/libbsp

Re: GSOC 2015: Configuration GUI

2015-03-21 Thread Anand Krishnan
So just to be clear again, we build a cross platform GUI to configure the classes in /defaults/options.py (eg: ALLOW_IRQ_NESTING, ARM_CL etc) -> this would be our output file, the file which we are supposed to change and put new values right? Out of the three variables in each class above, "value"