Searched refs:system (Results 1 – 25 of 42) sorted by relevance
12
| /components/dfs/ |
| A D | Kconfig | 1 menu "DFS: device virtual file system" 4 bool "DFS: device virtual file system" 8 The device file system is a light weight virtual file system. 21 bool "Using mount table for file system" 57 int "The maximal number of file system type" 173 bool "Enable ReadOnly file system on flash" 189 bool "Enable proc file system" 200 bool "Enable RAM file system" 206 bool "Enable TMP file system" 211 bool "Enable MQUEUE file system" [all …]
|
| /components/drivers/ipc/ |
| A D | Kconfig | 11 bool "Using system default workqueue" 16 int "The stack size for system workqueue thread" 20 int "The priority level of system workqueue thread"
|
| /components/mm/ |
| A D | Kconfig | 17 allocatable by page system is 2^(11 + ARCH_PAGE_BITS - 1) Bytes. 18 Large memory requirement can consume all system resource, and should 19 consider reserved memory instead to enhance system endurance. 34 During the system initialization phase, the kernel divides 36 the maximum number of regions supported by the system.
|
| /components/vbus/ |
| A D | Kconfig | 10 When enable remote file system, the application can visit the remote file system 37 The interrupt number used to notify the client on a particular system. 42 The interrupt be triggered on a particular system when the client notify the host.
|
| /components/libc/posix/ipc/ |
| A D | SConscript | 9 # src += Glob('system-v/*.c') 10 # inc += [cwd + '/system-v']
|
| /components/net/sal/ |
| A D | Kconfig | 34 Enable BSD socket operated by file system API 35 …Let BSD socket operated by file system API, such as read/write and involveed in select/poll POSIX …
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00readme.txt | 18 module is only a generic file system layer and it does not depend on any specific 20 control the storage device that attached to the target system.
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00readme.txt | 18 module is only a generic file system layer and it does not depend on any specific 20 control the storage device that attached to the target system.
|
| A D | 00history.txt | 48 Supported multiple drive system. 49 Changed some interfaces for multiple drive system. 249 Added support for exFAT file system. (_FS_EXFAT)
|
| /components/libc/compilers/common/ |
| A D | cstdlib.c | 52 int system(const char *command) in system() function 63 RTM_EXPORT(system);
|
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc_stat.c | 55 system_total = system_total + pcpu->cpu_stat.system; in seq_show() 66 dfs_seq_printf(seq, "%llu ",pcpu->cpu_stat.system);//system in seq_show()
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 5 The operating system emulation layer provides a common interface 6 between the lwIP code and the underlying operating system kernel. The 10 that does not rely on any underlying operating system. 167 If threads are supported by the underlying operating system and if 177 and the priority are system dependent. 183 critical regions. An embedded system which supports ISR-based drivers might 191 system. 198 an operating system. 248 This file must either include a system-local <errno.h> which defines
|
| A D | FILES | 6 sys_arch.txt - The documentation for a system abstraction layer of lwIP.
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | sys_arch.txt | 6 The operating system emulation layer provides a common interface 7 between the lwIP code and the underlying operating system kernel. The 11 that does not rely on any underlying operating system. 200 If threads are supported by the underlying operating system and if 210 and the priority are system dependent. 219 critical regions. An embedded system which supports ISR-based drivers might 227 system. 234 an operating system. 284 This file must either include a system-local <errno.h> which defines
|
| A D | FILES | 8 sys_arch.txt - The documentation for a system abstraction layer of lwIP.
|
| /components/drivers/usb/cherryusb/ |
| A D | idf_component.yml | 2 description: CherryUSB is a tiny and portable USB Stack (device & host) for embedded system with US…
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | README.md | 5 …th. Each instance is isolated to each other. And they don't share the id system. But generally spe…
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | FILES | 8 sys_arch.txt - The documentation for a system abstraction layer of lwIP.
|
| /components/dfs/dfs_v2/ |
| A D | SConscript | 15 # search in the file system implementation
|
| /components/dfs/dfs_v1/ |
| A D | SConscript | 26 # search in the file system implementation
|
| /components/drivers/usb/cherryusb/port/pusb2/ |
| A D | README.md | 50 …- 1. [Simulating as a USB flash drive on a standalone system](https://gitee.com/phytium_embedded/p… 51 …- 2. [Simulating as a virtual serial port on a standalone system](https://gitee.com/phytium_embedd…
|
| /components/fal/docs/ |
| A D | fal_api_en.md | 109 …evice according to the specified partition name, so as to mount the file system on the specified p… 122 …evice according to the specified partition name, so as to mount the file system on the specified p…
|
| /components/libc/cplusplus/ |
| A D | README.md | 6 Because RT-Thread RTOS is used in embedded system mostly, there are some rules for C++ applications:
|
| /components/libc/posix/ |
| A D | Kconfig | 4 bool "Enable POSIX file system and I/O"
|
| /components/finsh/ |
| A D | msh.c | 72 MSH_CMD_EXPORT_ALIAS(cmd_ps, ps, List threads in the system); 91 MSH_CMD_EXPORT_ALIAS(cmd_free, free, Show the memory usage in the system);
|
Completed in 23 milliseconds
12