mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 20:03:50 -04:00
Final tidy up before tagging V8.2.3.
This commit is contained in:
parent
825b43a188
commit
5e9787978c
10 changed files with 110 additions and 112 deletions
|
@ -88,8 +88,8 @@
|
|||
#define configUSE_PREEMPTION 1
|
||||
#define configUSE_IDLE_HOOK 1
|
||||
#define configUSE_TICK_HOOK 1
|
||||
#define configCPU_CLOCK_HZ ( 120000000UL ) /*_RB_ guess*/
|
||||
#define configPERIPHERAL_CLOCK_HZ ( 60000000UL ) /*_RB_ guess*/
|
||||
#define configCPU_CLOCK_HZ ( 120000000UL )
|
||||
#define configPERIPHERAL_CLOCK_HZ ( 60000000UL )
|
||||
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
|
||||
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 140 )
|
||||
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 45 * 1024 ) )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue