Commit Graph

5314 Commits

Author SHA1 Message Date
Bernard Xiong ac278da0aa
Merge pull request #1117 from Bluebear233/nuvoton
[BSP]增加NUC472
2017-12-17 17:50:48 +08:00
bluebear233 f3d8aea1f9 [BSP]增加NUC472 2017-12-17 12:08:31 +08:00
Bernard Xiong cb41883534
Merge pull request #1115 from BernardXiong/master
[BSP] update SDL to SDL2 in simulator.
2017-12-16 00:41:33 +08:00
bernard 7c2bcdd3de [BSP] update SDL to SDL2 in simulator. 2017-12-16 00:05:23 +08:00
Bernard Xiong a4776edb5f
Merge pull request #1114 from TanekLiang/imxrt_lcd_update
[bsp] remove unused file from project
2017-12-15 23:46:25 +08:00
Bernard Xiong a00c6a5b8d
Merge pull request #1113 from uestczyh222/master
[BSP][STM32F4xx-HAL][USB HOST]Add USB host drivers and rename device …
2017-12-15 23:45:31 +08:00
Bernard Xiong 6a5341490b
Merge pull request #1111 from SummerGGift/nfs_fix
[dfs]:fix bug in nfs caused by struct dfs_fd
2017-12-15 23:44:25 +08:00
tanek liang 6eeb2d8b94 [bsp] remove unused file from project 2017-12-15 21:41:33 +08:00
uestczyh222 03a69276e4 [BSP][STM32F4xx-HAL][USB HOST]Add USB host drivers and rename device drivers 2017-12-15 17:52:31 +08:00
Bernard Xiong f260fddfba
Merge pull request #1112 from enkiller/master
[bsp]imxrt1052-evk 支持scons编译C++代码
2017-12-15 17:40:32 +08:00
tangyuxin c3fc52627f [bsp]imxrt1052-evk 支持scons编译C++代码 2017-12-15 17:32:10 +08:00
SummerGift d051c6dec0 [nfs]:Format Optimize 2017-12-15 17:31:12 +08:00
SummerGift 4d0e205406 [nfs]:Format Optimize 2017-12-15 17:31:11 +08:00
SummerGift 4779429ab0 [dfs]:fix bug in nfs caused by struct dfs_fd 2017-12-15 17:31:11 +08:00
Bernard Xiong 87d057f130
Merge pull request #1109 from TanekLiang/imxrt_lcd_update
[bsp] update i.mx rt driver
2017-12-15 16:39:36 +08:00
tanek liang 916e64cdcc [bsp] update project for LCD driver, and use CMSIS-DAP as default 2017-12-15 16:31:44 +08:00
tanek liang 59ea0e16be [bsp] add LCD and touch driver, and update configuration 2017-12-15 16:31:44 +08:00
tanek liang f1c6dc1a4d [bsp] update Ethernet PHY configuration 2017-12-15 16:31:42 +08:00
Bernard Xiong 50ffc11704 [BSP] Add board type in imxrt1052-evk bsp 2017-12-15 14:41:03 +08:00
Bernard Xiong b4cfa4db09
Merge pull request #1104 from JasonJiaJie/master
[list]1.Modify rt_slist_foreach to rt_slist_for_each_entry. 2.Add rt_sllist_isempty. 3.Make code cleanup.
2017-12-15 07:37:45 +08:00
Bernard Xiong ac7aa78a33
Merge pull request #1108 from uestczyh222/master
[Components][Drivers][USB HOST]Fix core stack and msc driver
2017-12-15 07:37:16 +08:00
Bernard Xiong abbbecce98
Merge pull request #1107 from aozima/lwip_dev
update for RT_USING_DFS_NET
2017-12-15 07:36:21 +08:00
uestczyh222 9b44af941f [Components][Drivers][USB HOST]Fix core stack and msc driver
可以挂U盘了 欢迎测试鲁棒性已打通F4全系列HOST驱动(OTGFS)
2017-12-14 22:45:12 +08:00
aozima 37e5985540 [LWIP] delete errno.h, use RT-Thread implement. 2017-12-14 21:39:32 +08:00
aozima bc2de526db [LWIP] update SConscript: add /src/include/posix to include path when RT_USING_DFS_NET not enable. 2017-12-14 21:38:00 +08:00
aozima 108a1434cd [LWIP] fixed select issues: pollset need clean. 2017-12-14 17:04:56 +08:00
aozima a2d1f21b43 [LWIP] fixed closesocket issues: socket has been closed, delete it from file system fd. 2017-12-14 16:52:46 +08:00
Bernard Xiong c77cebc4c0
Merge pull request #1106 from BernardXiong/master
[GUI Engine] fix TRANSPARENT issue
2017-12-14 13:11:52 +08:00
Bernard Xiong b95be05c05 [GUI Engine] fix TRANSPARENT issue 2017-12-14 13:10:38 +08:00
bernard c4b6fa7978 [libc] Add stat definitions for WIN32. 2017-12-14 10:47:07 +08:00
Bernard Xiong d50e963125
Merge pull request #1105 from BernardXiong/master
[BSP] fix the issues in simulator for WIN32.
2017-12-14 10:46:54 +08:00
bernard f0dce37543 [BSP] Update simulator bsp for MSVC. 2017-12-14 10:16:31 +08:00
bernard 7f36786788 [GUI Engine] Fix the TRANSPARENT definition issue. 2017-12-14 09:58:59 +08:00
bernard fdc4fee036 Update .gitignore file. 2017-12-14 09:58:40 +08:00
JasonJiaJie e9b846d119 [list]1.Modify rt_slist_foreach to rt_slist_for_each_entry. 2.Add rt_sllist_isempty. 3.Make code cleanup
1.Modify rt_slist_foreach to rt_slist_for_each_entry. 2.Add rt_sllist_isempty. 3.Make code cleanup
2017-12-14 09:28:10 +08:00
JasonJiaJie a2a8e2eee0 Merge remote-tracking branch 'upstream/master' 2017-12-14 09:12:01 +08:00
uestczyh222 18d42fe077 [Components][USBHOST]Core OK 2017-12-14 03:14:44 +08:00
Bernard Xiong b0f4ae246a
Merge pull request #1103 from BernardXiong/master
[BSP] fix the compiling issue for Win32 MSVC.
2017-12-13 21:08:54 +08:00
bernard eb1daff7d4 [BSP] Fix the simulator build for Win32. 2017-12-13 20:38:56 +08:00
bernard 3d28f8f512 [UIEngine] Fix compiling warning when build under Win32. 2017-12-13 20:38:09 +08:00
bernard 3802754f05 [Tools] Fix the walk_children issue 2017-12-13 20:13:45 +08:00
Bernard Xiong d6aa42285a
Merge pull request #1102 from enkiller/development
[gui]Kconfig增加选项,支持UTF8编码的中文字体
2017-12-13 16:48:23 +08:00
uestczyh222 b42fc96408 [host first] 2017-12-13 15:58:11 +08:00
tangyuxin 21d3f1861a [gui]Kconfig增加选项,支持UTF8编码的中文字体 2017-12-13 14:47:56 +08:00
Bernard Xiong 6962bd1f1e
Merge pull request #1101 from BernardXiong/master
[Kernel] Use rt_object_get_information to get object chain
2017-12-13 14:14:40 +08:00
Bernard Xiong 37b8532216 [BSP] update config to remove wlan in x1000 bsp 2017-12-13 12:51:46 +08:00
Bernard Xiong f4353bec2f
Merge pull request #1100 from SummerGGift/stm32f429_flash
[BSP]: fix eth init error && add stm32f429_flash.sct for stm32f429-apollo bsp
2017-12-13 09:56:43 +08:00
SummerGift 124d2e1790 [BSP]:add stm32f429_flash.sct for stm32f429-apollo bsp 2017-12-13 09:40:00 +08:00
SummerGift 6584c70353 fix eth init error 2017-12-13 09:39:12 +08:00
Bernard Xiong 42692c45ca
Merge pull request #1099 from yangfasheng/master
[GUIEngine] Update GUI Engine.
2017-12-12 20:16:21 +08:00