mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-03 21:03:51 -04:00
Update RX231 projects to blink the LED.
This commit is contained in:
parent
e5c8119b96
commit
b3f343fdae
34 changed files with 1654 additions and 117 deletions
|
@ -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 ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue