Bernard Xiong
|
45c7f03035
|
[finsh] Fix object name issue in list_* cmd.
|
2016-06-13 13:29:18 +08:00 |
Bernard Xiong
|
4d93c31cce
|
Revert "[finsh] Beautify all list object information command."
This reverts commit cd3b0cfff5 .
|
2016-06-13 11:08:23 +08:00 |
Bernard Xiong
|
2296b2b84f
|
Merge pull request #639 from armink/master
[finsh] Beautify all list object information command.
|
2016-06-04 22:42:57 +08:00 |
armink
|
cd3b0cfff5
|
[finsh] Beautify all list object information command.
|
2016-06-04 11:03:30 +08:00 |
armink
|
cbbe5a6edd
|
[finsh] Beautify the list_thread command.
|
2016-06-02 17:06:41 +08:00 |
armink
|
1bd8d0f75e
|
[finsh] Beautify the list_thread command.
|
2016-06-02 14:29:44 +08:00 |
Bernard Xiong
|
7db31229bf
|
Merge pull request #638 from AubrCool/fix-stack.check
[src] scheduler update stackcheck
|
2016-06-02 11:59:19 +08:00 |
Aubr.Cool
|
99e1b0d29b
|
[src] scheduler update stackcheck
|
2016-06-02 09:30:34 +08:00 |
Bernard Xiong
|
ceb3aa9657
|
Merge pull request #637 from weety/timer_fixed
Fixed time unit error.
|
2016-06-01 14:43:17 +08:00 |
weety
|
0af00b9ce5
|
fixed time unit error in clock_gettime.
|
2016-06-01 14:07:47 +08:00 |
weety
|
11413896d3
|
Fixed time unit error.
|
2016-06-01 13:52:05 +08:00 |
Bernard Xiong
|
c8b546bb78
|
Merge pull request #636 from weety/fixed
Fixed
|
2016-06-01 10:15:09 +08:00 |
weety
|
62e770f9de
|
Fixed 64KB stack size limit.
|
2016-05-31 20:39:33 +08:00 |
weety
|
94e1935f1f
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread into fixed
|
2016-05-31 20:23:32 +08:00 |
weety
|
714f00679e
|
Fixed crlf issue.
|
2016-05-31 20:22:59 +08:00 |
Bernard Xiong
|
c8cfc14b82
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2016-05-29 11:36:34 +08:00 |
Bernard Xiong
|
c5bf3fa2d1
|
[lwIP] remove compiling warning.
|
2016-05-29 11:36:20 +08:00 |
Bernard Xiong
|
4503e5d79d
|
Merge pull request #634 from margguo/master
[BSP] Update gpio.c in BSP/stm32f10x/drivers/gpio.c
|
2016-05-23 22:23:03 +08:00 |
margguo
|
09b0e48439
|
add 48 pins IC define in BSP/stm32f10x
|
2016-05-23 22:15:14 +08:00 |
margguo
|
4bbbfab29c
|
add 48 pins IC define in BSP/stm32f10x
|
2016-05-23 22:00:21 +08:00 |
margguo
|
3defb749cb
|
add 48 pins IC define in BSP/stm32f10x
|
2016-05-23 21:57:19 +08:00 |
Bernard Xiong
|
07c0e13060
|
Merge pull request #632 from armink/master
Improve serial DMA rx mode. #628
|
2016-05-20 14:26:23 +08:00 |
Bernard Xiong
|
4e95fdff4a
|
[BSP] Update VFP code in armv6.
committed by FH.
|
2016-05-20 14:20:34 +08:00 |
Bernard Xiong
|
9f08d09ae1
|
[lwIP] merge TCP_OVERSIZE code.
|
2016-05-20 14:19:50 +08:00 |
Bernard Xiong
|
c5949c2736
|
[DeviceDrivers] Update SPI flash drivers.
|
2016-05-20 14:07:32 +08:00 |
Bernard Xiong
|
050da8a60d
|
[lwIP] Chang the default options in lwIP.
committed by FH.
|
2016-05-20 12:27:29 +08:00 |
Bernard Xiong
|
923594c7ab
|
[BSP] Enable VFP.
committed by FH.
|
2016-05-20 12:24:51 +08:00 |
Bernard Xiong
|
bb1cb89b52
|
[Kernel] Add list_for_each_entry and list_frist_entry routine.
committed by FH.
|
2016-05-20 12:24:08 +08:00 |
Bernard Xiong
|
36edc2c441
|
[lwIP] Add EAPOL type packet.
|
2016-05-20 12:23:19 +08:00 |
Bernard Xiong
|
ac3af54a7e
|
[DeviceDrivers] Use PBUF_POOL in enc28j60 drivers.
patched by FH.
|
2016-05-20 12:22:55 +08:00 |
Bernard Xiong
|
f005d963e2
|
[DeviceDrivers] Add more baud rate in serial.
|
2016-05-20 12:22:16 +08:00 |
Bernard Xiong
|
02a5cebc6d
|
[DeviceDrivers] Add MMC/SD change support.
Add MMC/SD change support, which patched by FH.
|
2016-05-20 12:20:35 +08:00 |
armink
|
7d17f50a31
|
[BSP] Add usart DMA Rx driver to stm32f10x.
|
2016-05-14 13:43:14 +08:00 |
armink
|
c3da9dda7b
|
[DeviceDrivers] Add fifo mode to serial DMA rx when serial->config.bufsz != 0.
|
2016-05-14 11:43:06 +08:00 |
Bernard Xiong
|
4d45dc45bd
|
Merge pull request #630 from armink/master
[DeviceDrivers]Fix dma_transmit callback parameter type error. #628
|
2016-05-12 23:01:57 +08:00 |
armink
|
4c9b77ded6
|
[DeviceDrivers]Fix dma_transmit callback parameter type error. #628
|
2016-05-11 13:34:18 +08:00 |
Bernard Xiong
|
53c18358b4
|
[lwIP] remove lwip-1.4.0
|
2016-05-10 09:48:05 +08:00 |
Bernard Xiong
|
b46ebbf56d
|
[build] remove hard coded path issue in SConscript
|
2016-05-10 09:34:05 +08:00 |
Bernard Xiong
|
7c38c59f62
|
[DFS] fix the name mistake in socket function.
|
2016-05-10 09:32:50 +08:00 |
Bernard Xiong
|
64feef0dde
|
[LIBC] mv pthreads/libdl to libc and rename dfs_lwip to dfs_net
|
2016-05-10 09:22:01 +08:00 |
Bernard Xiong
|
eb320a0104
|
[BSP] fix the CRLF issue in usb_ch9 of imx6sx
|
2016-05-04 08:24:21 +00:00 |
Bernard Xiong
|
3d07de2b71
|
[Pthreads] Add more API declaration.
|
2016-05-01 16:05:03 +08:00 |
Bernard Xiong
|
06d3599d86
|
[libc] Add abort routine to replace old API.
abort routine will cause sig_xxx() reference.
|
2016-05-01 16:04:26 +08:00 |
Bernard Xiong
|
1436101b56
|
Merge pull request #626 from weety/fh8620
[BSP] fixed compile error under linux platform in fh8620 bsp.
|
2016-04-25 16:19:39 +08:00 |
weety
|
46e963b315
|
[CHG] fixed compile error under linux platform
|
2016-04-25 15:42:07 +08:00 |
Bernard Xiong
|
83f1abcd85
|
[CI] Add fh8620 and x1000 bsp in ci build.
|
2016-04-24 20:13:52 +08:00 |
Bernard Xiong
|
fd7a65b4be
|
[LIBC] remove minilibc when compiling simulator under Linux
|
2016-04-24 19:59:48 +08:00 |
Bernard Xiong
|
255f8b7c34
|
[BSP] Add BSP for Ingenic X1000 CPU
|
2016-04-24 19:34:41 +08:00 |
Bernard Xiong
|
bef87f8aff
|
Merge pull request #625 from chinesebear/master
fix loongson 1c启动异常
|
2016-04-21 21:12:33 +08:00 |
chinesebear
|
86216ceecc
|
start exception by chinesebear
|
2016-04-19 22:08:23 +08:00 |