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

Changes between Version 4 and Version 5 of GSoC/2015/GUI


Ignore:
Timestamp:
07/04/15 13:49:46 (9 years ago)
Author:
Anand Krishnan Prakash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2015/GUI

    v4 v5  
    1818 * 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.
    1919 * Build the basic "view" layout of the GUI -> with menus and multilayered tabs.
     20 * Add functions to get options to GUI
     21 * Display Boolean, Integer and String options
    2022
    21 = Future Work =
    22  * Add option get/set functions to GUI
    23  * GUI must be able to select 1 BSP and related options.
    24  * GUI must be able to select more than 1 BSP and related options.
     23= Future Work =
     24 * Display StringList options
     25 * Create the config.cfg file
    2526 * 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.
    2627 * The configuration parameters in confdefs.h would also be converted to options for the waf version.