/nrf52832-nimble/rt-thread/examples/test/ |
H A D | dhry.h | 7 * Version: C, Version 2.1 22 * Original Version (in Ada) published in 27 * In this C version, the following C library functions are used: 50 * manufacturer and version, compilation switches, OS version. 51 * The Operating System version may give an indication about the 59 * History: This version C/2.1 has been made for two reasons: 61 * 1) There is an obvious need for a common C version of 65 * There should be, as far as possible, only one C version of 68 * by Rick Richardson (Version 1.1) and by Reinhold Weicker 75 * This C version has been developed in cooperation with [all …]
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | gcc.py | 8 # the Free Software Foundation; either version 2 of the License, or 9 # (at your option) any later version. 22 # 2018-05-22 Bernard The first version 49 version = 'unknown' 52 if CheckHeader(rtconfig, '_newlib_version.h'): # get version from _newlib_version.h file 57 version = re.search(r'\"([^"]+)\"', line).groups()[0] 59 elif CheckHeader(rtconfig, 'newlib.h'): # get version from newlib.h 64 version = re.search(r'\"([^"]+)\"', line).groups()[0] 66 return version 103 version = None [all …]
|
/nrf52832-nimble/rt-thread/documentation/ |
H A D | roadmap-2.1.0.md | 1 # The Roadmap of RT-Thread v2.1.0 version # 3 …version of RT-Thread v2.0.0 has been released. The next version should be a small version, not alw… 7 …east, it's faster in China. (When it's ready, we maybe setup a local IDE version.) It's in alpha p… 13 …nt planning point is to release RT-Thread v2.1.0 alpha version on the end of Q1 2015. This version…
|
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/ |
H A D | sdio.h | 8 * 2012-01-15 weety first version 29 #define SDIO_CCCR_REV_1_00 0 /* CCCR/FBR Version 1.00 */ 30 #define SDIO_CCCR_REV_1_10 1 /* CCCR/FBR Version 1.10 */ 31 #define SDIO_CCCR_REV_1_20 2 /* CCCR/FBR Version 1.20 */ 32 #define SDIO_CCCR_REV_3_00 3 /* CCCR/FBR Version 2.00 */ 34 #define SDIO_SDIO_REV_1_00 0 /* SDIO Spec Version 1.00 */ 35 #define SDIO_SDIO_REV_1_10 1 /* SDIO Spec Version 1.10 */ 36 #define SDIO_SDIO_REV_1_20 2 /* SDIO Spec Version 1.20 */ 37 #define SDIO_SDIO_REV_2_00 3 /* SDIO Spec Version 2.00 */ 41 #define SDIO_SD_REV_1_01 0 /* SD Physical Spec Version 1.01 */ [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | dfs_posix.c | 8 * 2009-05-27 Yi.qiu The first version 23 * this function is a POSIX compliant version, which will open a file and 66 * this function is a POSIX compliant version, which will close the open 103 * this function is a POSIX compliant version, which will read specified data 148 * this function is a POSIX compliant version, which will write specified data 192 * this function is a POSIX compliant version, which will seek the offset for 258 * this function is a POSIX compliant version, which will rename old file name 285 * this function is a POSIX compliant version, which will unlink (remove) a 310 * this function is a POSIX compliant version, which will get file information. 334 * this function is a POSIX compliant version, which will get file status. [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/ |
H A D | missing | 11 # the Free Software Foundation; either version 2, or (at your option) 12 # any later version. 54 -v, --version output version information and exit 60 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and 67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version) 86 # Also exit now if we it failed (or wasn't found), and '--version' was 89 case $2 in --version|--help) exit $st;; esac 91 # Exit code 63 means version mismatch. This often happens when the user 92 # tries to use an ancient version of a tool on a file that requires a 93 # minimum version. [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/ |
H A D | ksync.sh | 19 # Save current version 20 k_cset_old=$( head -n 1 .version |awk '{ print $(2); }' ) 22 # Get the kernel version 33 # Get the kconfig-frontends version 34 kf_version="$( tail -n 1 .version )" 36 # Store the new version 42 >.version
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 2 Version 2.1, February 1999 9 [This is the first released version of the Lesser GPL. It also counts 10 as the successor of the GNU Library Public License, version 2, hence 11 the version number 2.1.] 55 that what they have is not the original version, so that the original 63 any patent license obtained for a version of the library must be 107 that program using a modified version of the Library. 214 that they refer to the ordinary GNU General Public License, version 2, 215 instead of to this License. (If a newer version than version 2 of the 217 that version instead if you wish.) Do not make any other change in [all …]
|
H A D | gpl.txt | 2 Version 2, June 1991 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software 298 the Free Software Foundation; either version 2 of the License, or 299 (at your option) any later version. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_startup.c | 6 * to you under the Apache License, Version 2.0 (the 78 /* For now we are interested only in HCI Version */ in ble_hs_startup_read_local_ver_tx() 219 uint8_t version; in ble_hs_startup_le_set_evmask_tx() local 223 version = ble_hs_hci_get_hci_version(); in ble_hs_startup_le_set_evmask_tx() 237 if (version >= BLE_HCI_VER_BCS_4_1) { in ble_hs_startup_le_set_evmask_tx() 244 if (version >= BLE_HCI_VER_BCS_4_2) { in ble_hs_startup_le_set_evmask_tx() 254 if (version >= BLE_HCI_VER_BCS_5_0) { in ble_hs_startup_le_set_evmask_tx() 282 uint8_t version; in ble_hs_startup_set_evmask_tx() local 285 version = ble_hs_hci_get_hci_version(); in ble_hs_startup_set_evmask_tx() 304 if (version >= BLE_HCI_VER_BCS_4_1) { in ble_hs_startup_set_evmask_tx() [all …]
|
H A D | ble_ibeacon.c | 6 * to you under the Apache License, Version 2.0 (the 30 * @param major The major version number to include in 32 * @param minor The minor version number to include in 59 /** Version number. */ in ble_ibeacon_set_adv_data()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | COPYING | 5 > Also note that the only valid version of the GPL as far as the kernel 6 > is concerned is _this_ particular version of the license (ie v2, not 14 other version of the GPL, unless otherwise stated. 19 Version 2, June 1991 256 be similar in spirit to the present version, but may differ in detail to 259 Each version is given a distinguishing version number. If the Program 260 specifies a version number of this License which applies to it and "any 261 later version", you have the option of following the terms and conditions 262 either of that version or of any later version published by the Free 263 Software Foundation. If the Program does not specify a version number of [all …]
|
H A D | aclocal.m4 | 19 You have another version of autoconf. It may work, but is not guaranteed to. 31 dnl the Free Software Foundation; either version 2 of the License, or 32 dnl (at your option) any later version. 50 dnl PKG_PREREQ(MIN-VERSION) 54 dnl Verify that the version of the pkg-config macros are at least 55 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's 56 dnl installed version of pkg-config, this checks the developer's version 63 dnl See the "Since" comment for each macro you use to see what version 68 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) 71 dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | init.h | 47 * @defgroup lwip_version Version 52 /** X.x.x: Major version of the stack */ 54 /** x.X.x: Minor version of the stack */ 72 /* Some helper defines to get a version string */ 83 /** Provides the version of the stack */ 86 /** Provides the version of the stack as string */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | init.h | 47 * @defgroup lwip_version Version 52 /** X.x.x: Major version of the stack */ 54 /** x.X.x: Minor version of the stack */ 72 /* Some helper defines to get a version string */ 83 /** Provides the version of the stack */ 86 /** Provides the version of the stack as string */
|
H A D | init.h.cmake.in | 47 * @defgroup lwip_version Version 52 /** X.x.x: Major version of the stack */ 54 /** x.X.x: Minor version of the stack */ 72 /* Some helper defines to get a version string */ 83 /** Provides the version of the stack */ 86 /** Provides the version of the stack as string */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | readinode.c | 2 * JFFS2 -- Journalling Flash File System, Version 2. 50 * order of increasing version. 64 version are together, it's all fine. */ in jffs2_add_tn_to_tree() 65 if (tn->version < this->version) in jffs2_add_tn_to_tree() 166 fd->version = je32_to_cpu(rd->version); in read_direntry() 171 if(fd->version > *mctime_ver) { in read_direntry() 172 *mctime_ver = fd->version; in read_direntry() 347 tn->version = je32_to_cpu(rd->version); in read_dnode() 359 ref_offset(ref), je32_to_cpu(rd->version), je32_to_cpu(rd->offset), je32_to_cpu(rd->dsize)); in read_dnode() 422 with this ino, returning the former in order of version */ [all …]
|
H A D | write.c | 2 * JFFS2 -- Journalling Flash File System, Version 2. 52 ri->version = cpu_to_je32(f->highest_version); in jffs2_do_new_inode() 110 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version)) { in jffs2_write_dnode() 113 "highest version %d -> updating dnode\n", in jffs2_write_dnode() 114 je32_to_cpu(ri->version), f->highest_version)); in jffs2_write_dnode() 115 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_dnode() 250 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent() 264 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version)) { in jffs2_write_dirent() 267 "highest version %d -> updating dirent\n", in jffs2_write_dirent() 268 je32_to_cpu(rd->version), f->highest_version)); in jffs2_write_dirent() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | zlib.3 | 15 This version of the library supports only one compression method (deflation) 43 Changes to this version are documented in the file 122 web site to verify that you have the latest version of 125 obtain the latest version and see if the problem still exists. 134 or (for the Windows DLL version) to Gilles Vollant ([email protected]). 136 Version 1.2.3
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ |
H A D | conf.py | 26 # If your documentation needs a minimal Sphinx version, state it here. 51 … 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and th… 54 # The version info for the project you're documenting, acts as replacement for 55 # |version| and |release|, also used in various other places throughout the 58 # The short X.Y version. 59 version = u'1.0' variable 60 # The full version, including alpha/beta/rc tags.
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | .travis.yml | 5 # to you under the Apache License, Version 2.0 (the 107 - go version 115 - newt version 116 - gcc --version 117 - if [ "${TEST}" != "TEST_ALL" ]; then arm-none-eabi-gcc --version; fi
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/ |
H A D | COPYING | 2 Version 2, June 1991 239 be similar in spirit to the present version, but may differ in detail to 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software 298 the Free Software Foundation; either version 2 of the License, or 299 (at your option) any later version. [all …]
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | symbol.c | 8 * 2010-03-22 Bernard first version 18 long version(void); 39 {"version", version},
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/ |
H A D | jffs2.h | 2 * JFFS2 -- Journalling Flash File System, Version 2. 108 jint32_t version; member 132 jint32_t version; /* Version number. */ member 176 jint32_t version; member 200 jint32_t version; /* Version number. */ member
|
/nrf52832-nimble/rt-thread/libcpu/unicore32/sep6200/ |
H A D | serial.h | 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 22 * 2006-03-13 Bernard first version 23 * 2009-04-20 yi.qiu modified according bernard's stm32 version
|