Martin Velek
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Martin Velek Sort by recent activity-
To make the Valgrind happier I would change the lAsyncIORegisterCallback to: pxIterator->pxNext = ( xAsyncIOCallback * )malloc( sizeof( xAsyncIOCallback ) ); if (NULL != pxIterator->pxNext) ...
-
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
-
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
-
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...