/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | CMakeLists.txt | 4 SET(CMAKE_CXX_FLAGS_VGL "-O0 -g") 5 SET(CMAKE_C_FLAGS_VGL "-O0 -g") 7 SET(CMAKE_C_FLAGS_GCOV "-g -O0 -Wall -fprofile-arcs -ftest-coverage") 8 SET(CMAKE_CXX_FLAGS_GCOV "-g -O0 -Wall -fprofile-arcs -ftest-coverage") 13 SET(CMAKE_CXX_FLAGS "-fPIC -Wall -Werror -g -rdynamic") 14 SET(CMAKE_C_FLAGS "-fPIC -Wall -Werror -g -rdynamic") 16 …ed-qualifiers -Wmissing-parameter-type -Woverride-init -Wtype-limits -Wuninitialized -g -rdynamic") 17 …ed-qualifiers -Wmissing-parameter-type -Woverride-init -Wtype-limits -Wuninitialized -g -rdynamic")
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/tpg/ |
H A D | 94654-20170317-085122560.tpg | 4 MA9F,FJO2P^3:4_]04%-0T%9=^XCMWKF"L$[)%)G>_I 0Q?@:H)&1HX)7VY&. 9 M^G*CZ8!#KXH7096+O4QZ6O<)Y-4PO:<0N*]7B9PRW"'X3YL(Z^S%XUB5@[F_ 19 MUYZX#+:1G:V5BE&TGHK]<N.^GDWRF%EQIU^G$*K#YOS0P=X<DJ^=O2$:V::\ 22 MAIE9A<NX;^965G^IIA-2QKVO\TZZK("PEB\(Q=7%#</<JX7X3&6.GP41]*8L 27 MSO#(?)&QE;>+4[O%?G[S[L"<B<&$DE6: Z&6J=*%J]0=\*/]\+$_F9!R$\4@ 30 MAY^ (+Y+V8GD:B</')R,'%225'-E,!4W[\60BHNOAZ$,/R>'!S H%G*;=[-\ 31 M 0+QQ3;G\H21FY_P4-)38+ =K,/38[24B[6W\(N-L/(9[/_LY.X/OLZ%S;A> 33 M'G.5D/)=H)R"J6R470%+AO24DHF5L -2OV(60>3Z]/#0\HE4<(V%GXBM% 0- 34 M3X-@G;H%E[2$DL$P-?W&"JI0-EV0AUP(\>] XIW!BI6DO7I9T33VE._FJ(*_ 38 M[(80V,)1T>^'[@;!KIZ5T4.RQW)2M,X;#;8LTO_GV8V[OD6F@JNK JO G$2Q [all …]
|
/nrf52832-nimble/rt-thread/components/drivers/rtc/ |
H A D | rtc.c | 35 * @param rt_uint32_t year e.g: 2012. 36 * @param rt_uint32_t month e.g: 12 (1~12). 37 * @param rt_uint32_t day e.g: 31. 85 * @param rt_uint32_t hour e.g: 0~23. 86 * @param rt_uint32_t minute e.g: 0~59. 87 * @param rt_uint32_t second e.g: 0~59. 186 FINSH_FUNCTION_EXPORT(set_date, set date. e.g: set_date(2010,2,28)) 187 FINSH_FUNCTION_EXPORT(set_time, set time. e.g: set_time(23,59,59)) 246 rt_kprintf("e.g: date 2018 01 01 23 59 59 or date\n"); in date()
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/smtp/ |
H A D | makestrings | 17 $datan =~ s/\\r/\r/g; 18 $datan =~ s/\\n/\n/g; 19 $datan =~ s/\\01/\01/g; 20 $datan =~ s/\\0/\0/g;
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webserver/ |
H A D | makestrings | 17 $datan =~ s/\\r/\r/g; 18 $datan =~ s/\\n/\n/g; 19 $datan =~ s/\\01/\01/g; 20 $datan =~ s/\\0/\0/g;
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/webclient/ |
H A D | makestrings | 17 $datan =~ s/\\r/\r/g; 18 $datan =~ s/\\n/\n/g; 19 $datan =~ s/\\01/\01/g; 20 $datan =~ s/\\0/\0/g;
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/ |
H A D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local 191 e = iv[4]; f = iv[5]; g = iv[6]; h = iv[7]; in compress() 196 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 198 h = g; g = f; f = e; e = d + t1; in compress() 209 t1 += h + Sigma1(e) + Ch(e, f, g) + k256[i]; in compress() 211 h = g; g = f; f = e; e = d + t1; in compress() 216 iv[4] += e; iv[5] += f; iv[6] += g; iv[7] += h; in compress()
|
H A D | ecc_dsa.c | 120 EccPoint_mult(p, curve->G, k2[!carry], 0, num_n_bits + 1, curve); in uECC_sign_with_k() 243 /* Calculate sum = G + Q. */ in uECC_verify() 246 uECC_vli_set(tx, curve->G, num_words); in uECC_verify() 247 uECC_vli_set(ty, curve->G + num_words, num_words); in uECC_verify() 253 /* Use Shamir's trick to calculate u1*G + u2*Q */ in uECC_verify() 255 points[1] = curve->G; in uECC_verify()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | ylwrap | 48 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g' \ 49 -e 's/__*/_/g' 61 | sed -e 's|[][\\.*]|\\&|g' 126 # A sed program to s/FROM/TO/g for all the FROM/TO so that, for 151 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;" 152 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;" 199 target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
|
/nrf52832-nimble/rt-thread/components/drivers/sensors/ |
H A D | bmi055_sensor.h | 86 /**< Address of low-g Interrupt delay time Register */ 88 /**< Address of low-g Interrupt threshold Register */ 92 /**< Address of high-g Interrupt delay time Register */ 94 /**< Address of high-g Interrupt threshold Register */ 96 /**< Address of high-g Interrupt 5 Register */ 102 /**< Address of high-g Interrupt 8 Register */ 104 /**< Address of high-g Interrupt 9 Register */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | arch.h | 167 * (e.g. INT_MAX). 189 * e.g. "conversion from 'u8_t' to 'void *' of greater size" 197 * You can declare your own version here e.g. to enforce alignment without adding 200 * e.g. if you use gcc and need 32 bit alignment:\n 211 * multiple of MEM_ALIGNMENT (e.g. LWIP_MEM_ALIGN_SIZE(3) and 220 * start (e.g. if buffer is u8_t[] and actual data will be u32_t*)
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | mips_def.h | 424 * C P U R E G I S T E R D E F I N I T I O N S * 431 * S O F T W A R E G P R N A M E S * 481 * H A R D W A R E G P R N A M E S * 541 * H A R D W A R E G P R I N D I C E S * 586 * S O F T W A R E G P R M A S K S * 627 * C P 0 R E G I S T E R D E F I N I T I O N S * 650 * I N D E X R E G I S T E R ( 0 ) * 676 * R A N D O M R E G I S T E R ( 1 ) * 699 * E N T R Y L O 0 R E G I S T E R ( 2 ) * 705 * | Fill (0) //| 0 | PFN | C |D|V|G| EntryLo0 [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | altcp_tls.h | 59 * ALTCP_TLS configuration handle, content depends on port (e.g. mbedtls) 88 * Create new ALTCP_TLS layer wrapping an existing pcb as inner connection (e.g. TLS over TCP) 107 * Real type depends on port (e.g. mbedtls)
|
H A D | arch.h | 177 * (e.g. INT_MAX, SSIZE_MAX). 249 * e.g. "conversion from 'u8_t' to 'void *' of greater size" 262 * You can declare your own version here e.g. to enforce alignment without adding 265 * e.g. if you use gcc and need 32 bit alignment:\n 275 * multiple of MEM_ALIGNMENT (e.g. LWIP_MEM_ALIGN_SIZE(3) and 284 * start (e.g. if buffer is u8_t[] and actual data will be u32_t*)
|
H A D | pbuf.h | 90 /** Includes spare room for transport layer header, e.g. UDP header. 104 * headers (e.g. 802.11). 123 /** 4 bits are reserved for 16 allocation sources (e.g. heap, pool1, pool2, etc) 127 * This information can be used to keep some spare RX buffers e.g. for 165 Don't use this for TX, if the pool becomes empty e.g. because of TCP queuing,
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | configure | 24 alias -g '${1+"$@"}'='"$@"' 116 # Unset variables that we do not need and which cause bugs (e.g. in 168 alias -g '\${1+\"\$@\"}'='\"\$@\"' 336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 562 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" 565 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" 993 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1019 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 1038 -gas | --gas | --ga | --g) 1232 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/ |
H A D | libtool.m4 | 264 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' 267 double_quote_subst='s/\([["`\\]]\)/\\\1/g' 271 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 274 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' 277 no_glob_subst='s/\*/\\\*/g' 2259 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" 2262 eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" 2265 eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" 2266 eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" 2269 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | snmp_agent.txt | 34 doen't have a route table and doesn't have a notion of the U,G,H flags. 36 acting as a single gateway interface (G) for the default route. 178 These trees are updated by e.g. the etharp code
|
/nrf52832-nimble/rt-thread/examples/test/ |
H A D | rtc_test.c | 72 FINSH_FUNCTION_EXPORT(rtc_test, rtc drive test. e.g: rtc_test()); 73 MSH_CMD_EXPORT(rtc_test, rtc drive test. e.g: rtc_test());
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | altcp.c | 19 * e.g. add SSL/TLS (see LWIP_ALTCP_TLS) or proxy-connect support to an application 26 * on top of TCP without knowing the details (e.g. TLS, proxy connection). 47 * allocator object and a corresponding state (e.g. for TLS, the corresponding 61 * callback function and a corresponding state, e.g.:\code{.c} 73 * or server connections (e.g. certificates and private keys). 75 * It is not defined by lwIP itself but by the TLS port (e.g. altcp_tls to mbedTLS
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/doxygen/ |
H A D | main_page.h | 83 * on other platforms (e.g. unix / windows etc.). However, due to limitations 159 * mainloop. Ensure lwIP is _NEVER_ called from an interrupt, e.g. 172 * Again, ensure lwIP is _NEVER_ called from an interrupt, e.g. 250 your runtime environment (e.g. timers). 290 This is the hardware link state; e.g. whether cable is plugged for wired 394 E.g. when using the cs8900 driver, call cs8900if_service(ethif)
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 119 based on what kind of features the local node shoule have. E.g. 146 stored to flash. E.g. the default value of 4 means that the 267 terminated. The value is in units of 100 milliseconds, so e.g. 277 milliseconds, so e.g. a value of 300 means 3 seconds. 487 updated in persistent storage (i.e. flash). E.g. a value of 100
|
/nrf52832-nimble/ |
H A D | rtconfig.py | 77 CFLAGS += ' -g -O0' 78 AFLAGS += ' -g'
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | Makefile | 4 CXX := ccache $(CROSS_COMPILE)g++ 62 -g \
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | configure | 134 LDSHARED=${LDSHARED-"cc -dy -KPIC -G"};; 137 LDSHARED=${LDSHARED-"cc -G"};; 147 LDSHARED=${LDSHARED-"cc -G"};; 151 LDSHARED=${LDSHARED-"cc -G"};; 155 LDSHARED=${LDSHARED-"cc -G"};; 159 LDSHARED=${LDSHARED-"xlc -G"};;
|