forked from nanoframework/nf-interpreter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
target_common.h.in
44 lines (34 loc) · 1.6 KB
/
target_common.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//
// Copyright (c) .NET Foundation and Contributors
// See LICENSE file in the project root for full license information.
//
//////////////////////////////////////////////////////////////////////////////
// This file was automatically generated by a tool. //
// Any changes you make here will be overwritten when it's generated again. //
//////////////////////////////////////////////////////////////////////////////
#ifndef TARGET_COMMON_H
#define TARGET_COMMON_H
#include <target_lwipopts.h>
/////////////////////////////////////////////////////////////////////////////////////////
// The following addresses and sizes should be filled in according to the SoC data-sheet
// they also must be coherent with what's in the linker file for nanoBooter and nanoCLR
// RAM base address
#define RAM1_MEMORY_StartAddress ((uint32_t)0x20200000)
// RAM size
#define RAM1_MEMORY_Size ((uint32_t)0x000c0000)
// FLASH base address
#define FLASH1_MEMORY_StartAddress ((uint32_t)0x60000000)
// FLASH size
#define FLASH1_MEMORY_Size ((uint32_t)0x00800000)
/////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////
#define TARGETNAMESTRING "NXP_MIMXRT1060_EVK"
#define PLATFORMNAMESTRING "IMXRT10xx"
//////////////////////////////////////////////////
/////////////////////////////////////
#define PLATFORM_HAS_RNG TRUE
/////////////////////////////////////
/////////////////////////////////////
// #define EVENTS_HEART_BEAT
/////////////////////////////////////
#endif // TARGET_COMMON_H