/nrf52832-nimble/ |
H A D | project.uvprojx | 338 …packages\NimBLE-latest;packages\NimBLE-latest\nimble\include;packages\NimBLE-latest\nimble\host\in… 693 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att.c</FilePath> 698 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att_clt.c</FilePath> 703 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att_cmd.c</FilePath> 708 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_att_svr.c</FilePath> 713 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_eddystone.c</FilePath> 718 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gap.c</FilePath> 723 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gattc.c</FilePath> 728 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gatts.c</FilePath> 733 <FilePath>packages\NimBLE-latest\nimble\host\src\ble_gatts_lcl.c</FilePath> [all …]
|
H A D | project.uvoptx | 744 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att.c</PathWithFileName> 756 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att_clt.c</PathWithFileName> 768 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att_cmd.c</PathWithFileName> 780 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_att_svr.c</PathWithFileName> 792 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_eddystone.c</PathWithFileName> 804 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gap.c</PathWithFileName> 816 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gattc.c</PathWithFileName> 828 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gatts.c</PathWithFileName> 840 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_gatts_lcl.c</PathWithFileName> 852 <PathWithFileName>packages\NimBLE-latest\nimble\host\src\ble_hs_adv.c</PathWithFileName> [all …]
|
H A D | rtconfig.h | 116 /* RT-Thread online packages */ 168 /* security packages */ 171 /* language packages */ 174 /* multimedia packages */ 177 /* tools packages */ 180 /* system packages */ 188 /* miscellaneous packages */ 194 /* Privated Packages of RealThread */
|
H A D | .config | 200 # RT-Thread online packages 246 CONFIG_PKG_NIMBLE_PATH="/packages/iot/NimBLE" 310 # security packages 317 # language packages 324 # multimedia packages 330 # tools packages 342 # system packages 386 # miscellaneous packages 411 # Privated Packages of RealThread
|
H A D | Kconfig | 16 default "packages"
|
/nrf52832-nimble/rt-thread/tools/ |
H A D | menuconfig.py | 132 os.mkdir(os.path.join(env_dir, 'packages')) 134 kconfig = open(os.path.join(env_dir, 'packages', 'Kconfig'), 'w') 137 if not os.path.exists(os.path.join(env_dir, 'packages', 'packages')): 139 …stem('git clone https://github.com/RT-Thread/packages.git %s' % os.path.join(env_dir, 'packages', … 141 shutil.rmtree(os.path.join(env_dir, 'packages', 'packages')) 144 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\".\n" 149 "* This error may cause the RT-Thread packages to not work properly.\n" 153 kconfig = open(os.path.join(env_dir, 'packages', 'Kconfig'), 'w') 154 kconfig.write('source "$PKGS_DIR/packages/Kconfig"') 159 … "* Run command error for \"git clone https://github.com/RT-Thread/packages.git\". \n" [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | INSTALL | 18 instructions specific to this package. Some packages provide this 21 necessarily a bug. More recommendations for GNU packages can be found 87 files again. In practice, not all packages have tested that 91 8. Some packages, particularly those that use Automake, provide `make 165 correct locations to `configure'; however, many packages provide one or 181 method, particularly noticeable in packages that use GNU Libtool. 199 Some packages pay attention to `--enable-FEATURE' options to 206 For packages that use the X Window System, `configure' can usually 211 Some packages offer the ability to configure how verbose the 212 execution of `make' will be. For these packages, running `./configure [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | README.md | 123 RT-Thread online packages 164 - 主页:https://github.com/RT-Thread-packages/nimble
|
H A D | .travis.yml | 24 packages:
|
/nrf52832-nimble/rt-thread/ |
H A D | .gitignore | 26 packages
|
H A D | ChangeLog.md | 128 * Remove gdbstub and move to rt-thread packages. 181 * Remove all of external codes, which will be moved to packages in the future. 460 * Enable packages, with ENV tool. 470 * put more IoT components as packages, for example, MQTT, CoAP, HTTP, TLS etc.
|
/nrf52832-nimble/rt-thread/components/drivers/rtc/ |
H A D | README.md | 62 …NG_NTP` 配置。启用该功能后,会自动开启 [netutils package](https://github.com/RT-Thread-packages/netutils) 的 NTP 功…
|
/nrf52832-nimble/rt-thread/components/drivers/can/ |
H A D | can.c | 940 rt_kprintf("\n Total.receive.packages: %010ld. Droped.receive.packages: %010ld.", in cmd_canstat() 942 rt_kprintf("\n Total..send...packages: %010ld. Droped...send..packages: %010ld.\n", in cmd_canstat()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_sync_cb.rst | 70 /* Initialize all packages. */
|
H A D | ble_lp_clock.rst | 10 ``1`` so other packages can be configured if necessary. The next section
|
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/ |
H A D | test_npl_sem.c | 140 * The main function for the application. This function initializes the system and packages,
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/port/ |
H A D | codes.h | 49 // packages can agree on. It doesn't preclude them defining
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/src/ |
H A D | bleuart.c | 193 * The main task for the project. This function initializes the packages,
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/ |
H A D | blecsc_sens.c | 276 * The main task for the project. This function initializes the packages,
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 28 Used by BSP packages to configure LP clock for controller.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/ |
H A D | bleprph.c | 290 * The main task for the project. This function initializes the packages,
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/ |
H A D | ext_advertiser.c | 442 * The main task for the project. This function initializes the packages,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 11 == Patch fetched from from pppd Debian packages ==
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 11 == Patch fetched from from pppd Debian packages ==
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/ |
H A D | lgpl.txt | 21 specially designated software packages--typically libraries--of the
|