Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitattributes
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@
*.xml text
SConscript text
Makefile text
AUTHORS text
COPYING text

*.LZO -text
*.Opt -text
*.Uv2 -text
*.ewp -text
*.eww -text
*.vcproj -text
*.bat -text
*.dos -text
*.icf -text
*.inf -text
*.ini -text
*.sct -text
*.xsd -text
Jamfile -text
90 changes: 45 additions & 45 deletions AUTHORS
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
Kernel Design & Implementation
- Bernard Xiong <bernard.xiong@gmail.com>
LwIP 1.3.0/1.3.1/1.3.2/1.4.0
- Porting
Qiu Yi
Mbbill
- Testing
Bernard Xiong
Filesystem
- Porting and Add Virtual Filesystem
- Testing
Qiu Yi
prife
RTGUI
- Design and Implemenation
Bernard Xiong
Grissiom
BSP
Bernard Xiong
- ATMEL AT91SAM7S64 & AT91SAM7X256 Porting
- STM32 Porting
- S3C4510 Porting
Mbbill
- ATMEL AT91SAM7X256
Xulong Cao
- QEMU/x86
Aozima
- LPC 2148 Porting
- STM32 Porting
Jing Lee
- LPC 2478 Porting
Qiu Yi
- S3C2410 & S3C2440 Porting
- TI LM3S
others...
Kernel Design & Implementation
- Bernard Xiong <bernard.xiong@gmail.com>

LwIP 1.3.0/1.3.1/1.3.2/1.4.0
- Porting
Qiu Yi
Mbbill
- Testing
Bernard Xiong

Filesystem
- Porting and Add Virtual Filesystem
- Testing
Qiu Yi
prife

RTGUI
- Design and Implemenation
Bernard Xiong
Grissiom

BSP
Bernard Xiong
- ATMEL AT91SAM7S64 & AT91SAM7X256 Porting
- STM32 Porting
- S3C4510 Porting

Mbbill
- ATMEL AT91SAM7X256

Xulong Cao
- QEMU/x86

Aozima
- LPC 2148 Porting
- STM32 Porting

Jing Lee
- LPC 2478 Porting

Qiu Yi
- S3C2410 & S3C2440 Porting
- TI LM3S

others...
2 changes: 1 addition & 1 deletion bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/DRIVERS/INTC/exception.x
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* This file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */
/* This file is part of the ATMEL AVR-UC3-SoftwareFramework-1.7.0 Release */

/*This file is prepared for Doxygen automatic documentation generation.*/
/*! \file *********************************************************************
Expand Down
Loading