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 1001344] New: Allow nc_test_slave for lwIP to compile for targets with 128KiB RAM.


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

           Summary: Allow nc_test_slave for lwIP to compile for targets
                    with 128KiB RAM.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: Patches and contributions
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-patches@ecos.sourceware.org
             Group: eCos
             Class: Advice Request


Created an attachment (id=1377)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1377)
Reduce stack usage of nc_test_slave

Network characterization test for lwIP (nc_test_slave.c) doesn't compile for
targets with RAM <= 128KiB. The problem can be solved by reducing stack sizes
of several threads.

A patch that solves the problem for targets with 128KiB RAM is attached for
review. The patch has been tested on Cortex-M4/Kinetis K60 with 128KiB RAM.

Since some thread stacks have been reduced, it would be good to check
compatibility on other architectures.

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