Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 2 and Version 3 of GSoC/2015/GUI


Ignore:
Timestamp:
06/13/15 03:14:42 (9 years ago)
Author:
Anand Krishnan Prakash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2015/GUI

    v2 v3  
     1
    12= Configuration GUI =
    23
     
    910'''Introduction:''' Create a cross platform GUI for configuring RTEMS (waf version).
    1011
     12Currently, I will be working on building a GUI for configuring the build time parameters for RTEMS - such as BSP, networking etc.
     13
    1114= So Far =
    1215 * Proposed 2 drafts, which can be found at my blog (link given below).
    13  * Currently working on grouping the options for a better GUI.
     16 * Options have been completely grouped into: General, Build, Network and Storage Settings (just a tentative list)
     17 * Currently working on building menus for the GUI (wxPython3).
     18 * Amar has modified rtems_config to py/waf and py/config to provide a single entry point to py/ and is writing functions to fetch necessary information.
     19
     20= Future Work =
     21 * GUI must be able to select 1 BSP and related options.
     22 * GUI must be able to select more than 1 BSP and related options.
     23 * Range checking of the entered values for the options. Finding out patterns in the upper and lower bounds (eg: a min-max range for integers etc.) to make the work easier.
     24 * The configuration parameters in confdefs.h would also be converted to options for the waf version.
    1425
    1526= References =