Skip to content

Commit 02b8e93

Browse files
committed
Merge pull request #1 from grissiom/update-more-crlf
LGTM, thanks!
2 parents 1ea6fd2 + 3bab79a commit 02b8e93

File tree

11 files changed

+2475
-2469
lines changed

11 files changed

+2475
-2469
lines changed

Diff for: .gitattributes

100644100755
+6
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,20 @@
2323
*.xml text
2424
SConscript text
2525
Makefile text
26+
AUTHORS text
27+
COPYING text
2628

2729
*.LZO -text
2830
*.Opt -text
2931
*.Uv2 -text
32+
*.ewp -text
33+
*.eww -text
34+
*.vcproj -text
3035
*.bat -text
3136
*.dos -text
3237
*.icf -text
3338
*.inf -text
3439
*.ini -text
3540
*.sct -text
41+
*.xsd -text
3642
Jamfile -text

Diff for: AUTHORS

100644100755
+45-45
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
Kernel Design & Implementation
2-
- Bernard Xiong <[email protected]>
3-
4-
LwIP 1.3.0/1.3.1/1.3.2/1.4.0
5-
- Porting
6-
Qiu Yi
7-
Mbbill
8-
- Testing
9-
Bernard Xiong
10-
11-
Filesystem
12-
- Porting and Add Virtual Filesystem
13-
- Testing
14-
Qiu Yi
15-
prife
16-
17-
RTGUI
18-
- Design and Implemenation
19-
Bernard Xiong
20-
Grissiom
21-
22-
BSP
23-
Bernard Xiong
24-
- ATMEL AT91SAM7S64 & AT91SAM7X256 Porting
25-
- STM32 Porting
26-
- S3C4510 Porting
27-
28-
Mbbill
29-
- ATMEL AT91SAM7X256
30-
31-
Xulong Cao
32-
- QEMU/x86
33-
34-
Aozima
35-
- LPC 2148 Porting
36-
- STM32 Porting
37-
38-
Jing Lee
39-
- LPC 2478 Porting
40-
41-
Qiu Yi
42-
- S3C2410 & S3C2440 Porting
43-
- TI LM3S
44-
45-
others...
1+
Kernel Design & Implementation
2+
- Bernard Xiong <[email protected]>
3+
4+
LwIP 1.3.0/1.3.1/1.3.2/1.4.0
5+
- Porting
6+
Qiu Yi
7+
Mbbill
8+
- Testing
9+
Bernard Xiong
10+
11+
Filesystem
12+
- Porting and Add Virtual Filesystem
13+
- Testing
14+
Qiu Yi
15+
prife
16+
17+
RTGUI
18+
- Design and Implemenation
19+
Bernard Xiong
20+
Grissiom
21+
22+
BSP
23+
Bernard Xiong
24+
- ATMEL AT91SAM7S64 & AT91SAM7X256 Porting
25+
- STM32 Porting
26+
- S3C4510 Porting
27+
28+
Mbbill
29+
- ATMEL AT91SAM7X256
30+
31+
Xulong Cao
32+
- QEMU/x86
33+
34+
Aozima
35+
- LPC 2148 Porting
36+
- STM32 Porting
37+
38+
Jing Lee
39+
- LPC 2478 Porting
40+
41+
Qiu Yi
42+
- S3C2410 & S3C2440 Porting
43+
- TI LM3S
44+
45+
others...

Diff for: bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* This file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */
1+
/* This file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */
22

33
/*This file is prepared for Doxygen automatic documentation generation.*/
44
/*! \file *********************************************************************

0 commit comments

Comments
 (0)