Skip to content

Commit dec9974

Browse files
committed
2.0.8
moved more projects to the new format
1 parent 8bade60 commit dec9974

File tree

606 files changed

+206863
-11004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

606 files changed

+206863
-11004
lines changed

lesson-01/simulator-keil/RTE/Device/TM4C123GH6PM/startup_TM4C123.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000000
44+
Heap_Size EQU 0x00000400
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
/*
3+
* Auto generated Run-Time-Environment Configuration File
4+
* *** Do not modify ! ***
5+
*
6+
* Project: 'lesson'
7+
* Target: 'Debug'
8+
*/
9+
10+
#ifndef RTE_COMPONENTS_H
11+
#define RTE_COMPONENTS_H
12+
13+
14+
/*
15+
* Define the Device Header File:
16+
*/
17+
#define CMSIS_device_header "TM4C123.h"
18+
19+
20+
21+
#endif /* RTE_COMPONENTS_H */

lesson-02/simulator-keil/RTE/Device/TM4C123GH6PM/startup_TM4C123.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000000
44+
Heap_Size EQU 0x00000400
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
/*
3+
* Auto generated Run-Time-Environment Configuration File
4+
* *** Do not modify ! ***
5+
*
6+
* Project: 'lesson'
7+
* Target: 'Debug'
8+
*/
9+
10+
#ifndef RTE_COMPONENTS_H
11+
#define RTE_COMPONENTS_H
12+
13+
14+
/*
15+
* Define the Device Header File:
16+
*/
17+
#define CMSIS_device_header "TM4C123.h"
18+
19+
20+
21+
#endif /* RTE_COMPONENTS_H */

lesson-03/simulator-keil/RTE/Device/TM4C123GH6PM/startup_TM4C123.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ __initial_sp
4141
; <o> Heap Size (in Bytes) <0x0-0xFFFFFFFF:8>
4242
; </h>
4343

44-
Heap_Size EQU 0x00000000
44+
Heap_Size EQU 0x00000400
4545

4646
AREA HEAP, NOINIT, READWRITE, ALIGN=3
4747
__heap_base
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
/*
3+
* Auto generated Run-Time-Environment Configuration File
4+
* *** Do not modify ! ***
5+
*
6+
* Project: 'lesson'
7+
* Target: 'Debug'
8+
*/
9+
10+
#ifndef RTE_COMPONENTS_H
11+
#define RTE_COMPONENTS_H
12+
13+
14+
/*
15+
* Define the Device Header File:
16+
*/
17+
#define CMSIS_device_header "TM4C123.h"
18+
19+
20+
21+
#endif /* RTE_COMPONENTS_H */

lesson-03/simulator-keil/lesson.uvoptx

+8
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@
149149
</SetRegEntry>
150150
</TargetDriverDllRegistry>
151151
<Breakpoint/>
152+
<MemoryWindow1>
153+
<Mm>
154+
<WinNumber>1</WinNumber>
155+
<SubType>2</SubType>
156+
<ItemText>0x20000218</ItemText>
157+
<AccSizeX>0</AccSizeX>
158+
</Mm>
159+
</MemoryWindow1>
152160
<Tracepoint>
153161
<THDelay>0</THDelay>
154162
</Tracepoint>

0 commit comments

Comments
 (0)