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
armink
5b35327966
[Libc] Add some errno to dlib.
2017-08-07 13:15:46 +08:00
SummerGift
f9ec093f51
correct some explain
2017-08-07 11:36:44 +08:00
Bernard Xiong
30f272e221
Merge pull request #788 from bupleurum/master
...
[bsp] Add some descriptions and an English version about building project in readme.txt.
2017-08-06 12:04:34 +08:00
Bernard Xiong
5ea03f5e12
Merge pull request #787 from emlslxl/master
...
[log trace] add log_file flush function
2017-08-06 12:04:05 +08:00
Bernard Xiong
25d415a28c
Merge pull request #790 from TanekLiang/stm32f1l07-c99
...
[Bsp] update stm32f107 spi driver
2017-08-06 12:03:27 +08:00
Bernard Xiong
6a08e154ee
Merge pull request #791 from Yohozzy/master
...
fix the end of module symbol bug when using iar compiler
2017-08-06 12:03:03 +08:00
Yohozzy
07514c0d0a
fix the end of module symbol bug when using iar compiler
2017-08-06 01:01:47 +08:00
tanek liang
6eac07ca15
[Bsp] updated spi device:
...
fixed error when enable "SPI2_USING_DMA"
fixed warnning when using spi without DMA
2017-08-05 21:55:48 +08:00
tanek liang
8e09d58e7e
[Bsp] stm32f107 delete c99 mode code
2017-08-05 21:13:37 +08:00
bupleurum
9b2b1bb4a1
[bsp] Add some descriptions and an English version about building project in readme.txt.
2017-08-04 18:21:34 +08:00
emlslxl
3007b34ad3
add log_file flush function
2017-08-04 12:46:23 +08:00
Bernard Xiong
370be08376
Merge pull request #785 from armink/fix_lwip_linkup
...
[LWIP] Fix lwip 2.0.2 link status problem.
2017-08-03 15:28:30 +08:00