Skip to content

Commit 1a7d674

Browse files
committed
Added device support for the SSE-320-FVP
1 parent 847fea6 commit 1a7d674

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

RTE/_Debug_CS320/RTE_Components.h

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* CSOLUTION generated file: DO NOT EDIT!
3+
* Generated by: csolution version 2.7.0
4+
*
5+
* Project: 'Hello.Debug+CS320'
6+
* Target: 'Debug+CS320'
7+
*/
8+
9+
#ifndef RTE_COMPONENTS_H
10+
#define RTE_COMPONENTS_H
11+
12+
13+
/*
14+
* Define the Device Header File:
15+
*/
16+
#define CMSIS_device_header "SSE320.h"
17+
18+
/* ARM::CMSIS Driver:[email protected] */
19+
#define RTE_USART0 1
20+
21+
/* ARM::CMSIS-Compiler:STDERR:[email protected] */
22+
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
23+
#define RTE_CMSIS_Compiler_STDERR_Custom /* CMSIS-Compiler STDERR: Custom */
24+
/* ARM::CMSIS-Compiler:STDIN:[email protected] */
25+
#define RTE_CMSIS_Compiler_STDIN /* CMSIS-Compiler STDIN */
26+
#define RTE_CMSIS_Compiler_STDIN_Custom /* CMSIS-Compiler STDIN: Custom */
27+
/* ARM::CMSIS-Compiler:STDOUT:[email protected] */
28+
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
29+
#define RTE_CMSIS_Compiler_STDOUT_Custom /* CMSIS-Compiler STDOUT: Custom */
30+
/* ARM::CMSIS:RTOS2:Keil RTX5&[email protected] */
31+
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
32+
#define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
33+
#define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
34+
/* ARM::Device:Native Driver:[email protected] */
35+
#define RTE_MPS3_IO 1
36+
/* ARM::Device:Native Driver:[email protected] */
37+
#define RTE_SYSCOUNTER 1
38+
/* ARM::Device:Native Driver:[email protected] */
39+
#define RTE_TIMEOUT 1
40+
41+
42+
#endif /* RTE_COMPONENTS_H */
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* CSOLUTION generated file: DO NOT EDIT!
3+
* Generated by: csolution version 2.7.0
4+
*
5+
* Project: 'Hello.Release+CS320'
6+
* Target: 'Release+CS320'
7+
*/
8+
9+
#ifndef RTE_COMPONENTS_H
10+
#define RTE_COMPONENTS_H
11+
12+
13+
/*
14+
* Define the Device Header File:
15+
*/
16+
#define CMSIS_device_header "SSE320.h"
17+
18+
/* ARM::CMSIS Driver:[email protected] */
19+
#define RTE_USART0 1
20+
21+
/* ARM::CMSIS-Compiler:STDERR:[email protected] */
22+
#define RTE_CMSIS_Compiler_STDERR /* CMSIS-Compiler STDERR */
23+
#define RTE_CMSIS_Compiler_STDERR_Custom /* CMSIS-Compiler STDERR: Custom */
24+
/* ARM::CMSIS-Compiler:STDIN:[email protected] */
25+
#define RTE_CMSIS_Compiler_STDIN /* CMSIS-Compiler STDIN */
26+
#define RTE_CMSIS_Compiler_STDIN_Custom /* CMSIS-Compiler STDIN: Custom */
27+
/* ARM::CMSIS-Compiler:STDOUT:[email protected] */
28+
#define RTE_CMSIS_Compiler_STDOUT /* CMSIS-Compiler STDOUT */
29+
#define RTE_CMSIS_Compiler_STDOUT_Custom /* CMSIS-Compiler STDOUT: Custom */
30+
/* ARM::CMSIS:RTOS2:Keil RTX5&[email protected] */
31+
#define RTE_CMSIS_RTOS2 /* CMSIS-RTOS2 */
32+
#define RTE_CMSIS_RTOS2_RTX5 /* CMSIS-RTOS2 Keil RTX5 */
33+
#define RTE_CMSIS_RTOS2_RTX5_SOURCE /* CMSIS-RTOS2 Keil RTX5 Source */
34+
/* ARM::Device:Native Driver:[email protected] */
35+
#define RTE_MPS3_IO 1
36+
/* ARM::Device:Native Driver:[email protected] */
37+
#define RTE_SYSCOUNTER 1
38+
/* ARM::Device:Native Driver:[email protected] */
39+
#define RTE_TIMEOUT 1
40+
41+
42+
#endif /* RTE_COMPONENTS_H */

0 commit comments

Comments
 (0)