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

--- Comment #22 from Jonathan Larmour <jifl@ecoscentric.com> 2012-05-16 17:20:32 BST ---
The minimum stack for Cortex-m does seem quite high - evidently the worst case
for interrupt nesting can affect things badly.

However other architectures do consider the minimum to be a, er, more minimal
minimum (if you see what I mean). So in practice I would add on maybe
4*CYGNUM_HAL_STACK_FRAME_SIZE, and hopefully that won't make things too large
on Kinetis.

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