| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 27 Added a configuration option (_FS_MINIMUM). 34 Changed option _FS_MINIMUM to _FS_MINIMIZE. 65 Added a configuration option _USE_NTFLAG. 98 Merged Tiny-FatFs as a configuration option. (_FS_TINY) 103 Added rewind option to f_readdir(). 131 Added a configuration option, _LFN_UNICODE. 138 Added a memory configuration option. (_USE_LFN = 3) 175 Changed option name _FS_SHARE to _FS_LOCK. 222 Changed option name _USE_ERASE to _USE_TRIM. 252 Added an option _USE_CHMOD. [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 27 Added a configuration option (_FS_MINIMUM). 34 Changed option _FS_MINIMUM to _FS_MINIMIZE. 65 Added a configuration option _USE_NTFLAG. 98 Merged Tiny-FatFs as a configuration option. (_FS_TINY) 103 Added rewind option to f_readdir(). 131 Added a configuration option, _LFN_UNICODE. 138 Added a memory configuration option. (_USE_LFN = 3) 175 Changed option name _FS_SHARE to _FS_LOCK. 222 Changed option name _USE_ERASE to _USE_TRIM. 252 Added an option _USE_CHMOD. [all …]
|
| /components/utilities/ |
| A D | Kconfig | 28 When the log level is less than this option and it will stop output. 49 When the log level is less than this option and it will stop output. 120 …output the asynchronous logs. The logs can output by other user thread when this option is disable. 143 … When enable this option then it will enable libc. The formater will change to vsnprint on libc. 218 If enable this option, the test cases will be run automatically when board boot up. 224 If enable this option, all selected modules' test cases will be run.
|
| /components/fal/ |
| A D | Kconfig | 17 If defined partition table on 'fal_cfg.h' please enable this option. 18 When this option is disable, it will auto find and load the partition table
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 20 - IPCP no/replace default route option, were added in the early stage of 53 2010-03-07 - rp_pppoe: Copy acName and pppd_pppoe_service after option parsing 232 2013-03-02 - pppd: Add master_detach option 235 Option for multilink support, we do not support multilink and this option 317 2014-02-18 - pppd: Add option "stop-bits" to set number of serial port stop bits. 347 2014-08-01 - radius: Fix realms-config-file option 353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing 359 2014-08-01 - pppd: Eliminate memory leak with multiple instances of a string option 391 2014-06-03 - pppd: add support for defaultroute-metric option
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 20 - IPCP no/replace default route option, were added in the early stage of 53 2010-03-07 - rp_pppoe: Copy acName and pppd_pppoe_service after option parsing 232 2013-03-02 - pppd: Add master_detach option 235 Option for multilink support, we do not support multilink and this option 317 2014-02-18 - pppd: Add option "stop-bits" to set number of serial port stop bits. 347 2014-08-01 - radius: Fix realms-config-file option 353 2014-08-01 - pppd: Eliminate potential integer overflow in option parsing 359 2014-08-01 - pppd: Eliminate memory leak with multiple instances of a string option 391 2014-06-03 - pppd: add support for defaultroute-metric option
|
| /components/utilities/ulog/syslog/ |
| A D | syslog.c | 44 void openlog(const char *ident, int option, int facility) in openlog() argument 62 local_option = option; in openlog()
|
| A D | syslog.h | 91 void openlog(const char *ident, int option, int facility);
|
| /components/libc/ |
| A D | Kconfig | 10 This option is not available for users to select.
|
| /components/utilities/rt-link/ |
| A D | Kconfig | 17 menu "rt link debug option"
|
| /components/net/lwip-dhcpd/ |
| A D | dhcp_server.c | 334 uint8_t option; in dhcpd_thread_entry() local 348 option = *dhcp_opt; in dhcpd_thread_entry() 351 switch (option) in dhcpd_thread_entry()
|
| A D | dhcp_server_raw.c | 129 static u8_t *dhcp_server_option_find(u8_t *buf, u16_t len, u8_t option); 287 dhcp_server_option_find(u8_t *buf, u16_t len, u8_t option) in dhcp_server_option_find() argument 292 if (*buf == option) in dhcp_server_option_find()
|
| /components/drivers/cputime/ |
| A D | Kconfig | 5 When enable this option, the BSP should provide a rt_clock_cputime_ops
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 14 * opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP 136 * dhcp.c: fixed bug #35151: DHCP asserts on incoming option lengths 1152 take option flags rather than specified option data 1205 Added option to limit loopback packets for each netifs. 1389 option) 1481 host sent a zero mss as TCP option. 1717 ipv6/icmp.h, opt.h: Integrate "task #7272 : LWIP_ICMP option". The new option 2015 new option LWIP_STATS_LARGE. If you need this option, define LWIP_STATS_LARGE to 1 in 2690 * mem.h, opt.h: Added MEM_LIBC_MALLOC option. 3079 malformed TCP option. [all …]
|
| A D | UPGRADING | 66 * Don't waste memory when chaining segments, added option TCP_OVERSIZE to 74 * Added an additional option LWIP_ETHERNET to support ethernet without ARP
|
| /components/lwp/terminal/ |
| A D | terminal.h | 214 #define tty_lock_assert(tp, option) \ argument 215 RT_ASSERT(((option) == (MA_OWNED | MA_NOTRECURSED)) && \
|
| /components/net/lwip/ |
| A D | Kconfig | 13 If don't select this option, both local version and upstream 14 version can be selected. If select this option, only local version 218 int "Enable SO_REUSEADDR option"
|
| /components/finsh/ |
| A D | Kconfig | 87 bool "command option completion enable"
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 111 * opt.h, ndc.h/.c: add support for RDNSS option (as per RFC 6106) 970 * opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP 2108 take option flags rather than specified option data 2161 Added option to limit loopback packets for each netifs. 2345 option) 2437 host sent a zero mss as TCP option. 2673 ipv6/icmp.h, opt.h: Integrate "task #7272 : LWIP_ICMP option". The new option 2971 new option LWIP_STATS_LARGE. If you need this option, define LWIP_STATS_LARGE to 1 in 3646 * mem.h, opt.h: Added MEM_LIBC_MALLOC option. 4035 malformed TCP option. [all …]
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 343 # should set this option to NO. 515 # and Mac users are advised to set this option to NO. 580 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting 596 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 597 # Note: This option applies only to the class list, not to the alphabetical 1048 # generated with the -Duse-libclang=ON option for CMake. 1446 # DISABLE_INDEX to YES when enabling this option. 1501 # to it using the MATHJAX_RELPATH option. 1560 # option. [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 352 # should set this option to NO. 524 # and Mac users are advised to set this option to NO. 589 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting 605 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 606 # Note: This option applies only to the class list, not to the alphabetical 1059 # generated with the -Duse-libclang=ON option for CMake. 1457 # DISABLE_INDEX to YES when enabling this option. 1512 # to it using the MATHJAX_RELPATH option. 1571 # option. [all …]
|
| A D | lwip.Doxyfile.cmake.in | 66 # option can be useful when feeding doxygen a huge amount of source files, where 352 # should set this option to NO. 524 # and Mac users are advised to set this option to NO. 589 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting 605 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 606 # Note: This option applies only to the class list, not to the alphabetical 1059 # generated with the -Duse-libclang=ON option for CMake. 1457 # DISABLE_INDEX to YES when enabling this option. 1512 # to it using the MATHJAX_RELPATH option. 1571 # option. [all …]
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 185 - Support IP_HDRINCL socket option 1223 * opt.h, icmp.c: Added option CHECKSUM_GEN_ICMP 2361 take option flags rather than specified option data 2414 Added option to limit loopback packets for each netifs. 2598 option) 2690 host sent a zero mss as TCP option. 2926 ipv6/icmp.h, opt.h: Integrate "task #7272 : LWIP_ICMP option". The new option 3224 new option LWIP_STATS_LARGE. If you need this option, define LWIP_STATS_LARGE to 1 in 3899 * mem.h, opt.h: Added MEM_LIBC_MALLOC option. 4288 malformed TCP option. [all …]
|
| /components/lwp/vdso/user/arch/risc-v/ |
| A D | SConstruct | 24 if '-mabi=' in line and 'option' not in line:
|
| /components/drivers/misc/ |
| A D | adc.c | 298 MSH_CMD_EXPORT(adc, adc [option]);
|