Update the RX63N RDK demo to use the latest (at the time of writing) Renesas RDK BSP.

Ethernet is still not included.
The configuration is still set for the ES chip.
This commit is contained in:
Richard Barry 2012-04-24 12:45:01 +00:00
parent 84ddb2abd6
commit 8baa0ac171
9 changed files with 202 additions and 139 deletions

View file

@ -273,9 +273,8 @@ extern void HardwareSetup( void );
xTaskCreate( prvRegTest1Task, "RegTst1", configMINIMAL_STACK_SIZE, ( void * ) mainREG_TEST_1_PARAMETER, tskIDLE_PRIORITY, NULL );
xTaskCreate( prvRegTest2Task, "RegTst2", configMINIMAL_STACK_SIZE, ( void * ) mainREG_TEST_2_PARAMETER, tskIDLE_PRIORITY, NULL );
/* The web server task. NOTE: COMMENTED OUT AS THE ETHERNET PORT IS NOT
YET BEING CONFIGURED IN hwsetup.c. */
//xTaskCreate( vuIP_Task, "uIP", mainuIP_STACK_SIZE, NULL, mainuIP_TASK_PRIORITY, NULL );
/* The web server task. NOT CONFIGURED YET
xTaskCreate( vuIP_Task, "uIP", mainuIP_STACK_SIZE, NULL, mainuIP_TASK_PRIORITY, NULL ); */
/* Create the standard demo tasks. */
vStartBlockingQueueTasks( mainBLOCK_Q_PRIORITY );