Home
last modified time | relevance | path

Searched full:n (Results 1 – 25 of 1011) sorted by relevance

12345678910>>...41

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c26 "Overview\n"
27 "--------\n"
28 "This interface lets you select features and parameters for the build.\n"
29 "Features can either be built-in, modularized, or ignored. Parameters\n"
30 "must be entered in as decimal or hexadecimal numbers or text.\n"
31 "\n"
32 "Menu items beginning with following braces represent features that\n"
33 " [ ] can be built in or removed\n"
34 " < > can be built in, modularized or removed\n"
35 " { } can be built in or modularized (selected by other feature)\n"
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/tests/
H A Dzlib1.c70 "Red Hat eCos Public License v1.1\n"
71 "\n"
72 "\n"
73 "1. DEFINITIONS\n"
74 "\n"
75 "1.1. \"Contributor\" means each entity that creates or\n"
76 "contributes to the creation of Modifications.\n"
77 "\n"
78 "1.2. \"Contributor Version\" means the combination of the\n"
79 "Original Code, prior Modifications used by a\n"
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/
H A Dpts-l2cap.txt10 N/A test is disabled due to PICS setup
16 L2CAP/COS/CED/BV-01-C N/A
17 L2CAP/COS/CED/BV-03-C N/A
18 L2CAP/COS/CED/BV-04-C N/A
19 L2CAP/COS/CED/BV-05-C N/A
20 L2CAP/COS/CED/BV-07-C N/A
21 L2CAP/COS/CED/BV-08-C N/A
22 L2CAP/COS/CED/BV-09-C N/A
23 L2CAP/COS/CED/BV-10-C N/A
24 L2CAP/COS/CED/BV-11-C N/A
[all …]
H A Dpts-gap.txt10 N/A test is disabled due to PICS setup
15 TC_MOD_NDIS_BV_01_C N/A
16 TC_MOD_LDIS_BV_01_C N/A
17 TC_MOD_LDIS_BV_02_C N/A
18 TC_MOD_LDIS_BV_03_C N/A
19 TC_MOD_GDIS_BV_01_C N/A
20 TC_MOD_GDIS_BV_02_C N/A
21 TC_MOD_NCON_BV_01_C N/A
22 TC_MOD_CON_BV_01_C N/A
32 TC_BROB_BCST_BV_04_C N/A
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dhttpd_structs.h19 "HTTP/1.0 200 OK\r\n",
20 "HTTP/1.0 404 File not found\r\n",
21 "HTTP/1.0 400 Bad Request\r\n",
22 "HTTP/1.0 501 Not Implemented\r\n",
23 "HTTP/1.1 200 OK\r\n",
24 "HTTP/1.1 404 File not found\r\n",
25 "HTTP/1.1 400 Bad Request\r\n",
26 "HTTP/1.1 501 Not Implemented\r\n",
28 "Connection: Close\r\n",
29 "Connection: keep-alive\r\n",
[all …]
/nrf52832-nimble/rt-thread/libcpu/unicore32/sep6200/
H A Dcpu.c37 __asm__ volatile ("movc p0.c5, r1, #28\n" in cache_invalid()
38 "nop;nop;nop;nop;nop;nop;nop;nop;\n" in cache_invalid()
47 __asm__ volatile ( "movc r1, p0.c1, #0\n" in cache_enable()
48 "or r1, r1, #0xc\n" in cache_enable()
49 "movc p0.c1, r1, #0\n" in cache_enable()
50 "nop;nop;nop;nop;nop;nop;nop;nop;\n" in cache_enable()
58 __asm__ volatile ( "mov ip, #0\n" in clean_dcache()
59 "movc p0.c5, ip, #10\n" in clean_dcache()
60 "nop; nop; nop; nop; nop; nop; nop; nop\n" in clean_dcache()
70 __asm__ volatile ( "movc %0, p0.c1, #0\n" in icache_status()
[all …]
/nrf52832-nimble/rt-thread/components/net/
H A DKconfig7 default n
35 default n
62 default n
84 default n
98 default n
144 default n
148 default n
153 default n
157 default n
209 default n
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.c19 "Help windows\n"
20 "------------\n"
21 "o Global help: Unless in a data entry window, pressing <F1> will give \n"
22 " you the global help window, which you are just reading.\n"
23 "\n"
24 "o A short version of the global help is available by pressing <F3>.\n"
25 "\n"
26 "o Local help: To get help related to the current menu entry, use any\n"
27 " of <?> <h>, or if in a data entry window then press <F1>.\n"
28 "\n"
[all …]
/nrf52832-nimble/rt-thread/components/drivers/
H A DKconfig27 default n
37 default n
41 default n
69 default n
83 default n
87 default n
91 default n
95 default n
100 default n
105 default n
[all …]
/nrf52832-nimble/rt-thread/examples/libc/
H A Dprintf.c53 (void) printf("\"\n"); in intchk()
65 (void) printf("\"\n"); in fltchk()
74 printf("%s\n\n", "# vim:syntax=off:"); in printf_test()
96 printf("#%.4x %4x#\n", 4, 88); in printf_test()
97 printf("#%4x#\n",4); in printf_test()
98 printf("#%#22.8x#\n",1234567); in printf_test()
100 printf("#%+2i#\n",18); in printf_test()
101 printf("#%i#\n",18); in printf_test()
102 printf("#%llu#\n",4294967297ULL); in printf_test()
103 printf("#%#x#\n",44444); in printf_test()
[all …]
H A Dfile.c14 const char* text = "this is a test string\n";
23 printf("open failed\n"); in libc_fstat()
28 printf("begin: %d\n", lseek(fd, 0, SEEK_SET)); in libc_fstat()
29 printf("end: %d\n", lseek(fd, 0, SEEK_END)); in libc_fstat()
31 printf("fstat result: %d\n", fstat(fd, &s)); in libc_fstat()
43 printf("open failed\n"); in libc_lseek()
48 printf("begin: %d\n", lseek(fd, 0, SEEK_SET)); in libc_lseek()
49 printf("end: %d\n", lseek(fd, 0, SEEK_END)); in libc_lseek()
65 const char outstr[] = "hello world!\n"; in libc_fseek()
79 fprintf(stderr, "cannot generate name for temporary file: %s\n", in libc_fseek()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dstats.c66 LWIP_PLATFORM_DIAG(("\n%s\n\t", name)); in stats_display_proto()
67 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", proto->xmit)); in stats_display_proto()
68 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", proto->recv)); in stats_display_proto()
69 LWIP_PLATFORM_DIAG(("fw: %"STAT_COUNTER_F"\n\t", proto->fw)); in stats_display_proto()
70 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", proto->drop)); in stats_display_proto()
71 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", proto->chkerr)); in stats_display_proto()
72 LWIP_PLATFORM_DIAG(("lenerr: %"STAT_COUNTER_F"\n\t", proto->lenerr)); in stats_display_proto()
73 LWIP_PLATFORM_DIAG(("memerr: %"STAT_COUNTER_F"\n\t", proto->memerr)); in stats_display_proto()
74 LWIP_PLATFORM_DIAG(("rterr: %"STAT_COUNTER_F"\n\t", proto->rterr)); in stats_display_proto()
75 LWIP_PLATFORM_DIAG(("proterr: %"STAT_COUNTER_F"\n\t", proto->proterr)); in stats_display_proto()
[all …]
/nrf52832-nimble/rt-thread/components/finsh/
H A Dfinsh_vm.c142 rt_kprintf("addb\n"); in finsh_disassemble()
147 rt_kprintf("subb\n"); in finsh_disassemble()
152 rt_kprintf("divb\n"); in finsh_disassemble()
157 rt_kprintf("modb\n"); in finsh_disassemble()
162 rt_kprintf("mulb\n"); in finsh_disassemble()
167 rt_kprintf("andb\n"); in finsh_disassemble()
172 rt_kprintf("orb\n"); in finsh_disassemble()
177 rt_kprintf("xorb\n"); in finsh_disassemble()
182 rt_kprintf("bwb\n"); in finsh_disassemble()
187 rt_kprintf("shlb\n"); in finsh_disassemble()
[all …]
/nrf52832-nimble/rt-thread/examples/test/
H A Drbb_test.c54 rt_kprintf("Put block data finish.\n"); in put_thread()
76 rt_kprintf("Error: get data (times %d) has an error!\n", get_count); in get_thread()
86 rt_kprintf("Get block data finish.\n"); in get_thread()
87 rt_kprintf("\n====================== rbb dynamic test finish =====================\n"); in get_thread()
99 rt_kprintf("\n====================== rbb create test =====================\n"); in rbb_test()
103 rt_kprintf("6 blocks in 52 bytes ring block buffer object create success.\n"); in rbb_test()
107 rt_kprintf("Test error: 6 blocks in 52 bytes ring block buffer object create failed.\n"); in rbb_test()
110 rt_kprintf("\n====================== rbb alloc test =====================\n"); in rbb_test()
115 rt_kprintf("Block1 (2 bytes) allocate success.\n"); in rbb_test()
119 rt_kprintf("Test error: block1 (2 bytes) allocate failed.\n"); in rbb_test()
[all …]
H A Ddhry_1.c92 printf ("\n"); in dhry_test()
93 printf ("Dhrystone Benchmark, Version 2.1 (Language: C)\n"); in dhry_test()
94 printf ("\n"); in dhry_test()
97 printf ("Program compiled with 'register' attribute\n"); in dhry_test()
98 printf ("\n"); in dhry_test()
102 printf ("Program compiled without 'register' attribute\n"); in dhry_test()
103 printf ("\n"); in dhry_test()
108 printf ("%d\n", Number_Of_Runs); in dhry_test()
110 printf ("\n"); in dhry_test()
112 printf ("Execution starts, %d runs through Dhrystone\n", Number_Of_Runs); in dhry_test()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dstats.c66 LWIP_PLATFORM_DIAG(("\n%s\n\t", name)); in stats_display_proto()
67 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", proto->xmit)); in stats_display_proto()
68 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", proto->recv)); in stats_display_proto()
69 LWIP_PLATFORM_DIAG(("fw: %"STAT_COUNTER_F"\n\t", proto->fw)); in stats_display_proto()
70 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", proto->drop)); in stats_display_proto()
71 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", proto->chkerr)); in stats_display_proto()
72 LWIP_PLATFORM_DIAG(("lenerr: %"STAT_COUNTER_F"\n\t", proto->lenerr)); in stats_display_proto()
73 LWIP_PLATFORM_DIAG(("memerr: %"STAT_COUNTER_F"\n\t", proto->memerr)); in stats_display_proto()
74 LWIP_PLATFORM_DIAG(("rterr: %"STAT_COUNTER_F"\n\t", proto->rterr)); in stats_display_proto()
75 LWIP_PLATFORM_DIAG(("proterr: %"STAT_COUNTER_F"\n\t", proto->proterr)); in stats_display_proto()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dstats.c74 LWIP_PLATFORM_DIAG(("\n%s\n\t", name)); in stats_display_proto()
75 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", proto->xmit)); in stats_display_proto()
76 LWIP_PLATFORM_DIAG(("recv: %"STAT_COUNTER_F"\n\t", proto->recv)); in stats_display_proto()
77 LWIP_PLATFORM_DIAG(("fw: %"STAT_COUNTER_F"\n\t", proto->fw)); in stats_display_proto()
78 LWIP_PLATFORM_DIAG(("drop: %"STAT_COUNTER_F"\n\t", proto->drop)); in stats_display_proto()
79 LWIP_PLATFORM_DIAG(("chkerr: %"STAT_COUNTER_F"\n\t", proto->chkerr)); in stats_display_proto()
80 LWIP_PLATFORM_DIAG(("lenerr: %"STAT_COUNTER_F"\n\t", proto->lenerr)); in stats_display_proto()
81 LWIP_PLATFORM_DIAG(("memerr: %"STAT_COUNTER_F"\n\t", proto->memerr)); in stats_display_proto()
82 LWIP_PLATFORM_DIAG(("rterr: %"STAT_COUNTER_F"\n\t", proto->rterr)); in stats_display_proto()
83 LWIP_PLATFORM_DIAG(("proterr: %"STAT_COUNTER_F"\n\t", proto->proterr)); in stats_display_proto()
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/xburst/
H A Dcache.c36 "la %0, 1f\n\t" \
37 "or %0, %0, %1\n\t" \
38 "jr %0\n\t" \
39 "nop\n\t" \
40 "1: nop\n" \
49 "nop;nop;nop;nop;nop;nop;nop\n\t" \
50 "la %0, 1f\n\t" \
51 "jr %0\n\t" \
52 "nop\n\t" \
53 "1: nop\n" \
[all …]
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/
H A Dmips_excpt.c88 rt_kprintf("tlb modification exception\n"); in mod_handler()
89 rt_kprintf("exception happens, epc: 0x%08x\n", read_c0_epc()); in mod_handler()
90 rt_kprintf(" cause: 0x%08x\n", read_c0_cause()); in mod_handler()
94 printf("-----------------------------------------------------\n"); in mod_handler()
95 printf("BACKTRACE:\n"); in mod_handler()
97 printf("-----------------------------------------------------\n"); in mod_handler()
104 rt_kprintf("tlb exception: load\n"); in tlbl_handler()
105 rt_kprintf("exception happens, epc: 0x%08x\n", read_c0_epc()); in tlbl_handler()
106 rt_kprintf(" cause: 0x%08x\n", read_c0_cause()); in tlbl_handler()
110 printf("-----------------------------------------------------\n"); in tlbl_handler()
[all …]
H A Dx1000_intc.h32 #define INTC_ISR(n) (INTC_BASE + 0x00 + (n) * 0x20) argument
33 #define INTC_IMR(n) (INTC_BASE + 0x04 + (n) * 0x20) argument
34 #define INTC_IMSR(n) (INTC_BASE + 0x08 + (n) * 0x20) argument
35 #define INTC_IMCR(n) (INTC_BASE + 0x0c + (n) * 0x20) argument
36 #define INTC_IPR(n) (INTC_BASE + 0x10 + (n) * 0x20) argument
38 #define REG_INTC_ISR(n) REG32(INTC_ISR((n))) argument
39 #define REG_INTC_IMR(n) REG32(INTC_IMR((n))) argument
40 #define REG_INTC_IMSR(n) REG32(INTC_IMSR((n))) argument
41 #define REG_INTC_IMCR(n) REG32(INTC_IMCR((n))) argument
42 #define REG_INTC_IPR(n) REG32(INTC_IPR((n))) argument
[all …]
H A Dcache.c41 "la %0, 1f\n\t" \
42 "or %0, %0, %1\n\t" \
43 "jr %0\n\t" \
44 "nop\n\t" \
45 "1: nop\n" \
54 "nop;nop;nop;nop;nop;nop;nop\n\t" \
55 "la %0, 1f\n\t" \
56 "jr %0\n\t" \
57 "nop\n\t" \
58 "1: nop\n" \
[all …]
H A Dx1000_otg_dwc.h49 #define GDEIP_TXF(n) (OTG_BASE + (0x104 + ((n-1) * 0x4))) argument
68 #define REG_GDIEP_TXF(n) REG32(GDEIP_TXF(n)) argument
71 #define EP_FIFO(n) (OTG_BASE + (n+1)*0x1000) // FiX ME argument
72 #define REG_EP_FIFO(n) REG32(EP_FIFO(n)) argument
95 #define DIEP_CTL(n) (OTG_BASE + (0x900 + (n)*0x20)) argument
96 #define DOEP_CTL(n) (OTG_BASE + (0xb00 + (n)*0x20)) argument
98 #define DIEP_INT(n) (OTG_BASE + (0x908 + (n)*0x20)) argument
99 #define DOEP_INT(n) (OTG_BASE + (0xb08 + (n)*0x20)) argument
101 #define DIEP_SIZE(n) (OTG_BASE + (0x910 + (n)*0x20)) argument
102 #define DOEP_SIZE(n) (OTG_BASE + (0xb10 + (n)*0x20)) argument
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Ddebug.c48 JFFS2_ERROR("REF_PRISTINE node at 0x%08x had %d frags. Tell dwmw2.\n", in __jffs2_dbg_fragtree_paranoia_check_nolock()
61 "in the same page. Tell dwmw2.\n", ref_offset(fn->raw)); in __jffs2_dbg_fragtree_paranoia_check_nolock()
68 "non-hole frag in the same page. Tell dwmw2.\n", in __jffs2_dbg_fragtree_paranoia_check_nolock()
76 JFFS2_ERROR("fragtree is corrupted.\n"); in __jffs2_dbg_fragtree_paranoia_check_nolock()
99 JFFS2_WARNING("read %d bytes failed or short. ret %d, retlen %zd.\n", in __jffs2_dbg_prewrite_paranoia_check()
112 "already there. The first corrupted byte is at %#08x offset.\n", ofs, ofs + i); in __jffs2_dbg_prewrite_paranoia_check()
147 JFFS2_ERROR("node_ref %#08x shouldn't be in block at %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock()
161 "last_node is at %#08x (mem %p).\n", in __jffs2_dbg_acct_paranoia_check_nolock()
170 JFFS2_ERROR("Calculated used size %#08x != stored used size %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock()
176 JFFS2_ERROR("Calculated unchecked size %#08x != stored unchecked size %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/conf/
H A Dconf.c54 printf("\n%s\n", str_get(&help)); in print_help()
78 printf(_("aborted!\n\n")); in check_stdin()
80 printf(_("Run 'make oldconfig' to update configuration.\n\n")); in check_stdin()
92 line[0] = '\n'; in conf_askvalue()
96 printf("%s\n", def); in conf_askvalue()
97 line[0] = '\n'; in conf_askvalue()
106 printf("%s\n", def); in conf_askvalue()
115 printf("\n"); in conf_askvalue()
125 printf("%s\n", def); in conf_askvalue()
148 case '\n': in conf_string()
[all …]
/nrf52832-nimble/rt-thread/tools/
H A Dmenuconfig.py39 rtconfig.write('#ifndef RT_CONFIG_H__\n')
40 rtconfig.write('#define RT_CONFIG_H__\n\n')
45 line = line.lstrip(' ').replace('\n', '').replace('\r', '')
54 rtconfig.write('\n')
62 rtconfig.write('/*%s */\n' % line)
76 rtconfig.write('#define %s\n' % setting[0])
78 rtconfig.write('#define %s %s\n' % (setting[0], setting[1]))
81 rtconfig.write('#include "rtconfig_project.h"\n')
83 rtconfig.write('\n')
84 rtconfig.write('#endif\n')
[all …]

12345678910>>...41