mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Continued V850 development.
This commit is contained in:
parent
38511e8174
commit
c7ff0f4b53
8 changed files with 3671 additions and 1236 deletions
|
@ -114,16 +114,34 @@
|
|||
are dependent on the variant being used. */
|
||||
#ifdef __IAR_V850ES_Fx3__
|
||||
#include "io70f3385.h"
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 60000 ) )
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 20000 ) )
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 48000000 )
|
||||
#endif
|
||||
|
||||
#ifdef __IAR_V850ES_Jx3__
|
||||
#include "io70f3746.h"
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 60000 ) )
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 9000 ) )
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 16000000 )
|
||||
#endif
|
||||
|
||||
#ifdef __IAR_V850ES_Jx3_L__
|
||||
#include "io70f3738.h"
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 9000 ) )
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 20000000 )
|
||||
#endif
|
||||
|
||||
#ifdef __IAR_V850ES_Jx2__
|
||||
#include "io70f3717.h"
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 9000 ) )
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 20000000 )
|
||||
#endif
|
||||
|
||||
#ifdef __IAR_V850ES_Hx2__
|
||||
#include "io70f3707.h"
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 9000 ) )
|
||||
#define configCPU_CLOCK_HZ ( ( unsigned portLONG ) 20000000 )
|
||||
#endif
|
||||
|
||||
#endif /* __IAR_SYSTEMS_ICC__ */
|
||||
|
||||
#endif /* FREERTOS_CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue