Bernard Xiong
6ccebe19d5
[DeviceDrivers] Fix compiling issue in MMC/SD.
2017-11-06 20:11:25 +08:00
Bernard Xiong
d6c794ae78
Update KConfig
2017-11-06 20:01:35 +08:00
Bernard Xiong
4d54feed61
Merge pull request #961 from enkiller/gui_delet_image_jpeg_h
...
[gui]移除头文件"image_jpeg.h"
2017-11-06 18:47:03 +08:00
tangyuxin
68279a2ac2
[gui]移除头文件"image_jpeg.h"
2017-11-06 18:24:42 +08:00
Bernard Xiong
22f9486b44
Merge pull request #960 from enkiller/add_image_h
...
[gui]包含"image.h"文件,解决未定义"struct rtgui_image_engine"问题
2017-11-06 17:38:35 +08:00
tangyuxin
914a43925b
[gui]包含"image.h"文件,解决未定义"struct rtgui_image_engine"问题
2017-11-06 17:29:54 +08:00
Bernard Xiong
364a223f36
Merge pull request #958 from enkiller/modify_gui_libraries_SConscript
...
[gui]修改SConscript文件,解决找不到"tjpgd.h"的问题
2017-11-06 17:24:18 +08:00
Bernard Xiong
db162eea62
Merge pull request #957 from enkiller/modify_gui_config
...
[gui]更改"JPEG"和"PNG"选项为多选一模式
2017-11-06 17:23:49 +08:00
tangyuxin
cbca37dd1d
[gui]修改SConscript文件,解决找不到"tjpgd.h"的问题
2017-11-06 17:14:42 +08:00
tangyuxin
d9032677ac
[gui]更改"JPEG"和"PNG"选项为多选一模式
2017-11-06 16:59:48 +08:00
Bernard Xiong
b5496deee4
Merge pull request #956 from ArdaFu/master
...
[bsp][tm4c129x] Replace SysClock with SystemCoreClock
2017-11-06 14:22:04 +08:00
ArdaFu
9cb1b7a252
[bsp][tm4c129x] Replace SysClock with SystemCoreClock
2017-11-06 14:07:31 +08:00
Bernard Xiong
5293dddd00
[Tools] Remove menuconfig command in scons
2017-11-06 14:01:48 +08:00
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