WIP change clock

This commit is contained in:
Alwin Berger 2024-03-05 16:52:21 +01:00
parent 6831916026
commit 56cc9426db

View File

@ -51,7 +51,7 @@ extern void vAssertCalled( void );
#define configUSE_IDLE_HOOK 1 #define configUSE_IDLE_HOOK 1
#define configUSE_TICK_HOOK 1 #define configUSE_TICK_HOOK 1
#define configUSE_DAEMON_TASK_STARTUP_HOOK 0 #define configUSE_DAEMON_TASK_STARTUP_HOOK 0
#define configCPU_CLOCK_HZ ( ( unsigned long ) 62500000 ) // icount shift 4 #define configCPU_CLOCK_HZ ( ( unsigned long ) 6250000 ) // icount shift 4 // modified
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 ) #define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
#define configMINIMAL_STACK_SIZE ( ( unsigned short ) 2000 ) #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 2000 )
#define configTOTAL_HEAP_SIZE ( ( size_t ) ( 900 ) ) #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 900 ) )