Commit Graph

5047 Commits

Author SHA1 Message Date
tanek liang 249c3d471c [bsp] enable RT_USING_MODULE 2017-11-16 11:05:32 +08:00
tanek liang 71818e8da1 [bsp] lpc54608 update MDK scatter file 2017-11-16 11:05:32 +08:00
tanek liang 6e3c629cde [bsp] lpc54608 update CMSIS lib to V5.0.3 2017-11-16 11:05:32 +08:00
tanek liang dcce8489db [bsp] add gcc support 2017-11-16 11:05:32 +08:00
MiraculousConch 234c6113ed [BSP]STM32F10x_HAL fix uart3
修复了串口初始化没有使能GPIO时钟的bug
2017-11-16 10:09:23 +08:00
MiraculousConch a4be1a8176 [Components][Drivers][USB]Add USB HID device config to env 2017-11-15 23:59:31 +08:00
uestczyh222 0b830302ca [BSP]Update STM32F10xHAL bsp to RTT 3.0.0
With USB Device Drivers
2017-11-15 23:46:00 +08:00
Bernard Xiong 0c6c08429d
Merge pull request #1004 from uestczyh222/master
[Components][Drivers][USB]fix usb device core
2017-11-15 21:39:28 +08:00
uestczyh222 a3808362ac [Components][Drivers][USB]fix usb device core 2017-11-15 20:54:54 +08:00
Bernard Xiong 66ddbbfef9
Merge pull request #1002 from JasonJiaJie/master
[DeviceDriver][serial]Fix compile error when RT_USING_POSIX_TERMIOS is not define.
2017-11-15 18:07:26 +08:00
JasonJiaJie be3953fd36 [DeviceDriver][serial]Fix compile error when RT_USING_POSIX_TERMIOS is not define.
Fix compile error when RT_USING_POSIX_TERMIOS is not define.
2017-11-15 17:34:43 +08:00
Bernard Xiong 849a1e1901
Update board.h 2017-11-15 17:15:48 +08:00
Bernard Xiong 1a3b746105
Merge pull request #997 from JasonJiaJie/master
[DeviceDriver][serial]1.Fix poll rx issue when data is full. 2.Add TCFLSH and FIONREAD support.
2017-11-15 16:10:05 +08:00
Bernard Xiong 7cdc5c77b3
Merge pull request #999 from TanekLiang/module_scons
[example] fix bsp_directory parameter missing
2017-11-15 16:06:50 +08:00
tanek liang 33b97d9c5e [examples] fix bsp_directory parameter missing 2017-11-15 15:22:57 +08:00
JasonJiaJie b085bba04c [Posix]termios parameter issue. 2017-11-15 13:17:42 +08:00
bernard 8013d5f768 [lwIP] add lock for init_done callback. 2017-11-15 11:18:56 +08:00
JasonJiaJie 9f745c6aaf [POSIX]
1.Fix parameter error.
2017-11-15 09:41:06 +08:00
JasonJiaJie b747164942 [DeviceDriver][serial]
1.Fix poll rx issue when data is full.
2.Add TCFLSH and FIONREAD support.
2017-11-15 09:40:18 +08:00
JasonJiaJie 073fb1d710 Merge remote-tracking branch 'upstream/master' 2017-11-15 08:55:14 +08:00
Bernard Xiong e4c237d58b
Merge pull request #995 from DengQilong/54608_dev
[BSP] update lpc54608 BSP and add more options.
2017-11-14 17:37:08 +08:00
JasonJiaJie 83b9c7392c Merge remote-tracking branch 'upstream/master' 2017-11-14 17:04:22 +08:00
DengQilong 7df2b52826 update bsp_lpc54608 2017-11-14 16:48:36 +08:00
Bernard Xiong 543a83eb01
Update sockets.c 2017-11-13 21:12:48 +08:00
Bernard Xiong dcf175b285
Merge pull request #991 from enkiller/x1000_dev_update
[BSP] Update X1000 bsp.
2017-11-13 21:11:44 +08:00
Bernard Xiong 338835f932
Merge pull request #992 from SummerGGift/1013_patch_2
[lwIP] add lwip_tryget_socket API in lwIP 1.4.1.
2017-11-13 21:09:19 +08:00
SummerGift 7a19d911e9 add lwip_tryget_socket 2017-11-13 19:06:20 +08:00
tangyuxin 029feac5d0 [bsp]update SConstruct&Kconfig&rtconfig.py 2017-11-13 18:10:05 +08:00
tangyuxin f878c6a59f [bsp]update rtgui_demo.c 2017-11-13 18:08:31 +08:00
tangyuxin 6127313514 [audio]update audio/audio_pipe.h 2017-11-13 17:11:54 +08:00
bernard 21cf0919b4 [Kernel] Update Kconfig to fix memory heap option. 2017-11-13 16:31:05 +08:00
bernard 3815ece6d6 [BSP] Update X1000 config & SConstruct files. 2017-11-13 16:00:52 +08:00
bernard f859a81d6c [BSP] Update config in X1000 bsp. 2017-11-13 15:37:08 +08:00
bernard d913068c73 [BSP] Remove CANNA board information. 2017-11-13 15:24:23 +08:00
bernard 9fa72925a2 [BSP] Remove some board information. 2017-11-13 15:21:31 +08:00
Bernard Xiong 02e161bee7
Merge pull request #982 from enkiller/modify_x1000_bsp
[bsp]update x1000 bsp driver
2017-11-13 14:26:05 +08:00
Bernard Xiong d3e72e7498
Merge pull request #981 from enkiller/modify_usb_stack_
[usb]update usb stack
2017-11-13 14:25:51 +08:00
Bernard Xiong f0bc0f8fd4
Merge pull request #986 from SummerGGift/1013_patch_2
[Libc] add components/libc/compilers/armlibc/time.c
2017-11-13 14:20:11 +08:00
DengQilong e79f9e6b02 fix bsp for lpc54608 2017-11-13 14:18:05 +08:00
MurphyZhao 7b2628393b [tools/building.py][Fix] Add `do_copy_file` function form `mkdist` 2017-11-13 14:15:16 +08:00
SummerGift 0363220042 add components/libc/compilers/armlibc/time.c 2017-11-13 09:53:08 +08:00
tanek liang a752418065 [gui] fix rtgui_dc_end_drawing() too few arguments in function call 2017-11-12 22:21:59 +08:00
tanek liang d12ea8eb49 [bsp] remove old head file include for RTGUI 2017-11-12 22:20:58 +08:00
tanek liang 9f141407cc [bsp] fix stm32f429-apollo scons build error and update template (using external scatter file) 2017-11-12 22:12:37 +08:00
tangyuxin d724e75f22 [bsp]update x1000 bsp driver 2017-11-11 13:53:20 +08:00
tangyuxin cc54e0a74e [usb]update usb stack 2017-11-11 10:53:08 +08:00
tangyuxin f7a6078c5c [audio]新版本pipe导致audio编译错误,添加以前的pipe 2017-11-10 19:50:29 +08:00
tangyuxin afc2256d01 [libcpu]Support x1000 CPU 2017-11-10 19:50:14 +08:00
tanek liang 9d01021f30 [Tools] scons add iar LIBS and LIBPATH support 2017-11-10 19:49:34 +08:00
Bernard Xiong 21daf7359a
Update drv_i2c.c 2017-11-10 19:47:53 +08:00