Update RX231 projects to blink the LED.

This commit is contained in:
Richard Barry 2015-09-25 09:33:37 +00:00
parent e5c8119b96
commit b3f343fdae
34 changed files with 1654 additions and 117 deletions

View file

@ -88,8 +88,8 @@
#define configUSE_PREEMPTION 1
#define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1
#define configCPU_CLOCK_HZ ( 52000000UL ) /*_RB_ guess*/
#define configPERIPHERAL_CLOCK_HZ ( 26000000UL ) /*_RB_ guess*/
#define configCPU_CLOCK_HZ ( 52000000UL )
#define configPERIPHERAL_CLOCK_HZ ( 26000000UL )
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 140 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 40 * 1024 ) )