5015 Commits

Author SHA1 Message Date
SummerGift
cfc3b76438 delete a useless %s. 2017-08-19 10:04:04 +08:00
Bernard Xiong
b53e3c2568 Merge pull request #812 from parai/master
[bsp] x86 : fix keyboard input issue
2017-08-18 14:16:03 +08:00
Bernard Xiong
bd460dda2b Merge pull request #813 from armink/fix_netutils
[lwIP] Fix netutils
2017-08-18 12:20:13 +08:00
armink
a97d70066b [LWIP] Add LwIP apps SConscript. 2017-08-18 12:10:28 +08:00
Parai Wang
0cd49a20ad x86: support both keyboard input and serial COM1 input
Signed-off-by: Parai Wang <parai@foxmail.com>
2017-08-18 12:02:43 +08:00
armink
871297747a [LWIP] Move net apps to LwIP/src/apps. 2017-08-18 11:53:11 +08:00
parai.wang
3416187ecf x86 : fix keyboard input issue 2017-08-18 11:38:00 +08:00
armink
5910ae4170 [NET] Add telnet app to netutils. 2017-08-18 11:32:25 +08:00
Bernard Xiong
2331ebdc8e Merge pull request #811 from aozima/update_cortex-m_port
[libcpu] Update cortex m port
2017-08-18 11:30:28 +08:00
aozima
959b97aa34 update stm32f20x linker script: ensure last block HEAP. 2017-08-18 11:12:58 +08:00
aozima
9b7303e511 update libcpu: ensure fault enable. 2017-08-18 11:12:58 +08:00
Bernard Xiong
f975ef5146 Merge pull request #807 from parai/master
[BSP] x86: add floppy driver
2017-08-18 10:55:22 +08:00
Bernard Xiong
2a6726a5d9 Merge pull request #809 from RT-Thread/revert-805-master
Revert "x86: keyboad input bug fix"
2017-08-18 10:55:04 +08:00
Bernard Xiong
50a2ae584b Revert "x86: keyboad input bug fix" 2017-08-18 10:54:45 +08:00
Bernard Xiong
9388f7882f Merge pull request #808 from armink/fix_lwipopts
[LWIP] Update LwIP 2.0.2 opts header file for rtt.
2017-08-18 07:56:02 +08:00
Bernard Xiong
a4705e582b Merge pull request #806 from armink/fix_lwip_tftp
Fix lwip 2.0.2 TFTP server
2017-08-18 07:55:00 +08:00
armink
e6f6d9ea81 [LWIP] Update LwIP 2.0.2 opts header file for rtt. 2017-08-18 07:51:22 +08:00
parai
bafa3a8eb3 x86: add floppy driver
currently only read okay, write is not supported, this is enough for
me to study ELF, but the floppy is really small, now only about 400kb
space free showed by df("/").

Signed-off-by: parai <parai@foxmail.com>
2017-08-17 23:34:09 +08:00
armink
501f9814f1 [LWIP] Add lwip 2.0.2 TFTP server to SConscript. 2017-08-17 15:59:58 +08:00
armink
b1362405e2 [LWIP] Add TFTP server to LWIP 2.0.2 . 2017-08-17 15:56:33 +08:00
armink
c01352da91 [LWIP] Fix lwip 2.0.2 TFTP server file name trans error. 2017-08-17 13:31:10 +08:00
Bernard Xiong
1bfdc7dd30 Merge pull request #805 from parai/master
[bsp] x86: keyboad input bug fix
2017-08-16 23:50:09 +08:00
parai
eb5ea946a6 tmp floopy driver save, no test 2017-08-16 23:37:12 +08:00
parai
08d13e033c x86: keyboad input bug fix
most of the code copy from tinix, just make it run, code quality is not good.

