-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathreadme.txt
76 lines (57 loc) · 2.86 KB
/
readme.txt
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
=================================
DSO Shell (DSO150) Source Codes
Ver: 113-15011-060
(C) JYE Tech Ltd. All right reserved
Web: www.jyetech.com
Forum: www.jyetech.com/forum
Email: [email protected]
=================================
1. Contents
-----------
Files contained in this package include:
1 ) 113-15011.c -- The main program
2 ) Board.c -- Functions for initialization and lower level operation
3 ) Board.h -- Header file
4 ) Command.c -- Functions for key command analysis and execution
5 ) Command.h -- Header file
6 ) Common.c -- Basic type definitions and general functions
7 ) Common.h -- Header file
8 ) Eeprom.c -- Emulation of EEPROM
9 ) Eeprom.h -- Header file
10 ) stm32f103_it.c -- Interrupt handlers
11 ) stm32f103_it.h -- Header file
12 ) Screen.c -- Functions for screen related operations
13 ) Screen.h -- Header file
14 ) libdso150.a -- Library of DSO150 core
15 ) libdso150.h -- Header file
16 ) stm32f10x_conf.h -- Configuration file
17 ) startup_stm32f10x_md.S -- Start-up file
18 ) makefile -- Makefile for building the project
19 ) STM32F10x_64k_20k_flash.ld -- Linker script
20 ) readme.txt -- This file.
21 ) Libraries(folder) -- Libraries for STM32F10x MCUs
2. How To Build
---------------
The project was developped under CodeSourcery G++ Lite. Under Windows environment please follow the steps below to build the project:
1 ) Download Code Sourcery G++ Lite from http://www.mentor.com/. Install it and have environment variables setup properly as instructed in the accompanied documents.
2 ) Unzip all files in this package to a folder.
3 ) Open a command line window under Windows. Switch to the folder that contains the unzipped files with "CD" commands. Type and execute "cs-make" from the folder.
3. Support
----------
There is no technical support for questions related to the source codes. However, users are welcome to present their questions to and seek helps in JYE Tech Forum (http://www.jyetech.com/forum).
4. Limitations
----------
The library libdso150.a only runs on DSO Shell or equivalent boards. It may not run on other boards.
5. License
----------
DSO Shell source codes are free software and open for education, research, and
commercial developments under license policy of the following terms.
Copyright (C)2017 JYE Tech Ltd., All right reserved
1 ) DSO Shell source codes are free software and there is NO WARRANTY.
2 ) You can use, modify, and redistribute it for personal, non-profit, or commercial product UNDER YOUR OWN RESPONSIBILITY.
3 ) Redistributions of source codes must retain the above copyright notice.
6. Revision History
-------------------
Version Date Summary
--------------------------------
0.60 2017.05.10 First release.