-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
7,836 changed files
with
5,973,306 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
* text=auto | ||
|
||
*.S text | ||
*.asm text | ||
*.c text | ||
*.cc text | ||
*.cpp text | ||
*.cxx text | ||
*.h text | ||
*.htm text | ||
*.html text | ||
*.in text | ||
*.ld text | ||
*.m4 text | ||
*.mak text | ||
*.mk text | ||
*.py text | ||
*.rb text | ||
*.s text | ||
*.sct text | ||
*.sh text | ||
*.txt text | ||
*.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## 拉取/合并请求描述:(PR description) | ||
|
||
[ | ||
这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。** | ||
The content in this square bracket must be filled in and replaced, otherwise PR can not be merged. The contents outside square brackets need not be changed, but please read them carefully. | ||
|
||
请在这里填写您的PR描述,可以包括以下之一的内容:为什么提交这份PR;解决的问题是什么,你的解决方案是什么; | ||
Please fill in your PR description here, which can include one of the following items: why to submit this PR; what is the problem solved and what is your solution; | ||
|
||
并确认并列出已经在什么情况或板卡上进行了测试。 | ||
And confirm in which case or board have been tested. | ||
] | ||
|
||
以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。 | ||
The following content must not be changed in submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use web browser to visit PR, and check items one by one, and ticked them if no problem. | ||
|
||
### 当前拉取/合并请求的状态 Intent for your PR | ||
|
||
必须选择一项 Choose one (Mandatory): | ||
|
||
- [ ] 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended to get feedback | ||
- [ ] 本拉取/合并请求是一个成熟版本 This PR is mature, and ready to be integrated into the repo | ||
|
||
### 代码质量 Code Quality: | ||
|
||
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following: | ||
|
||
- [ ] 已经仔细查看过代码改动的对比 Already check the difference between PR and old code | ||
- [ ] 代码风格正确,包括缩进空格,命名及其他风格 Style guide is adhered to, including spacing, naming and other style | ||
- [ ] 没有垃圾代码,代码尽量精简,不包含`#if 0`代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up | ||
- [ ] 所有变更均有原因及合理的,并且不会影响到其他软件组件代码或BSP All modifications are justified and not affect other components or BSP | ||
- [ ] 对难懂代码均提供对应的注释 I've commented appropriately where code is tricky | ||
- [ ] 本拉取/合并请求代码是高质量的 Code in this PR is of high quality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
*.pyc | ||
*.map | ||
*.dblite | ||
*.elf | ||
*.bin | ||
*.hex | ||
*.axf | ||
*.exe | ||
*.pdb | ||
*.idb | ||
*.ilk | ||
*.old | ||
build | ||
Debug | ||
documentation/html | ||
*~ | ||
*.o | ||
*.obj | ||
*.bak | ||
*.dep | ||
*.lib | ||
*.a | ||
*.i | ||
*.d | ||
tools/kconfig-frontends/kconfig-mconf | ||
packages | ||
cconfig.h | ||
GPUCache | ||
|
||
#cscope files | ||
cscope.* | ||
ncscope.* | ||
|
||
#ctag files | ||
tags | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
language: c | ||
|
||
notifications: | ||
email: false | ||
|
||
before_script: | ||
# travis has changed to 64-bit and we require 32-bit compatibility libraries | ||
- sudo apt-get update | ||
# clang | ||
- "sudo apt-get -qq install gcc-multilib libc6:i386 libgcc1:i386 libstdc++5:i386 libstdc++6:i386 libsdl-dev scons || true" | ||
# - sudo apt-get -qq install gcc-arm-none-eabi | ||
# - "[ $RTT_TOOL_CHAIN = 'sourcery-arm' ] && export RTT_EXEC_PATH=/usr/bin && arm-none-eabi-gcc --version || true" | ||
# - "[ $RTT_TOOL_CHAIN = 'sourcery-arm' ] && curl -s https://sourcery.mentor.com/public/gnu_toolchain/arm-none-eabi/arm-2014.05-28-arm-none-eabi-i686-pc-linux-gnu.tar.bz2 | sudo tar xjf - -C /opt && export RTT_EXEC_PATH=/opt/arm-2014.05/bin && /opt/arm-2014.05/bin/arm-none-eabi-gcc --version || true" | ||
- "[ $RTT_TOOL_CHAIN = 'sourcery-arm' ] && wget -q https://github.com/RT-Thread/toolchains-ci/releases/download/arm-2017q2-v6/gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 && sudo tar xjf gcc-arm-none-eabi-6-2017-q2-update-linux.tar.bz2 -C /opt && export RTT_EXEC_PATH=/opt/gcc-arm-none-eabi-6-2017-q2-update/bin && /opt/gcc-arm-none-eabi-6-2017-q2-update/bin/arm-none-eabi-gcc --version || true" | ||
- "[ $RTT_TOOL_CHAIN = 'sourcery-mips' ] && wget -q https://github.com/RT-Thread/toolchains-ci/releases/download/v1.1/mips-2016.05-7-mips-sde-elf-i686-pc-linux-gnu.tar.bz2 && sudo tar xjf mips-2016.05-7-mips-sde-elf-i686-pc-linux-gnu.tar.bz2 -C /opt && export RTT_EXEC_PATH=/opt/mips-2016.05/bin && /opt/mips-2016.05/bin/mips-sde-elf-gcc --version || true" | ||
# - "[ $RTT_TOOL_CHAIN = 'sourcery-ppc' ] && curl -s https://sourcery.mentor.com/public/gnu_toolchain/powerpc-eabi/freescale-2011.03-39-powerpc-eabi-i686-pc-linux-gnu.tar.bz2 | sudo tar xjf - -C /opt && export RTT_EXEC_PATH=/opt/freescale-2011.03/bin && /opt/freescale-2011.03/bin/powerpc-eabi-gcc --version || true" | ||
# - "[ $RTT_TOOL_CHAIN = 'atmel-avr32' ] && curl -s http://www.atmel.com/images/avr32-gnu-toolchain-3.4.1.348-linux.any.x86.tar.gz | sudo tar xzf - -C /opt && export RTT_EXEC_PATH=/opt/avr32-gnu-toolchain-linux_x86/bin && /opt/avr32-gnu-toolchain-linux_x86/bin/avr32-gcc --version && curl -sO http://www.atmel.com/images/avr-headers-3.2.3.970.zip && unzip -qq avr-headers-3.2.3.970.zip -d bsp/$RTT_BSP || true" | ||
- export RTT_ROOT=`pwd` | ||
- "[ x$RTT_CC == x ] && export RTT_CC='gcc' || true" | ||
|
||
env: | ||
# - RTT_BSP='simulator' RTT_CC='clang-analyze' RTT_EXEC_PATH=/usr/share/clang/scan-build | ||
- RTT_BSP='CME_M7' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='apollo2' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='asm9260t' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='at91sam9260' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='allwinner_tina' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='avr32uc3b0' RTT_TOOL_CHAIN='atmel-avr32' | ||
# - RTT_BSP='bf533' # no scons | ||
- RTT_BSP='efm32' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='es32f0334' RTT_TOOL_CHAIN='sourcery-arm' # not support gcc | ||
# - RTT_BSP='es32f0654' RTT_TOOL_CHAIN='sourcery-arm' # not support gcc | ||
- RTT_BSP='gd32e230k-start' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='gd32303e-eval' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='gd32450z-eval' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='gkipc' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='imx6sx/cortex-a9' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='imxrt/imxrt1052-atk-commander' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='imxrt/imxrt1052-fire-pro' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='imxrt/imxrt1052-nxp-evk' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lm3s8962' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lm3s9b9x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lm4f232' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='tm4c129x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc43xx/M4' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc176x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc178x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc408x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc1114' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='lpc824' RTT_TOOL_CHAIN='sourcery-arm' # not support gcc | ||
- RTT_BSP='lpc2148' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc2478' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc5410x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='lpc54114-lite' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='lpc54608-LPCXpresso' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='ls1bdev' RTT_TOOL_CHAIN='sourcery-mips' | ||
- RTT_BSP='ls1cdev' RTT_TOOL_CHAIN='sourcery-mips' | ||
# - RTT_BSP='m16c62p' # m32c | ||
- RTT_BSP='mb9bf500r' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='mb9bf506r' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='mb9bf618s' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='mb9bf568r' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='microblaze' # no scons | ||
- RTT_BSP='mini2440' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='mini4020' # no scons | ||
# - RTT_BSP='mm32l07x' # not support gcc | ||
# - RTT_BSP='nios_ii' # no scons | ||
- RTT_BSP='nuvoton_nuc472' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='nuvoton_m05x' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='pic32ethernet' # no scons | ||
- RTT_BSP='qemu-vexpress-a9' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='qemu-vexpress-gemini' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='sam7x' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='simulator' # x86 | ||
- RTT_BSP='stm32/stm32f072-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f091-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-atk-nano' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-atk-warshipv3' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-dofly-lyc8' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-dofly-M3S' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-fire-arbitrary' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-hw100k-ibox' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-mini-system' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f103-yf-ufun' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f107-uc-eval' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f401-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f405-smdz-breadfruit' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f407-atk-explorer' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f407-st-discovery' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f411-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f427-robomaster-a' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f429-armfly-v6' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f429-atk-apollo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f429-fire-challenger' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f429-st-disco' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f446-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f469-st-disco' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f746-st-disco' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f767-atk-apollo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f767-fire-challenger' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32f767-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32g071-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32g431-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32h743-atk-apollo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32h743-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l4r9-st-eval' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l053-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l432-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l475-atk-pandora' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l475-st-discovery' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l476-st-nucleo' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32/stm32l496-ali-developer' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='stm32f20x' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='swm320-lq100' RTT_TOOL_CHAIN='sourcery-arm' | ||
# - RTT_BSP='taihu' RTT_TOOL_CHAIN='sourcery-ppc' | ||
# - RTT_BSP='upd70f3454' # iar | ||
# - RTT_BSP='x86' # x86 | ||
- RTT_BSP='beaglebone' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='zynq7000' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='frdm-k64f' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='fh8620' RTT_TOOL_CHAIN='sourcery-arm' | ||
- RTT_BSP='x1000' RTT_TOOL_CHAIN='sourcery-mips' | ||
- RTT_BSP='xplorer4330/M4' RTT_TOOL_CHAIN='sourcery-arm' | ||
|
||
stage: compile | ||
script: | ||
- scons -C bsp/$RTT_BSP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Kernel Design & Implementation | ||
- Bernard Xiong <[email protected]> | ||
|
||
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... |
Oops, something went wrong.