This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001116] Instruct lwIP to use special section for buffers and heap.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001116

--- Comment #19 from Ilija Kocho <ilijak@siva.com.mk> 2011-01-30 13:00:38 GMT ---
(In reply to comment #17 and in addition to comment #18)

Sergei

IMO it is a convenience to have the CYGOPT_LWIP_MEM_PLF_SPEC as a container for
Platform specific memory settings. It would contain CYGOPT_LWIP_MEM_SECTION and
can be declared parent by platform supplied options such as
CYGOPT_LWIP_MEM_SECTION_NAME. It will group CYGOPT_LWIP_MEM_SECTION and
CYGOPT_LWIP_MEM_SECTION_NAME in configtool view. 

     cdl_component CYGOPT_LWIP_MEM_PLF_SPEC {
          display "Platform/application specific memory settings"
          ...
          cdl_option CYGOPT_LWIP_MEM_SECTION {
          }
     }

    cdl_option CYGOPT_LWIP_MEM_SECTION_NAME {
         ...
         parent CYGOPT_LWIP_MEM_PLF_SPEC
    }

Tell me if you want me to produce a patch for review.

Ilija

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]