Bernard Xiong
707cb347e3
Update .travis.yml
2017-11-05 23:14:07 +08:00
Bernard Xiong
0e3397b92e
Merge pull request #954 from weety/dev
...
[BSP][DeviceDrivers] Add MMC/SDIO initializer; Change the MMC initialization in each BSP.
2017-11-05 22:58:39 +08:00
Bernard Xiong
288fb53613
Create README_zh.md
2017-11-05 22:40:01 +08:00
weety
ed90b9d415
[RTSERVICE] Add rt_list_for_each_entry_safe macros definition.
2017-11-05 22:36:46 +08:00
weety
86b9875d5e
[BSP] update sdio driver.
2017-11-05 22:22:09 +08:00
weety
ce12bdd1bb
[BSP] update sdio driver for components init.
2017-11-05 22:17:38 +08:00
Bernard Xiong
f520202e8a
Update README.md
2017-11-05 21:58:05 +08:00
weety
db41e7e30e
[BSP][DM365] update mmcsd driver.
2017-11-05 21:43:02 +08:00
weety
222edd25c0
[BSP][AT91SAM9260] update sdio drivers.
2017-11-05 21:42:31 +08:00
weety
e4dd86a1b7
[DRIVER][SDIO] Add components initializer.
2017-11-05 21:41:43 +08:00
Bernard Xiong
9bd094197e
[libc] Add HAVE_SYS_SELECT_H/HAVE_SYS_SOCKET_H options.
2017-11-05 14:36:48 +08:00
Bernard Xiong
626bd00abf
Merge pull request #952 from weety/dev
...
[BSP][dm365] Fixed net link down issue.
2017-11-05 10:54:36 +08:00
weety
212da4d2d7
[BSP][dm365] Fix compile warning.
2017-11-05 00:49:39 +08:00
weety
76e1c8029d
[BSP][dm365] Fixed net link down issue.
2017-11-05 00:33:51 +08:00
bernard
06e84c8f30
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2017-11-04 17:39:52 +08:00
bernard
6f6dd80103
[Tools] Add scons --dist command.
2017-11-04 17:39:45 +08:00
Bernard Xiong
6be1bd1c89
Merge pull request #951 from enkiller/gui_modify_Kconfig
...
[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'
2017-11-04 14:49:53 +08:00
Bernard Xiong
babc1a1990
Merge pull request #950 from enkiller/gui_modify_SConscript
...
[gui]修改 SConscript 文件。 RT_USING_RTGUI -> RT_USING_GUIENGINE
2017-11-04 14:49:29 +08:00
Bernard Xiong
a70d7f5f37
Merge pull request #949 from enkiller/gui_updata_ftt_library
...
[gui]Update freetype library to version 2.6.2
2017-11-04 14:49:10 +08:00
tangyuxin
90d0f3592d
[gui]Kconfig Add options 'RTGUI_IMAGE_CONTAINER'
2017-11-04 14:46:50 +08:00
tangyuxin
a8e3f14653
[gui]修改 SConscript 文件。 RT_USING_RTGUI -> RT_USING_GUIENGINE
2017-11-04 14:42:26 +08:00
tangyuxin
1a2bb037c7
[gui]Update freetype library to version 2.6.2
2017-11-04 14:23:09 +08:00
Bernard Xiong
633507228a
Merge pull request #948 from enkiller/gui_img_hdc_c
...
[gui]解决不使用fastlz包时,GUI解码fastlz压缩的hdc格式图片,系统会宕机问题
2017-11-04 14:08:54 +08:00
Bernard Xiong
b866753ada
Merge pull request #947 from enkiller/gui_img_png_c
...
[GUI]解决找不到image_png.h的问题
2017-11-04 14:08:46 +08:00
tangyuxin
9a47193bcd
[gui]解决不使用fastlz包时,GUI解码fastlz压缩的hdc格式图片,系统会宕机问题
2017-11-04 14:06:41 +08:00
tangyuxin
fe6e8c1e71
[GUI]解决找不到image_png.h的问题
2017-11-04 13:29:24 +08:00
bernard
a9a02d5e1f
[Tools] Add more template detect in buildbot.
2017-11-03 21:09:50 +08:00
bernard
75b46cf22b
[DeviceDrivers] Add RT_USING_POSIX condition for pipe.
2017-11-03 21:09:04 +08:00
bernard
28433d9d54
[lwIP] Fix the compiling warning for lwip-1.4.1
2017-11-03 21:08:31 +08:00
bernard
bbe6425f94
[KConfig] Update Kconfig
...
1. Change the type of RT_DEBUG_THREAD to int;
2. Add Kconfig of VBUS.
2017-11-03 21:08:00 +08:00
Bernard Xiong
856a337b6d
Merge pull request #946 from ArdaFu/master
...
[tools] menuconfig.py. Fix config line split error.
2017-11-03 15:59:31 +08:00
ArdaFu
7c9075dfb2
[tools]menuconfig.py. Fix config line split error when config line contains more then one equal marks.
2017-11-03 15:01:41 +08:00
Bernard Xiong
bdfb40e761
Merge pull request #945 from enkiller/modify_lwip_rx_is_null
...
[lwip]判定eth_rx是否为空,为空不执行。
2017-11-03 12:22:57 +08:00
Bernard Xiong
4ff3e21a01
Merge pull request #944 from ArdaFu/master
...
[Kernel] kconifg: Add missing option: RT_USING_INTERRUPT_INFO
2017-11-03 11:49:30 +08:00
tangyuxin
28855d4fb5
[lwip]判定eth_rx是否为空,为空不执行。
2017-11-03 11:49:18 +08:00
bernard
e453f36841
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
2017-11-03 11:45:19 +08:00
bernard
6d9fcd04d2
[Kernel] Change the order of initialization.
...
1. Remove INIT_FS_EXPORT and change INIT_DEVICE_EXPORT as the first item
in the initalization thread.
2. Move the eth_system_device_init into INIT_PREV_EXPORT item.
2017-11-03 11:44:37 +08:00
ArdaFu
7bc305bd8d
[bsp][asm9260t] Add support to kconfig
...
1. Add support to kconfig
2. clean the code.
2017-11-03 11:13:35 +08:00
ArdaFu
7706316a89
[src]Add missing key RT_USING_INTERRUPT_INFO
2017-11-03 11:11:43 +08:00
ArdaFu
1cdaf60159
[bsp][stm32f411-nucleo] Add support to kconifg
2017-11-03 10:01:09 +08:00
Bernard Xiong
0941957eb7
Update README.md
2017-11-02 20:11:50 +08:00
Bernard Xiong
37e34006e2
Merge pull request #939 from zhaojuntao/murphy
...
[wlan cmd][lwip ip addr] modify
2017-11-02 18:03:32 +08:00
Bernard Xiong
8ca6b2ca2f
Merge pull request #943 from ArdaFu/master
...
[bsp][tm4c129x] Add support to kconfig
2017-11-02 18:03:00 +08:00
bernard
f08d1f5034
[Tools] Add genconfig command in scons.
2017-11-02 16:57:17 +08:00
ArdaFu
e97245dc5d
[bsp][tm4c129x] Add support to kconifg
...
1. add kconfig file and default .config
2. remove unused startup codes.
2017-11-02 15:36:46 +08:00
ArdaFu
9ba62ab5e6
[components][net] Fix the bug that missing define RT_LWIP_IPADDR/MASKADDR/GWADDR when disable DHCP.
2017-11-02 15:34:37 +08:00
bernard
b2057f506a
[External] Remove external from RT-Thread
2017-11-02 13:50:42 +08:00
Bernard Xiong
23582c8129
Merge pull request #942 from flyingcys/master
...
[Kernel] fix rt_memcpy in RT_USING_TINY_SIZE enable
2017-11-02 11:43:26 +08:00
Bernard Xiong
bb7cf75197
Update .travis.yml
2017-11-02 11:17:37 +08:00
flyingcys
f6b71172b5
fix rt_memcpy buf in RT_USING_TINY_SIZE enable
2017-11-02 11:12:55 +08:00