mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-05-28 16:09:03 -04:00
Prepare to package up SAM4L demo.
This commit is contained in:
parent
af623460a6
commit
a7fb62cb9c
|
@ -87,12 +87,14 @@
|
||||||
* See http://www.freertos.org/a00110.html.
|
* See http://www.freertos.org/a00110.html.
|
||||||
*----------------------------------------------------------*/
|
*----------------------------------------------------------*/
|
||||||
|
|
||||||
|
#include "asf.h"
|
||||||
|
|
||||||
/* Set configCREATE_LOW_POWER_DEMO to one to run the simple blinky demo,
|
/* Set configCREATE_LOW_POWER_DEMO to one to run the simple blinky demo,
|
||||||
or 0 to run the more comprehensive test and demo application. */
|
or 0 to run the more comprehensive test and demo application. */
|
||||||
#define configCREATE_LOW_POWER_DEMO 1
|
#define configCREATE_LOW_POWER_DEMO 1
|
||||||
|
|
||||||
#if configCREATE_LOW_POWER_DEMO == 1
|
#if configCREATE_LOW_POWER_DEMO == 1
|
||||||
#define configCPU_CLOCK_HZ 16384 /*( sysclk_get_cpu_hz() )*/
|
#define configCPU_CLOCK_HZ 16384
|
||||||
#define configSYSTICK_CLOCK_HZ 16384
|
#define configSYSTICK_CLOCK_HZ 16384
|
||||||
#define configUSE_TICKLESS_IDLE 1
|
#define configUSE_TICKLESS_IDLE 1
|
||||||
#define configTICK_RATE_HZ ( ( portTickType ) 128 )
|
#define configTICK_RATE_HZ ( ( portTickType ) 128 )
|
||||||
|
|
Loading…
Reference in a new issue