This is the mail archive of the ecos-bugs@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 1001253] Kernel tests on small memory targets


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

--- Comment #15 from Sergei Gavrikov <sergei.gavrikov@gmail.com> 2011-07-04 20:57:26 BST ---
(In reply to comment #14)

> Even if to expand 3/8 limit is a bad idea, may be it has a sense to
> try to play with the divider's values? 

I tested that a bit.  Well, it was possible to get more resources for
the test tuning the dividers, but, by my opinion that is a something
misplaced, I mean to add new ifdefs for xx_Kib targets in the kernel
tests. May be it's better to add stub inclusions for some critical
tests, e.g.

#ifdef CYGPKG_KERNEL_TESTS_tm_basic_LIMITS
#include CYGPKG_KERNEL_TESTS_tm_basic_LIMITS
#endif

etc.

Then any HAL designer would overwrite those defaults after a testing the
new values on real hardware.

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