Update RX630 to add in some timer demo code, and remove all mention of Ethernet.

Minor comment corrections in the RX200 demo.
This commit is contained in:
Richard Barry 2011-10-07 09:58:16 +00:00
parent 56eb9ebec3
commit 3f3e6ba246
13 changed files with 213 additions and 774 deletions

View file

@ -70,7 +70,7 @@
*----------------------------------------------------------*/
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 0
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 0
#define configCPU_CLOCK_HZ ( ICLK_FREQUENCY ) /* Set in rskrx630def.h. */
#define configPERIPHERAL_CLOCK_HZ ( PCLKB_FREQUENCY ) /* Set in rskrx630def.h. */