chenyong
|
a8d27156a3
|
[net][sal] Modify SAL configure judgment.
|
2018-08-02 17:53:02 +08:00 |
朱天龙 (Armink)
|
ba1aedd1a5
|
Merge pull request #1687 from chenyong111/master
[net][sal] add socket set multicast group support.
|
2018-08-02 17:46:38 +08:00 |
chenyong
|
dabf8efce4
|
[net][sal] add socket set multicast group support and format code.
|
2018-08-02 16:57:23 +08:00 |
heyuanjie
|
43f718961e
|
添加网络syscall
|
2018-08-01 17:03:06 +08:00 |
heyuanjie
|
9cf65d0b28
|
添加网络系统调用
|
2018-08-01 15:44:33 +08:00 |
Bernard Xiong
|
90cef4fbac
|
Merge pull request #1673 from yangfasheng/master
update dfs.c of File System
|
2018-08-01 11:44:53 +08:00 |
hichard_ren@yeah.net
|
bbb879717c
|
add config main thread priority
|
2018-07-31 17:05:01 +08:00 |
heyuanjie
|
c79fbd373f
|
[lwp]给thread添加lwp成员
|
2018-07-30 11:12:12 +08:00 |
yangfasheng
|
e13f1d9e7f
|
update dfs.c of File System
|
2018-07-29 12:07:36 +08:00 |
Bernard Xiong
|
e6fedb6e9b
|
[DeviceDrivers] Remove warning in Kconfig
|
2018-07-28 20:22:47 +08:00 |
Bernard Xiong
|
e71763b068
|
[DFS] Add RT_USING_DFS_MNTTABLE option in Kconfig
|
2018-07-28 20:22:14 +08:00 |
Bernard Xiong
|
8baf3d98e1
|
[DFS] fix the mkfs issue for multi-mounted fatfs
|
2018-07-28 16:34:51 +08:00 |
Bernard Xiong
|
46acbb8dc5
|
Merge pull request #1669 from armink/at
[net][at] Using DMA mode first when device is supported.
|
2018-07-28 08:03:22 +08:00 |
armink
|
ccfde36b4d
|
[net][at] Using DMA mode first when device is supported.
|
2018-07-27 19:32:37 +08:00 |
Bernard Xiong
|
b9255c20d2
|
[finsh] Remove chdir feature in msh
|
2018-07-26 17:09:39 +08:00 |
chenyong
|
8b887e76e9
|
[net][at] Add AT commands component
|
2018-07-25 17:35:20 +08:00 |
Bernard Xiong
|
8fe4602632
|
[DFS] Enable long filename for ELM FatFS in default
|
2018-07-25 00:50:23 +08:00 |
tangyuxin
|
06d2f9591c
|
[lwip]修复开启SNMP选项编译会失败的问题
|
2018-07-24 16:17:10 +08:00 |
tangyuxin
|
efcc08f3af
|
[lwip]Add Statistics Option
|
2018-07-24 09:44:18 +08:00 |
Bernard Xiong
|
69ec7c3aff
|
Merge pull request #1641 from liangyongxiang/lwip-debug
[lwIP] add all lwIP Debugging Options
|
2018-07-23 18:50:16 +08:00 |
Bernard Xiong
|
cd5ccea44c
|
Merge pull request #1652 from enkiller/dev
[components][drivers][sdio]修复没有注册SDIO中断导致断言的问题
|
2018-07-22 11:19:32 +08:00 |
Bernard Xiong
|
f57c46a6b7
|
Merge pull request #1650 from liangyongxiang/serial-poll-rx
[device][serial] call rx_indicate function only if the rx_length is n…
|
2018-07-22 10:16:46 +08:00 |
tangyuxin
|
78189dfb6b
|
[components][drivers][sdio]修复没有注册SDIO中断导致断言的问题
|
2018-07-21 16:29:17 +08:00 |
liang yongxiang
|
2f402db661
|
[device][serial] call rx_indicate function only if the rx_length is not equal 0
|
2018-07-21 12:34:27 +08:00 |
tangyuxin
|
cea61291e4
|
[components][dfs]修复list_fd打印乱码的问题
|
2018-07-20 15:30:24 +08:00 |
梁永祥
|
f489bfe522
|
Merge branch 'master' into lwip-debug
|
2018-07-19 21:06:57 +08:00 |
朱天龙 (Armink)
|
69c95944eb
|
Merge pull request #1643 from chenyong111/sal
Add SAL (socket abstraction layer) framework
|
2018-07-19 08:25:56 +08:00 |
liang yongxiang
|
9868dffc2f
|
[lwIP] add all lwIP Debugging Options
|
2018-07-18 14:57:00 +08:00 |
chenyong
|
8cda48a132
|
[net][sal] Add SAL (socket abstraction layer) framework
|
2018-07-18 13:34:13 +08:00 |
liang yongxiang
|
bd044f674d
|
[components] format Kconfig
|
2018-07-18 11:59:50 +08:00 |
Bernard Xiong
|
41c27cce5e
|
Merge pull request #1639 from liangyongxiang/console-device
[libc] dependence update:
|
2018-07-17 21:17:21 +08:00 |
Bernard Xiong
|
f51a864b08
|
Merge pull request #1638 from armink/fix_com_init
[components][finsh] Fix shell re-initialization check code to support…
|
2018-07-17 21:14:29 +08:00 |
liang yongxiang
|
a27144eb4e
|
[libc] dependence update: rt_device_write()/rt_console_get_device() need RT_USING_CONSOLE and RT_USING_DEVICE
|
2018-07-17 16:58:17 +08:00 |
armink
|
4c92650fde
|
[components][finsh] Fix shell re-initialization check code to supported C89.
|
2018-07-17 12:52:02 +08:00 |
liang yongxiang
|
b822ac8ff6
|
[libc] fix compilation error when RT_USING_HEAP is disable
|
2018-07-17 11:24:47 +08:00 |
aozima
|
6deeb61efb
|
Merge pull request #1622 from armink/fix_com_init
[components] Update dfs and lwIP 2.0.2 re-initialization process.
|
2018-07-16 20:48:24 +08:00 |
Bluebear233
|
dc0aa39b42
|
[DeviceDriver][serial] 修复get_index越界问题
|
2018-07-16 09:47:36 +08:00 |
armink
|
e1c612bf0a
|
[DeviceDriver][sfud] Fix block erase 0 byte issue when start address is equal end address.
|
2018-07-14 21:01:38 +08:00 |
armink
|
6139e6a3cc
|
[dfs] Update error log for dfs.
|
2018-07-14 11:06:59 +08:00 |
armink
|
c698c2c8e7
|
[dfs] Update DFS_FD_MAX default size to 16.
|
2018-07-14 10:03:59 +08:00 |
Bernard Xiong
|
1758f5773e
|
Merge pull request #1617 from armink/fix_rtdbg
Fix rtdbg
|
2018-07-14 06:46:50 +08:00 |
armink
|
c779104ef7
|
[dfs] Fix dfs_file_ioctl return check on fcntl.
|
2018-07-13 11:14:36 +08:00 |
armink
|
730981ec42
|
[components] Update dfs and lwIP 2.0.2 re-initialization process.
|
2018-07-13 09:59:03 +08:00 |
Bernard Xiong
|
60435316ac
|
[components] remove external folder
|
2018-07-12 14:15:20 +08:00 |
Bernard Xiong
|
5c420c0c6e
|
Merge branch 'master' of https://github.com/RT-Thread/rt-thread
|
2018-07-12 14:09:39 +08:00 |
armink
|
6cd8658dad
|
[rtdbg] Change all DBG_SECTION_NAME to new format.
|
2018-07-11 10:23:19 +08:00 |
zyh
|
b3eaf17e19
|
[Components][pipe]暴露 rt_pipe_delete 接口
|
2018-07-10 14:54:39 +08:00 |
zyh
|
151330b721
|
[Components][USB][Device]Support customer HID class|支持自定义HID设备
|
2018-07-04 14:13:09 +08:00 |
Bernard Xiong
|
39998e4d89
|
Merge pull request #1602 from aozima/re_initial_dev
add re-initial check.
|
2018-07-04 07:15:45 +08:00 |
Bernard Xiong
|
33fb280140
|
Merge pull request #1601 from aozima/shell_dev
update shell prompt.
|
2018-07-04 07:15:03 +08:00 |