Commit Graph

5035 Commits

Author SHA1 Message Date
armink ba2f149a4c [DeviceDriver] Change `pin_irq_enable` to `rt_pin_irq_enable`. 2017-11-08 00:05:46 +08:00
勤为本 1bbe09df94 把龙芯1c的SPI接口改为RTT统一的SPI接口 2017-11-08 00:05:05 +08:00
SummerGift d6f80720b6 update bsp/stm32f429-apollo/rtconfig.h bsp/stm32f429-apollo/.config 2017-11-07 17:30:41 +08:00
JasonJiaJie 75c6c40a64 [DeviceDriver][serial]Fix data bits error issue when using tcsetattr to set uart parameters.
data bits should get from CSIZE.
2017-11-07 15:35:20 +08:00
JasonJiaJie f82191db8b [DeviceDriver][serial]Fix data bits error issue when using tcsetattr to set uart parameters.
data bits should get from CSIZE.
2017-11-07 10:45:02 +08:00
Bernard Xiong 6b1911e4f4 [BSP] Enable more options in qemu-vexpress-a9 for test. 2017-11-06 20:13:20 +08:00
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