Deepika
65150b62b9
Added assert for malloc
2017-09-11 11:41:34 -05:00
Deepika
d12822f95a
Resolved compiler error: constructor deleted
...
IAR 8.x compiler throws error for emac_interface_t constructor
rtw_emac.cpp@220,0: [Pe1790]: the default constructor of "emac_interface"
cannot be referenced -- it is a deleted function
Error is because new object is created of structure with constant member.
Resolved it by using malloc instead new.
2017-09-06 09:51:17 -05:00
Yuguo Zou
4eda93e760
resolve RTWInterface initialization run after error issue
2017-06-03 20:15:04 +01:00
Yuguo Zou
f000eb3401
Restore TCPIP_THREAD_STACKSIZE and thread_stack_main
...
move some TCPIP stack data to heap;
switch off GDMA for SPI (only for SPI);
TCPIP_THREAD_STACKSIZE and thread_stack_main are identical to ARMmbed
2017-06-03 20:15:01 +01:00
Yuguo Zou
d18735dd31
code style fix
...
replace tab with 4 spaces;
remove "#ifndef CONFIG_MBED_ENABLED" code;
make if else pretty;
add comment to PinNames.h;
2017-06-03 20:14:59 +01:00
Yuguo Zou
2dd9415e89
Fold ADC0 into trng; delete comment code
2017-06-03 20:14:58 +01:00
Yuguo Zou
08489e4f18
Fix on Wifi
2017-06-03 20:14:58 +01:00
Yuguo Zou
d96de9c21a
update to lwip_stack issue
2017-06-03 20:14:56 +01:00
Yuguo Zou
0d84a8d0d0
move network Interface API out
2017-06-03 20:14:49 +01:00