nuttx-apps/nshlib
chao an 8ad39537dd nshlib: move g_builtin_prompt from data to rodata
1. move g_builtin_prompt from data to rodata
2. add g_ prefix to some global variables

Signed-off-by: chao an <anchao@lixiang.com>
2024-09-05 09:49:44 +08:00
..
CMakeLists.txt nshlib/prompt: extend NSH prompt string management 2024-02-25 00:55:47 -08:00
Kconfig apps/nshlib: Never disable HELP and ? 2024-04-06 13:34:56 +08:00
Make.defs
Makefile nshlib/prompt: extend NSH prompt string management 2024-02-25 00:55:47 -08:00
nsh_alias.c
nsh_altconsole.c feat(nsh): input (stdin) redirection 2024-08-08 19:19:18 -03:00
nsh_builtin.c feat(nsh): input (stdin) redirection 2024-08-08 19:19:18 -03:00
nsh_codeccmd.c
nsh_command.c nshlib: move g_builtin_prompt from data to rodata 2024-09-05 09:49:44 +08:00
nsh_console.c feat(nsh): add console read 2024-08-08 19:19:18 -03:00
nsh_console.h feat(nsh): add console read 2024-08-08 19:19:18 -03:00
nsh_consolemain.c
nsh_dbgcmds.c
nsh_ddcmd.c nshlib/ddcmd:Fixed NSH_CMDOPT_DD_STATS output format warning in 64-bit environment 2024-08-07 15:04:39 +08:00
nsh_envcmds.c
nsh_fileapps.c nsh_fileapp: handle input redirection 2024-08-08 19:19:18 -03:00
nsh_fscmds.c nshlib: Optimize the size of the recursive stack 2024-08-16 19:48:18 +08:00
nsh_fsutils.c
nsh_init.c nshlib/prompt: extend NSH prompt string management 2024-02-25 00:55:47 -08:00
nsh_login.c
nsh_mmcmds.c nsh_mmcmds: support "memdump -h/help" to show usage and sequence number 2024-01-06 04:34:27 -08:00
nsh_mntcmds.c
nsh_modcmds.c
nsh_netcmds.c netutils/netlib: Encapsulate the dhcp configuration network code and modify at all calling locations 2024-08-23 22:10:04 +08:00
nsh_parse.c greenhills: fix the variable unused warning 2024-08-20 02:50:13 +08:00
nsh_passwdcmds.c
nsh_printf.c
nsh_proccmds.c
nsh_prompt.c nshlib/prompt: extend NSH prompt string management 2024-02-25 00:55:47 -08:00
nsh_routecmds.c netlib/setroute: fix dhcpd stack-overflow when calls netlib_set_dripv4addr with debug info-level 2024-08-26 01:54:46 +08:00
nsh_script.c nshlib: move g_builtin_prompt from data to rodata 2024-09-05 09:49:44 +08:00
nsh_session.c nshlib/prompt: extend NSH prompt string management 2024-02-25 00:55:47 -08:00
nsh_syscmds.c add include to handle when PM_NDOMAINS from pm.h 2024-05-18 22:08:14 +08:00
nsh_system.c
nsh_telnetd.c
nsh_telnetlogin.c
nsh_test.c
nsh_timcmds.c feat(nsh): input (stdin) redirection 2024-08-08 19:19:18 -03:00
nsh_usbconsole.c
nsh_usbtrace.c
nsh_vars.c
nsh.h nsh_fileapp: handle input redirection 2024-08-08 19:19:18 -03:00
rc.sysinit.template
rcS.template