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 #9 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2011-01-27 18:54:02 GMT ---
"Make it as simple as you can, and no simpler" :-) But,

I would not use calculated command as you proposed

    cdl_option CYGDAT_LWIP_MEM_SECTION {
        display "Special memory section for lwIP buffers"
        default_value 0

IMO, you can do it in your CDL (HAL)

    cdl_option CYGDAT_LWIP_MEM_SECTION_NAME {
        ...
        requires { CYGDAT_LWIP_MEM_SECTION == ... }

Comments?

-- 
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]