Bernard Xiong
|
7b31868464
|
Merge pull request #3686 from armink/fix_spi
[SFUD] Update the flash chip information table.
|
2020-06-13 19:12:21 +08:00 |
Bernard Xiong
|
b04fdd89ed
|
Merge pull request #3679 from DavidLin1577/patch-11
[finsh]Fixed a bug may cause stackover flow
|
2020-06-13 16:23:40 +08:00 |
armink
|
02c8084138
|
[SFUD] Update the flash chip information table.
|
2020-06-13 16:03:46 +08:00 |
armink
|
b7a9312be6
|
[SFUD] Update rt_sfud_flash_probe_ex API
|
2020-06-13 12:07:20 +08:00 |
armink
|
6a9e081ec5
|
[SFUD] Add new probe API (rt_sfud_flash_probe_ext) for using user SPI configuration.
|
2020-06-13 11:50:30 +08:00 |
armink
|
930de79000
|
[SFUD] Update the log format to rtdbg.
|
2020-06-13 11:36:12 +08:00 |
armink
|
179d0ee439
|
[SFUD] Update the W25Q64DW JEDEC ID
|
2020-06-13 11:28:24 +08:00 |
armink
|
202bde05ec
|
[DeviceDriver][SPI] Fix 3 wires SPI issue.
|
2020-06-13 11:24:26 +08:00 |
David Lin
|
5bb38bb4e8
|
Update msh_file.c
|
2020-06-13 10:13:51 +08:00 |
David Lin
|
7129694f38
|
[finsh]Fixed a bug may cause stackover flow
add code:
if (line_buf == RT_NULL) return -RT_ENOMEM;
|
2020-06-12 08:49:46 +08:00 |
luhuadong
|
9e7fdad8fb
|
[Sensor] Add Plantower sensor info
|
2020-06-11 21:26:31 +08:00 |
David Lin
|
822df76f8e
|
Update ethernetif.c
|
2020-06-10 23:32:06 +08:00 |
David Lin
|
aa0b68a575
|
Update ethernetif.c
|
2020-06-10 23:30:44 +08:00 |
David Lin
|
8beb439926
|
Update ethernetif.c
|
2020-06-10 23:27:25 +08:00 |
David Lin
|
4f53c68b3b
|
Update ethernetif.c
|
2020-06-10 11:09:11 +08:00 |
David Lin
|
a5fddaecc3
|
Update ethernetif.c
|
2020-06-10 11:08:01 +08:00 |
David Lin
|
5f6c3d7345
|
Update ethernetif.c
if LWIP_NETIF_HOSTNAME enable, the length is 'sizeof(struct netif)+ LWIP_HOSTNAME_LEN',
not only equal to 'sizeof(struct netif)'.
|
2020-06-10 10:59:50 +08:00 |
Bernard Xiong
|
be43008c56
|
[libc] remove pthread.h in newlib/syscalls.c
|
2020-06-06 13:23:56 +08:00 |
Bernard Xiong
|
fe2e9e924e
|
[libc] fix 64bit issue for pthreads
|
2020-06-06 13:21:32 +08:00 |
Bernard Xiong
|
a4f1905b6d
|
[libc] Fix pthreads compiling issue with new newlib version
|
2020-06-06 13:20:58 +08:00 |
Wayne Lin
|
c72ee2d63c
|
[W25Q32BV]Support fast read QUAD_OUTPUT and QUAL_IO.
|
2020-06-02 14:46:52 +08:00 |
Bernard Xiong
|
a6a8b90935
|
Merge pull request #3618 from longtengmcu/master
fix three bugs about ethernet
|
2020-06-01 15:32:53 +08:00 |
Bernard Xiong
|
1ef77bd969
|
Merge pull request #3601 from OpenNuvoton/rtt_issues
Fix issues
|
2020-05-30 09:43:54 +08:00 |
Bernard Xiong
|
81610509d1
|
Merge pull request #3603 from cliff-cmc/master
[dlmodule] Fix crash when dlmodule exit
|
2020-05-29 08:53:55 +08:00 |
Bernard Xiong
|
32714439f0
|
Merge pull request #3634 from jch12138/master
添加static前缀,防止与用户自定函数冲突
|
2020-05-29 06:47:54 +08:00 |
jch12138
|
c0a4da7c5b
|
添加static前缀,防止与用户自定函数冲突
|
2020-05-28 20:57:43 +08:00 |
longtengmcu
|
d75f03e4b0
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1 …
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
4、修改注释信息
|
2020-05-21 22:05:38 +08:00 |
Wayne Lin
|
f0e4009c30
|
Fix rt_hw_inputcapture_isr public function name in header file.
Fix miss-break in HWTIMER_CTRL_INFO_GET case.
|
2020-05-20 16:04:31 +08:00 |
Bernard Xiong
|
19c01e9d5e
|
Merge pull request #3611 from 2000000/watchdog_fix
[drivers][watchdog] 修复watchdog.c 注释的一处笔误
|
2020-05-20 15:10:19 +08:00 |
luhuadong
|
ce35dfbc40
|
[AT] Adjust where the AT socket callback function
|
2020-05-20 01:11:46 +08:00 |
GaoJie
|
8aaa89a6f1
|
[drivers][watchdog] 修复watchdog.c 注释的一处笔误
|
2020-05-19 17:30:19 +08:00 |
longtengmcu
|
63950c9259
|
1、解决do_pollfd函数中处理底层网络设备返回错误-1的情况,返回-1时select函数也要返回-1
2、网卡设备调用关闭dhcp时,底层要调用dhcp_stop函数来关闭dhcp功能,打开时再调用dhcp_start,否则再次打开dhcp时无法获取ip地址或者出现在使用静态ip地址会在dhcp租约到期时自动再获取ip地址。
3、sal_socket.c程序中的sal_accept函数增加判断网卡up,down的功能
|
2020-05-17 15:51:35 +08:00 |
Cliff Chen
|
42f9de1b42
|
[dlmodule] Fix crash when dlmodule exit
Signed-off-by: Cliff Chen <cliff.chen@rock-chips.com>
|
2020-05-15 17:53:55 +08:00 |
Wayne Lin
|
5d65fe074f
|
Merge branch 'master' of https://github.com/rt-thread/rt-thread into rtt_issues
|
2020-05-15 09:41:27 +08:00 |
luhuadong
|
88a02d7bd8
|
fixed some typos
|
2020-05-09 10:33:36 +08:00 |
Bernard Xiong
|
084996ddb5
|
Merge pull request #3565 from OpenNuvoton/rtt_issues
Get stuck issue after open-close-open CAN device.
|
2020-05-04 22:06:16 +08:00 |
Prry
|
040816dee8
|
add vendor information of sensor
|
2020-05-02 00:39:48 +08:00 |
Bernard Xiong
|
664bc4e9d8
|
Merge pull request #3569 from egbert-h/master
mstorage.c: fix the issue bug in_read_capacity()
|
2020-05-01 17:40:02 +08:00 |
Bernard Xiong
|
786eb5ae9c
|
[C++] rename the Thread/Mutex to cxx_Thread/Mutex to avoid same name issue
|
2020-04-30 21:08:04 +08:00 |
Wayne Lin
|
39431f5a70
|
Rename usbd and usbh source files for IAR building issue.
|
2020-04-30 15:47:42 +08:00 |
hphuang
|
9d374f873c
|
mstorage.c: fix the issue that _read_capacity() returns the wrong last valid address of storage medium
|
2020-04-28 19:07:08 +08:00 |
Wayne Lin
|
5bddcd378e
|
Get stuck issue after open-close-open CAN device.
Signed-off-by: Wayne Lin <wosayttn@gmail.com>
|
2020-04-27 16:01:05 +08:00 |
bigmagic
|
3afb24f4c1
|
fix aarch64 compiler warning
|
2020-04-17 22:35:55 +08:00 |
Bernard Xiong
|
d3ce0b27ff
|
Merge pull request #3534 from Keyun-Johan/mydoc
socket_new() 错误返回时的问题
|
2020-04-15 16:08:43 +08:00 |
Keyun-Johan
|
5ea637903d
|
Update sal_socket.c
OK
|
2020-04-13 17:42:37 +08:00 |
David Lin
|
e9d930070d
|
Update pipe.c
|
2020-04-13 07:20:29 +08:00 |
Keyun-Johan
|
63e855d78a
|
socket_new()成功后,后续函数不成功返回-1,没有删除socket
|
2020-04-12 19:22:19 +08:00 |
David Lin
|
ff09587d23
|
[components/drivers] update pipe.c
Fixed stackover flow bug when create pipe->fifo
|
2020-04-12 11:58:33 +08:00 |
bigmagic
|
3d29ac8953
|
remove redefinition 'mode_t'
|
2020-04-11 22:35:02 +08:00 |
DeclanHuaChen
|
9545529b33
|
Fix some spelling mistakes
|
2020-04-11 16:06:32 +08:00 |