Signed-off-by: parai <parai@foxmail.com>
2017-08-16 22:37:06 +08:00
Bernard Xiong
a0ec48d613 Merge pull request #801 from gbcwbz/stm32_test
[bsp] fix CAN IRQ for stm32 none connectivity line devices
2017-08-16 16:47:07 +08:00
Bernard Xiong
de81a97473 Merge pull request #804 from parai/master
[bsp] x86: host machine native gcc support and use qemu to run
2017-08-16 16:46:47 +08:00
parai.wang
5ba5ebc8be x86: host machine native gcc support and use qemu to run 2017-08-16 15:47:15 +08:00
Bernard Xiong
d6fa9f912d Merge pull request #803 from yygg/master
[DeviceDrivers] use data queue in audio device driver and clean up the code.
2017-08-16 10:59:02 +08:00
yygg_you
94746d8e5f audio驱动使用系统内的dataqueue,修复一些缩进,乱码 2017-08-16 01:17:06 +08:00
Bernard Xiong
05496a5c25 Merge pull request #802 from armink/fix_realloc
[Kernel] Fix rt_realloc issue when new size is 0.
2017-08-15 09:10:52 +08:00
armink
a7e7b3dc02 [Kernel] Fix rt_realloc issue when new size is 0. 2017-08-14 16:09:54 +08:00
Spencer Moss
b60712c29c [bsp] change macro so that CAN IRQ do not interfere USB IRQ in stm32f10x 2017-08-14 00:41:09 +08:00
Spencer Moss
a07c450808 [bsp] fix CAN IRQ for stm32 none connectivity line devices 2017-08-13 16:39:00 +08:00
Bernard Xiong
b9dc1c5bee Merge pull request #799 from bupleurum/master
[bsp] Fix a CAN interrupt number macro definition bug for STM32F10X_LD,STM32F10X_MD and STM32F10X_XL series.
2017-08-11 19:39:37 +08:00
bupleurum
e84bad92ee [bsp] Prevent compilation errors in bxcan.c when using STM32F10X_LD_VL,STM32F10X_MD_VL,STM32F10X_HD_VL incorrectly choose to use the RT_USING_CAN. 2017-08-11 18:35:46 +08:00
bupleurum
2569f66df8 [bsp] Fix a CAN interrupt number macro definition bug for STM32F10X_LD,STM32F10X_MD and STM32F10X_XL series. 2017-08-11 17:39:47 +08:00
Bernard Xiong
16b54610f6 Merge pull request #798 from armink/add_apps_to_lwip202
[lwIP] Add apps to lwip202
2017-08-10 21:33:49 +08:00
armink
640fd7d872 [Net] Add RT_USING_NETUTILS to LwIP 2.0.2 SConscript. 2017-08-10 16:54:42 +08:00
armink
ca6b74200c [Net] Add telnet test app to LwIP 2.0.2 . 2017-08-10 16:54:00 +08:00
Bernard Xiong
4626b19ead Merge pull request #784 from zhangjun1996/master
[BSP] add bsp for sifive(risc-v e310).
2017-08-10 16:51:59 +08:00
armink
1d4db58916 [Net] Add ping test app to LwIP 2.0.2. 2017-08-10 16:41:20 +08:00
Bernard Xiong
191f8476ba Merge pull request #797 from caogos/master
[bsp] Add hardware FPU support in loongson_1c.
2017-08-10 16:33:13 +08:00
勤为本
7129d77bee 增加龙芯1c硬浮点的支持(可以使用硬浮点了) 2017-08-10 15:35:03 +08:00
Bernard Xiong
5f4bcfa3e1 [examples] code cleanup. 2017-08-10 14:09:57 +08:00
Bernard Xiong
f6b6a5cf22 Merge pull request #796 from SummerGGift/master
[examples] add some python example for tcp and complete some error handling.
2017-08-10 12:31:27 +08:00
SummerGift
0d33799d0d add some python example for tcp server and client. 2017-08-10 11:04:17 +08:00
SummerGift
07cc5047bb Complete some error handling when send or receive function returns a value is zero. 2017-08-10 10:47:51 +08:00
Bernard Xiong
71d1f7faa9 [bsp] Add LPC54608 2017-08-08 11:56:50 +08:00
Bernard Xiong
bcc638d425 Merge pull request #792 from armink/fix_libc_dlib
[Libc] Add some errno to dlib.
2017-08-07 15:25:28 +08:00
armink
0727ea25ae [libc] Change tabs to 4 spaces on dlib 'errno.h'. 2017-08-07 13:25:50 +08:00