| /components/net/netdev/ |
| A D | Kconfig | 20 bool "Enable default netdev automatic change features" 24 bool "Enable netdev callback on link status change"
|
| /components/drivers/pm/ |
| A D | Kconfig | 19 bool "PM Device suspend change sleep mode" 23 bool "PM using threshold time change sleep mode"
|
| /components/finsh/ |
| A D | msh_file.c | 964 int user[3] = {0}, change[3] = {0}, mode[3] = {0}; in cmd_chmod() local 1001 change[num] = ADD; in cmd_chmod() 1004 change[num] = SUB; in cmd_chmod() 1007 change[num] = SET; in cmd_chmod() 1045 if (change[i] == ADD) in cmd_chmod() 1062 else if (change[i] == SUB) in cmd_chmod() 1079 else if (change[i] == SET) in cmd_chmod()
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | contrib.txt | 49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp… 51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
|
| A D | ppp.txt | 70 * PPP status callback is called on PPP status change (up, down, …) from lwIP 207 * status_cb, PPP status callback, called on PPP status change (up, down, …) 228 * status_cb, PPP status callback, called on PPP status change (up, down, …) 255 * status_cb, PPP status callback, called on PPP status change (up, down, …) 434 you configure a callback that is called on each PPP internal state change.
|
| A D | rawapi.txt | 218 also means that the memory behind dataptr must not change until the data is 494 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | contrib.txt | 49 5. Patches should be specific to a single change or to related changes. Do not mix bugfixes with sp… 51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
|
| A D | ppp.txt | 70 * PPP status callback is called on PPP status change (up, down, …) from lwIP 207 * status_cb, PPP status callback, called on PPP status change (up, down, …) 228 * status_cb, PPP status callback, called on PPP status change (up, down, …) 255 * status_cb, PPP status callback, called on PPP status change (up, down, …) 434 you configure a callback that is called on each PPP internal state change.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | contrib.txt | 53 6. Patches should be specific to a single change or to related changes.Do not mix bugfixes with spe… 55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an…
|
| A D | snmp_agent.txt | 106 snmp_get_sysuptime(u32_t *value), and enable to change "sysuptime" value only
|
| A D | rawapi.txt | 197 also means that the memory behind dataptr must not change until the data is 506 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).
|
| /components/drivers/usb/cherryusb/ |
| A D | Kconfig | 149 … you can change it to a larger value if you need larger speed but must be a power of blocksize. 397 prompt "Set hubport change thread priority, 0 is the max priority" 402 prompt "Set hubport change thread stacksize"
|
| A D | Kconfig.rtt | 156 … you can change it to a larger value if you need larger speed but must be a power of blocksize. 416 prompt "Set hubport change thread priority, 0 is the max priority" 421 prompt "Set hubport change thread stacksize"
|
| A D | Kconfig.rttpkg | 155 … you can change it to a larger value if you need larger speed but must be a power of blocksize. 415 prompt "Set hubport change thread priority, 0 is the max priority" 420 prompt "Set hubport change thread stacksize"
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README.md | 4 And keep the difference between on the change of RT-Thread Team.
|
| A D | CHANGELOG | 208 Breaking change: Users have to call snmp_init() now! 568 reduce ram/rom usage of tables): incompatible change for private MIBs 1345 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code. 1705 aborting existing connection on address change, filter out link-local 2011 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change 2321 * tcp_out.c set window correctly on probes (correcting change made 2978 Provides callback on netif up/down state change. 2989 be configured at run time with LWIP_TCP_KEEPALIVE, but don't change this 3161 this change cause an API breakage for netconn_addr, since a parameter 3162 type change. Any compiler should cause an error without any changes in [all …]
|
| /components/utilities/ |
| A D | Kconfig | 143 … When enable this option then it will enable libc. The formater will change to vsnprint on libc.
|
| /components/dfs/dfs_v1/src/ |
| A D | dfs_posix.c | 982 FINSH_FUNCTION_EXPORT_ALIAS(chdir, cd, change current working directory);
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 389 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code. 749 aborting existing connection on address change, filter out link-local 1055 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change 1365 * tcp_out.c set window correctly on probes (correcting change made 1548 in autoip". The change in etharp_raw could be removed, since all calls to 1748 The igmp_join/leavegroup first parameter change from a netif to an ipaddr. 2022 Provides callback on netif up/down state change. 2033 be configured at run time with LWIP_TCP_KEEPALIVE, but don't change this 2205 this change cause an API breakage for netconn_addr, since a parameter 2206 type change. Any compiler should cause an error without any changes in [all …]
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 461 Breaking change: Users have to call snmp_init() now! 821 reduce ram/rom usage of tables): incompatible change for private MIBs 1598 on change) plus use SYS_LIGHTWEIGHT_PROT to protect the select code. 1958 aborting existing connection on address change, filter out link-local 2264 * dhcp.c/.h: Minor code simplification (don't store received pbuf, change 2574 * tcp_out.c set window correctly on probes (correcting change made 3231 Provides callback on netif up/down state change. 3242 be configured at run time with LWIP_TCP_KEEPALIVE, but don't change this 3414 this change cause an API breakage for netconn_addr, since a parameter 3415 type change. Any compiler should cause an error without any changes in [all …]
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_posix.c | 1245 FINSH_FUNCTION_EXPORT_ALIAS(chdir, cd, change current working directory);
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 239 Fixed wrong media change can lead a deadlock at thread-safe configuration.
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 239 Fixed wrong media change can lead a deadlock at thread-safe configuration.
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 1124 # Note: The header is subject to change so you typically have to regenerate the 1200 # change the gamma. 1476 # Use this tag to change the font size of LaTeX formulas included as images in 1477 # the HTML documentation. When you change the font size after a successful
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 1135 # Note: The header is subject to change so you typically have to regenerate the 1211 # change the gamma. 1487 # Use this tag to change the font size of LaTeX formulas included as images in 1488 # the HTML documentation. When you change the font size after a successful
|