/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/src/ |
H A D | npl_shell.c | 38 int shell_register(const char *module_name, const struct shell_cmd *commands) in shell_register() argument 47 shell_modules[num_of_shell_entities].commands = commands; in shell_register() 81 for (i = 0; shell_module->commands[i].sc_cmd; i++) in print_module_commands() 83 console_printf("%-30s", shell_module->commands[i].sc_cmd); in print_module_commands() 84 if (shell_module->commands[i].help && in print_module_commands() 85 shell_module->commands[i].help->summary) in print_module_commands() 87 console_printf("%s", shell_module->commands[i].help->summary); in print_module_commands() 250 for (i = 0; shell_module->commands[i].sc_cmd; i++) in get_cb() 252 if (!strcmp(command, shell_module->commands[i].sc_cmd)) in get_cb() 254 return shell_module->commands[i].sc_cmd_func; in get_cb() [all …]
|
/nrf52832-nimble/rt-thread/components/net/at/ |
H A D | Kconfig | 1 menu "AT commands" 4 bool "Enable AT commands" 14 bool "Enable AT commands server" 28 prompt "The commands new line sign" 30 This end mark can used for AT server determine the end of commands , 49 bool "Enable AT commands client" 70 bool "Enable CLI(Command-Line Interface) for AT commands"
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/utils/ |
H A D | kconfig-tweak.in | 14 commands: 32 commands can be repeated multiple times
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_api.rst | 6 be run simultaneously. You can run btshell on a board and issue commands that make it behave as a c… 9 …s a new application that uses shell subsystem introduced in Mynewt 1.1 and has updated commands and 10 parameters names. Thanks to support for tab completion commands names are more descriptive and self… 37 The below ``set`` commands can be used to change the address configuration:
|
H A D | btshell_GATT.rst | 8 Available commands
|
H A D | btshell_GAP.rst | 34 Available commands
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/ |
H A D | npl_shell.h | 45 const struct shell_cmd *commands; member
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | Kconfig | 22 bool "Using symbol table for commands"
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 63 Provisioning is done using the BlueZ meshctl utility. In this example, we'll use meshctl commands t…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | savannah.txt | 47 VCS commands are allowed.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/ |
H A D | savannah.txt | 47 VCS commands are allowed.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | COPYING | 120 c) If the modified program normally reads commands interactively 338 The hypothetical commands `show w' and `show c' should show the appropriate 339 parts of the General Public License. Of course, the commands you use may
|
H A D | INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 144 By default, `make install' installs the package's commands under
|
H A D | configure | 19208 Configuration commands: 20320 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 20321 $as_echo "$as_me: executing $ac_file commands" >&6;}
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | gpl.txt | 103 c) If the modified program normally reads commands interactively 321 The hypothetical commands `show w' and `show c' should show the appropriate 322 parts of the General Public License. Of course, the commands you use may
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 103 c) If the modified program normally reads commands interactively 320 The hypothetical commands `show w' and `show c' should show the appropriate 321 parts of the General Public License. Of course, the commands you use may
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | lwip.Doxyfile | 231 # This tag can be used to specify a number of aliases that act as commands in 300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 623 # list. This list is created by putting \todo commands in the documentation. 629 # list. This list is created by putting \test commands in the documentation. 635 # list. This list is created by putting \bug commands in the documentation. 641 # the deprecated list. This list is created by putting \deprecated commands in 748 # markup commands wrongly. 899 # searched for input files to be used with the \include or \dontinclude commands 1145 # footer and what special commands can be used inside the footer. See also 1182 # files will be copied as-is; there are no commands or markers available. [all …]
|
H A D | lwip.Doxyfile.cmake.in | 231 # This tag can be used to specify a number of aliases that act as commands in 300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 623 # list. This list is created by putting \todo commands in the documentation. 629 # list. This list is created by putting \test commands in the documentation. 635 # list. This list is created by putting \bug commands in the documentation. 641 # the deprecated list. This list is created by putting \deprecated commands in 748 # markup commands wrongly. 899 # searched for input files to be used with the \include or \dontinclude commands 1145 # footer and what special commands can be used inside the footer. See also 1182 # files will be copied as-is; there are no commands or markers available. [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/doxygen/ |
H A D | lwip.Doxyfile | 231 # This tag can be used to specify a number of aliases that act as commands in 300 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 614 # list. This list is created by putting \todo commands in the documentation. 620 # list. This list is created by putting \test commands in the documentation. 626 # list. This list is created by putting \bug commands in the documentation. 632 # the deprecated list. This list is created by putting \deprecated commands in 739 # markup commands wrongly. 888 # searched for input files to be used with the \include or \dontinclude commands 1134 # footer and what special commands can be used inside the footer. See also 1171 # files will be copied as-is; there are no commands or markers available. [all …]
|
/nrf52832-nimble/ |
H A D | .config | 182 # AT commands
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_hs/ |
H A D | ble_hs_return_codes.rst | 92 "commands.\n"); 97 "random commands.\n");
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | Doxyfile | 200 # as commands in the documentation. An alias has the form "name=value". 510 # commands in the documentation. 516 # commands in the documentation. 522 # commands in the documentation. 528 # \deprecated commands in the documentation. 624 # don't exist or using markup commands wrongly. 740 # commands irrespective of the value of the RECURSIVE tag. 916 # the files will be copied as-is; there are no commands or markers available.
|
/nrf52832-nimble/rt-thread/ |
H A D | ChangeLog.md | 126 * Improve WLAN management framework with unified interfaces, management, commands, to provide more … 511 * Split the exported commands of finsh shell to a standalone section: ".rodata.name"
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | libtool.m4 | 141 # It is okay to use these file commands and assume they have been set 193 # commands through without removal of \ escapes INIT. 525 dnl expand the accumulated commands and init code now: 719 # commands through without removal of \ escapes. 1541 # Determine commands to create old-style static archives. 6078 [The commands to extract the exported symbol list from a shared archive]) 6193 [The commands to list exported symbols]) 6406 # archiving commands below assume that GNU ld is being used.
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | ltmain.sh | 4062 $ECHO " - have your system administrator run these commands:$admincmds"
|