Home
last modified time | relevance | path

Searched full:script (Results 1 – 25 of 185) sorted by relevance

12345678

/nrf52832-nimble/rt-thread/tools/
H A Dwizard.py29 wizard.py - a script to generate SConscript in RT-Thread RTOS.
33 SConscript script file of sub-directory.
38 SConscript_com = '''# RT-Thread building script for component
51 SConscript_bridge = '''# RT-Thread building script for bridge
H A Dkeil.py172 def MDK45Project(tree, target, script): argument
190 for group in script:
266 def MDK4Project(target, script): argument
269 MDK45Project(template_tree, target, script)
281 def MDK5Project(target, script): argument
285 MDK45Project(template_tree, target, script)
296 def MDKProject(target, script): argument
305 for group in script:
322 for group in script:
H A Dcdk.py54 def _CDKProject(tree, target, script): argument
72 for group in script:
125 def CDKProject(target, script): argument
128 _CDKProject(template_tree, target, script)
H A Dvs2012.py65 def VS2012_CreateFilter(script, project_path): argument
82 for group in script:
148 def VS2012Project(target, script, program): argument
162 VS2012_CreateFilter(script, project_path)
164 for group in script:
H A Dses.py43 script = env['project']
56 for group in script:
H A Dcodeblocks.py66 def CBProject(target, script, program): argument
86 for group in script:
H A Dvs.py75 def VSProject(target, script, program): argument
92 for group in script:
H A Diar.py78 def IARProject(target, script): argument
105 for group in script:
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL24 The `configure' shell script attempts to guess correct values for
28 definitions. Finally, it creates a shell script `config.status' that
100 the `configure' script does not know about. Run `./configure --help'
118 the `configure' script. `configure' automatically checks for the
285 you can create a site shell script called `config.site' that gives
289 `CONFIG_SITE' environment variable to the location of the site script.
290 A warning: not all `configure' scripts look for a site script.
295 Variables not defined in a site shell script can be set in the
304 overridden in the site shell script).
331 script, and exit.
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf91_common.ld1 /* Linker script for Nordic Semiconductor nRF91 devices
20 /* Linker script to place sections and symbol values. Should be used together
21 * with other linker script that defines memory regions FLASH and RAM.
H A Dnrf_common.ld1 /* Linker script for Nordic Semiconductor nRF devices
20 /* Linker script to place sections and symbol values. Should be used together
21 * with other linker script that defines memory regions FLASH and RAM.
H A Dnrf52_common.ld1 /* Deprecated linker script for Nordic Semiconductor nRF52 devices,
22 /* Linker script to place sections and symbol values. Should be used together
23 * with other linker script that defines memory regions FLASH and RAM.
H A Dnrf51_common.ld1 /* Deprecated linker script for Nordic Semiconductor nRF51 devices
22 /* Linker script to place sections and symbol values. Should be used together
23 * with other linker script that defines memory regions FLASH and RAM.
H A Dnrf51_xxaa.ld1 /* Linker script to configure memory regions. */
H A Dnrf51_xxab.ld1 /* Linker script to configure memory regions. */
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/emu/
H A Dcmdline.c355 /** Abort current script
369 /** run local file system's script
370 * script <filename>
406 MSG("Can't open host script file '%s' for read\n", name); in cmd_script()
427 { cmd_script, "script", "<file>", "run host script <file>" },
428 { cmd_abort, "abort", NULL, "abort from the running script" },
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/
H A Dhttpd-cgi.h8 * Web server script interface header file
68 * \param str The string name of the function, used in the script file
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dinstall-sh2 # install - install a program, script, or datafile
37 # Calling this script install-sh is preferred over install.sh, to prevent
41 # This script is compatible with the BSD install script, but was written
49 # Set DOITPROG to "echo" to test this script.
H A Dcompile24 # configuration script generated by Autoconf, you may include it under
248 right script to run: please start by reading the file 'INSTALL'.
340 # mode: shell-script
H A Ddepcomp23 # configuration script generated by Autoconf, you may include it under
249 # looking at the text of this script. This case will never be run,
291 # looking at the text of this script. This case will never be run,
561 # looking at the text of this script. This case will never be run,
766 # looking at the text of this script. This case will never be run,
784 # mode: shell-script
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dhttpd.h55 * Function pointer for a CGI script handler.
145 * HTML <script>...</script> section as a single include.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/devfs/
H A DSConscript1 # RT-Thread building script for component
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dipv6cp.c322 * run an ipcp-up/down script while one is already running.
1256 * Execute the ipv6-up script, like this:
1310 /* Execute the ipv6-down script */
1338 * ipv6cp_script_done - called when the ipv6-up or ipv6-down script
1364 * ipv6cp_script - Execute a script with arguments
1368 ipv6cp_script(script)
1369 char *script;
1378 argv[0] = script;
1387 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done,
/nrf52832-nimble/rt-thread/
H A DChangeLog.md66 * Addd uTest section in the link script of qemu-vexpress-a9/stm32f429-atk-apollo BSP for automatic …
103 * Modify the mkromfs.py script. Fix the corresponding C code generation When the romfs contains emp…
162 * Modify the building script to support Python 3; <Python 3 patches have been submitted to scons an…
231 * Add building script to detect the version of GCC & newlib;
232 * Add building script to detect the version of armcc;
236 * Fix some errors in building script under the Linux environment.
370 * scons building script will automatically add `_REENT_SMALL` macro when enable newlib nanao;
371 * Modify building script for Python 3.x and scons 3.0
654 * 加入C++基础支撑组件。C++组件依赖于RT_USING_LIBC库,当使用GCC编译器时请注意查看其中的说明文档并更改ld script
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dipv6cp.c322 * run an ipcp-up/down script while one is already running.
1256 * Execute the ipv6-up script, like this:
1310 /* Execute the ipv6-down script */
1338 * ipv6cp_script_done - called when the ipv6-up or ipv6-down script
1364 * ipv6cp_script - Execute a script with arguments
1368 ipv6cp_script(script)
1369 char *script;
1378 argv[0] = script;
1387 ipv6cp_script_pid = run_program(script, argv, 0, ipv6cp_script_done,

12345678