Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 34) sorted by relevance

12

/nrf52832-nimble/
H A Dproject.uvprojx338packages\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 Dproject.uvoptx744 <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 Drtconfig.h116 /* 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.config200 # 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 DKconfig16 default "packages"
/nrf52832-nimble/rt-thread/tools/
H A Dmenuconfig.py132 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 DINSTALL18 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 DREADME.md123 RT-Thread online packages
164 - 主页:https://github.com/RT-Thread-packages/nimble
H A D.travis.yml24 packages:
/nrf52832-nimble/rt-thread/
H A D.gitignore26 packages
H A DChangeLog.md128 * 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 DREADME.md62 …NG_NTP` 配置。启用该功能后,会自动开启 [netutils package](https://github.com/RT-Thread-packages/netutils) 的 NTP 功…
/nrf52832-nimble/rt-thread/components/drivers/can/
H A Dcan.c940 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 Dble_sync_cb.rst70 /* Initialize all packages. */
H A Dble_lp_clock.rst10 ``1`` so other packages can be configured if necessary. The next section
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/test/
H A Dtest_npl_sem.c140 * 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 Dcodes.h49 // packages can agree on. It doesn't preclude them defining
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/src/
H A Dbleuart.c193 * The main task for the project. This function initializes the packages,
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c276 * The main task for the project. This function initializes the packages,
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml28 Used by BSP packages to configure LP clock for controller.
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dbleprph.c290 * The main task for the project. This function initializes the packages,
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/src/
H A Dext_advertiser.c442 * 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 DPPPD_FOLLOWUP11 == Patch fetched from from pppd Debian packages ==
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A DPPPD_FOLLOWUP11 == Patch fetched from from pppd Debian packages ==
/nrf52832-nimble/rt-thread/components/net/freemodbus/
H A Dlgpl.txt21 specially designated software packages--typically libraries--of the

12