Bernard Xiong
f8c82b05bb
[finsh] Fix compiling issue in finsh.
2015-05-05 10:19:47 +08:00
Bernard Xiong
ccc89001e5
[finsh] Remove list_mod_detail command in msh.
2015-05-05 10:19:09 +08:00
Bernard Xiong
40570b92ac
[DeviceDriver] Fix the compiling error in USB host.
2015-05-05 10:18:34 +08:00
Bernard Xiong
52e43eae9b
[DeviceDriver] Add extern C for cplusplus in rtdevice.h
2015-05-05 10:18:11 +08:00
Bernard Xiong
bd2d62a1df
[DeviceDriver] Fix the flag clean issue in completion IPC.
2015-05-05 10:17:48 +08:00
Bernard Xiong
8cd254b08f
[DeviceDriver] Remove dataqueue.c/pipe.c comnpile if the heap is not enable.
2015-05-05 10:17:08 +08:00
Bernard Xiong
1c7f33c151
[Sensor] Fix the event handler issue in sensor.
2015-05-05 10:16:12 +08:00
Bernard Xiong
cb1654de75
[DeviceDriver] Fix device name issue in pin_device.
2015-05-05 10:15:38 +08:00
Bernard Xiong
80eedb8963
[DFS] Update DFS code.
...
1. Add extern "C" for cplusplus in DFS.
2. Export more symbol in DFS.
2015-05-05 10:14:59 +08:00
Bernard Xiong
7962a5c46c
[BSP] Update bsp code
...
1. Use RT_USING_LIBC instead of RT_USING_NEWLIB in the beagonebone.
2. Enable LIBC in default in LPC4088.
3. Remove the unnecessary interrupt clean in STM32 UART;
4. Use HSE_VALUE to calculate PLL_M in STM32F2/F4;
2015-05-05 10:13:52 +08:00
Bernard Xiong
677d5323e8
Update application.c
2015-03-04 10:32:01 +08:00
Bernard Xiong
5620a10628
Merge pull request #425 from BernardXiong/master
...
[DeviceDrivers] Add more sensor drivers.
2015-02-02 09:08:29 +08:00
Bernard Xiong
1158fba15b
Merge pull request #424 from prife/master
...
dfs_win32: add seekdir support, fix #346
2015-02-02 09:08:23 +08:00
prife
c6f88ef726
dfs_win32: add seekdir support
2015-02-02 01:21:40 +08:00
Bernard Xiong
3462537bdd
[DeviceDrivers] Update SConcript file for sensor code
2015-02-01 08:50:54 +00:00
Bernard Xiong
87cc28fb8c
Merge remote-tracking branch 'upstream/master'
2015-02-01 08:35:28 +00:00
Bernard Xiong
282aa9bfd8
Merge remote-tracking branch 'china/master'
2015-02-01 08:34:18 +00:00
bernard
94e5d1e5e6
[DeviceDrivers] Add MPU6050 and BMI055 sensor.
2015-02-01 16:17:06 +08:00
Bernard Xiong
0f9139ecfc
Merge pull request #422 from BernardXiong/master
...
Add lwIP/NAT, DHCP server and dlib(LIBC of IAR)
2015-01-31 22:11:44 +08:00
Bernard Xiong
ca18a17180
Merge remote-tracking branch 'china/master'
2015-01-31 14:00:44 +00:00
bernard
2c88533659
[LIBC] fix compiling issue for dlib (IAR).
2015-01-31 21:59:58 +08:00
Bernard Xiong
390973a755
Merge remote-tracking branch 'china/master'
2015-01-31 12:58:24 +00:00
Bernard Xiong
92e0f0d452
Merge remote-tracking branch 'upstream/master'
2015-01-31 12:57:40 +00:00
bernard
622e6d8238
[lwIP] Add Router and DNS server information in DHCP server.
2015-01-31 20:51:21 +08:00
bernard
3e31d349ea
[lwIP] fix the pbuf q=NULL issue in ip_nat_input.
2015-01-31 20:44:53 +08:00
bernard
72298bac32
Merge remote-tracking branch 'bernard/master'
2015-01-31 14:48:31 +08:00
bernard
1f2a6e3a89
[lwIP] fix compiling warning in NAT.
2015-01-31 14:48:19 +08:00
Bernard Xiong
588682a1f5
Merge pull request #420 from armink/master
...
[BSP] 完善 stm32f10x 串口驱动
2015-01-31 14:43:50 +08:00
armink
79c37cb30f
[BSP]changed stm32f10x uart driver. make sure the serial transmit
...
complete in putc().
2015-01-31 11:18:59 +08:00
armink
131c41d182
[BSP]support 9 data bits and parity config for stm32f10x uart driver.
2015-01-31 11:14:10 +08:00
Bernard Xiong
918b790882
[libc] Add IAR dlib porting
2015-01-31 11:13:50 +08:00
armink
1213dec3c9
fix #347
2015-01-31 11:05:00 +08:00
Bernard Xiong
a1252f67f5
[lwIP] Add DHCP server implementation
2015-01-31 10:48:28 +08:00
Bernard Xiong
7e11b8eb62
[lwIP] Add NAT readme
2015-01-29 13:47:57 +00:00
Bernard Xiong
627d025cda
[lwIP] Modify the ip.c to support NAT
2015-01-29 09:48:48 +00:00
Bernard Xiong
7f4e647971
Merge remote-tracking branch 'upstream/master'
2015-01-29 09:14:12 +00:00
Bernard Xiong
068e2f95a1
[lwIP] remove IP_INPUT_HOOK
2015-01-29 15:01:26 +08:00
Bernard Xiong
87171f003c
[LIBC] code cleanup
2015-01-28 14:14:30 +08:00
Bernard Xiong
01c3460cdb
[DevFS] fix the device none-open issue
2015-01-28 14:13:44 +08:00
Bernard Xiong
aaacd40425
Merge pull request #419 from AubrCool/fix-dfs.fd_is_openError
...
Correct dfs fd_is_open search index error
2015-01-27 15:32:58 +08:00
Aubr.Cool
eb898f69c9
Correct dfs fd_is_open search index error
2015-01-27 11:00:25 +08:00
Bernard Xiong
3da0f4ec09
[lwIP] Add NAT for lwIP
2015-01-26 06:36:00 +00:00
Bernard Xiong
15231efaff
[lwIP] Add IPv4 input hook
2015-01-26 06:35:08 +00:00
Bernard Xiong
19ee2c7e09
Merge pull request #416 from bright-pan/master
...
[Driver/ringbuffer]: Fix put_force bug
2015-01-26 11:14:03 +08:00
Bernard Xiong
d5c6519206
Merge pull request #417 from BernardXiong/master
...
[BSP] Add more features for STM32F4.
2015-01-26 08:50:03 +08:00
Bernard Xiong
1512da3b03
Merge remote-tracking branch 'china/master'
2015-01-26 00:46:46 +00:00
Bernard Xiong
8d63cba201
Merge remote-tracking branch 'upstream/master'
2015-01-26 00:45:24 +00:00
bernard
71930b0995
[BSP] Fix the interrupt issue in USART driver of STM32F4.
2015-01-25 16:41:05 +08:00
Bernard Xiong
950c3a4298
[Tools] Add copyright information for scons script files
2015-01-23 14:34:09 +08:00
Bright Pan
2d67fe6565
[Driver/ringbuffer]: Fix put_force bug
...
OXape reports: http://www.rt-thread.org/phpBB3/topic3939.html
driver/ringbuffer: when data length is bigger than space length
for rb, the read_index in rb is not update.
When length > space, update the read_index, the bug can be fix, and
works fine.
2015-01-23 13:27:52 +08:00