Martin Velek
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Martin Velek-
Martin Velek commented,
To make the Valgrind happier I would change the lAsyncIORegisterCallback to: pxIterator->pxNext = ( xAsyncIOCallback * )malloc( sizeof( xAsyncIOCallback ) ); if (NULL != pxIterator->pxNext) ...
-
Martin Velek commented,
I am too lazy :) .... check this site http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml and FreeRTOS-Plus-Demo-2
-
Martin Velek commented,
Hi, I would recommend to look at FreeRTOS source directory. Instead of elaborating here, I think you can find ports directly under the FreeRTOS. If not, I will describe it here. Martin
-
Martin Velek commented,
Hello Marco, If I remeber correctly the change was only one and it was kicking out the timers and reworked sema/queues. Thats all. In the enclosure you can find another sys_arch 1.4.0 files. A part...
-
Martin Velek created a post,
sys arch for lwip 1.4.0
Hi, I have upgraded the lwip from 1.3.2 to 1.4.0. In the enclosure you can find my sys_arch.c and sys_arch.h. I am not using mempools, just only malloc and free, #define MEM_LIBC_MALLOC (1) so that...