-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduced stack sizes of IDLE, LOAD and TMAIN threads as well as NUM_LO…
…AD_THREADS to 5 (was 10) in order to fit the test for targets with as low as 128KiB RAM. Bug fix: MAX_BUF fixed so that in_buf[] and out_buf[] can accomodate up to messages of up to 10KiB used by some tests.[ Bugzilla 1001344 ]
- Loading branch information
vae
committed
May 27, 2012
1 parent
208987a
commit 94d777e
Showing
2 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2012-05-26 Ilija Kocho <[email protected]> | ||
|
||
* tests/nc_test_slave.c: Reduced stack sizes of IDLE, LOAD and TMAIN | ||
threads as well as NUM_LOAD_THREADS to 5 (was 10) in order to fit the | ||
test for targets with as low as 128KiB RAM. | ||
Bug fix: MAX_BUF fixed so that in_buf[] and out_buf[] can accomodate | ||
10KiB messages. | ||
[ Bugzilla 1001344 ] | ||
|
||
2012-03-06 Ilija Kocho <[email protected]> | ||
|
||
* src/core/tcp_out.c: Fix compiler warning about unused variables. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters