1
Dependents: internet_radio_leo
Fork of WIZnetInterface by
Revision 28:0baaa2970201, committed 2016-06-29
- Comitter:
- WizLeo
- Date:
- Wed Jun 29 04:41:34 2016 +0000
- Parent:
- 27:1169973d836c
- Commit message:
- 1
Changed in this revision
arch/int/W7500x_toe.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 1169973d836c -r 0baaa2970201 arch/int/W7500x_toe.cpp --- a/arch/int/W7500x_toe.cpp Mon Oct 05 05:44:39 2015 +0000 +++ b/arch/int/W7500x_toe.cpp Wed Jun 29 04:41:34 2016 +0000 @@ -196,6 +196,12 @@ * sreg<uint8_t>(socket, Sn_TXBUF_SIZE, 2); * } */ + + /** + * Use only one socket with 16 kBytes of RAM for Tx and 16 kBytes of RAM for Rx + */ + sreg<uint8_t>(0, Sn_RXBUF_SIZE, 16); //Vassilis Serasidis + sreg<uint8_t>(0, Sn_TXBUF_SIZE, 16); //Vassilis Serasidis }