-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathReleaseNote.txt
More file actions
77 lines (62 loc) · 2.51 KB
/
ReleaseNote.txt
File metadata and controls
77 lines (62 loc) · 2.51 KB
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
77
Withrobot Co.
http://withrobot.com
== v1.1 ==
20131008
- pwm_ccp_dimming 예제 추가
- github wiki 페이지(https://github.com/withrobot/myCortex-LM8962_example/wiki)
설명과 일치하도록 자잘한 수정 및 오타 정정
== v1.0 ==
20130926
- 개발 환경을 eclipse 기반에서 IAR EWARM 기반으로 변경하여 재구성
- github 기반 소스 관리
*******************************************************************************
*******************************************************************************
이하는 eclipse 기반 개발환경용 예제 소스의 release history.
== 20101115 ==
- boot_loader downloading address is changed from 0x0800 to 0x1000.
- Update Eclipse workspace settings for HELIOS version.
- Add adc2 example.
- Redraw example schemetics.
- Fix OpenOCD programming script bug in pwmgen, QEI_encoder example
[myCortex-LM8962 only]
- Add check.bat script
== 20091029 ==
- Compiler/eclipse/StellarisWare/OpenOCD update
- Change board IP address(from 192.168.12.219 to 192.168.30.2) in
enet_thermometer example[myCortex-LM8962 only]
- Add "-fno-strict-aliasing" flag to enet_thermometer example
[myCortex-LM8962 only]
- Fix compiler warnings in enet_thermometer example[myCortex-LM8962 only]
- Add HTML header information in httpd of enet_thermometer example
[myCortex-LM8962 only]
== 20090317 ==
- Add ex_math example
- Add QEI_encoder example[myCortex-LM8962 only]
- Fix Timer Interrupt constant misuse in timer example.
- Fix a drawing in i2c_myAccel3LV02 example.
- Modify Makefiles : link math library together
== 20081116 ==
- Modify example's Makefiles and some source files for DriverLib ver 3618.
- Add SimpleAngleMeter example.
- Add i2c_myAccel3LV02 example.
- Add ccp_pwm example[myCortex-LMx08 only]
- Add SoftwareReset example.
- Fix a bug of .ld file in GPIOInterrupt example.
- Modify SPI CS pin in spi_myAccel3LV02 example as PD5->PD0
- Upgrade compiler to CodeSourcery G++ Lite 2008q3(arm-2008q3-39-arm-none-eabi)
== 20081005 ==
- Add spi_myAccel3LV02 example.
- Modify ROOT variable definition in Makefile.conf.
- Add lwiplib_server example[myCortex-LM8962 only].
- Add lwiplib_client example[myCortex-LM8962 only].
- Update makefile.def. No longer generate fault dependency file.
- Change the way to create dependency information in Makefile.conf.
== 20080823 ==
- Revision workspace settings for eclipse ganymede.
== 20080725 ==
- Add ethernet example[myCortex-LM8962 only].
- Add helper header files in include folder.
- led.h : supporting LED usage.
- switch.h : supporting push button switch on board.
== 20080612 ==
- First release.