Home
last modified time | relevance | path

Searched full:package (Results 1 – 25 of 84) sorted by relevance

1234

/nrf52832-nimble/rt-thread/tools/
H A Dpackage.py2 # File : package.py
25 # this script is used to build group with package.json instead of SConscript
29 def ExtendPackageVar(package, var): argument
31 if var not in package:
34 for item in package[var]:
39 def BuildPackage(package): argument
41 f = open(package)
44 # get package.json path
45 cwd = os.path.dirname(package)
47 package = json.loads(package_json)
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DINSTALL16 configure, build, and install this package. The following
18 instructions specific to this package. Some packages provide this
20 below. The lack of an optional feature in a given package is not
26 those values to create a `Makefile' in each directory of the package.
39 If you need to do unusual things to compile the package, please try
51 The simplest way to compile this package is:
53 1. `cd' to the directory containing the package's source code and type
54 `./configure' to configure the package for your system.
59 2. Type `make' to compile the package.
62 the package, generally using the just-built uninstalled binaries.
[all …]
H A DREADME1 This package contains the kconfig frontends and parser.
3 Kconfig is the configuration language used by the Linux kernel. This package
8 This package does *not* take any change to the parser or frontends. Such
10 will eventually find their way is this package at the next sync:
15 autostuff-based package, I may have done mistakes here and there...
H A Daclocal.m421 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
188 [Package requirements ($2) were not met:
754 # your package does certain things. But this isn't really a big deal.
762 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
765 # The call with PACKAGE and VERSION arguments is the old style
766 # call (pre autoconf-2.50), which is being phased out. PACKAGE
800 # Define the identity of the package.
806 AC_SUBST([PACKAGE], [$1])dnl subst
813 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
814 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl subst
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/
H A Dconfig.h.in54 /* Name of package */
55 #undef PACKAGE
57 /* Define to the address where bug reports for this package should be sent. */
60 /* Define to the full name of this package. */
63 /* Define to the full name and version of this package. */
66 /* Define to the one symbol short name of this package. */
69 /* Define to the home page for this package. */
72 /* Define to the version of this package. */
78 /* Version number of package */
/nrf52832-nimble/rt-thread/documentation/doxygen/
H A Dhardware.h6 * @defgroup bsp Hardware Related Package
8 * @brief Hardware Related Package includes board support package(BSP) and CSP(Chip
9 * Support Package).
11 * Board Support Package(BSP) is the hardware related wrapper, for example, peripherals
15 * Chip Support Package (CSP) is a software set that contains chip specific software.
/nrf52832-nimble/packages/NimBLE-latest/nimble/transport/
H A Dsyscfg.yml24 adding dependency to NimBLE controller package explicitly.
27 description: Enables EM SPI HCI transport package
30 description: Enables RAM HCI transport package
33 description: Enables socket HCI transport package
36 description: Enables UART HCI transport package
H A Dpkg.yml21 pkg.description: Meta-package for NimBLE HCI transport
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/cdl/
H A Dcompress_zlib.cdl51 display "Zlib compress and decompress package"
53 This package provides support for compression and
107 display "Zlib compress and decompress package build options"
111 Package specific build options including control over
112 compiler flags used only in building this package,
122 building this package. These flags are used in addition
133 building this package. These flags are removed from
144 building this package. These flags are used in addition
155 building this package. These flags are removed from
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/scripts/
H A Dmissing112 echo "The '$1' program is part of the GNU Automake package:"
120 echo "The '$1' program is part of the GNU Autoconf package:"
168 echo "You may want to install the GNU Bison package:"
173 echo "You may want to install the Fast Lexical Analyzer package:"
179 echo "You may want to install the GNU Help2man package:"
185 echo "You might want to install the Texinfo package:"
196 echo "this package. You may also peek at any GNU archive site, in"
197 echo "case some other package contains this missing '$1' program."
/nrf52832-nimble/nordic/nrfx/
H A DREADME.md9 For the user's convenience, the drivers come with the MDK package. This package
37 nrfx documentation is available in the `doc\html` folder of the release package.
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.c.patch23 bindtextdomain(PACKAGE, LOCALEDIR);
24 bind_textdomain_codeset(PACKAGE, "UTF-8");
26 //add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DCMakeLists.txt8 # Package generation
18 # Target for package generation
/nrf52832-nimble/rt-thread/components/vbus/
H A Dvbus.h45 /* Number of bytes in current data package. */
106 /** Push a data package into the receive queue of the channel @chnr. */
109 /** Pop a data package from the receive queue of the channel @chnr.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dzlib.352 http://www.javasoft.com/products/JDK/1.1/docs/api/Package-java.util.zip.html
78 An experimental package to read and write files in .zip format,
H A DREADME41 http://java.sun.com/j2se/1.4.2/docs/api/java/util/zip/package-summary.html
55 An experimental package to read and write files in .zip format, written on top
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/.autostuff/m4/
H A Dltoptions.m4126 # Declare package support for building win32 dll's.
170 [p=${PACKAGE-default}
224 [p=${PACKAGE-default}
278 [p=${PACKAGE-default}
386 [lt_p=${PACKAGE-default}
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dlkc.h28 #ifndef PACKAGE
29 #define PACKAGE "linux" macro
/nrf52832-nimble/rt-thread/
H A DChangeLog.md63 * Fix the link issue when enable cmBacktrace package in stm32f4xx-HAL BSP; (xeonxu)
124 …ions in MC/SDIO driver framework (for stm32, you can choose a separate stm32_sdio package); (weety)
229 * ENV added the China mirror for software package, which can speed up the software package download…
263 …hange the registration mechanism of USB Class Driver and Class Driver can be registered in package.
275 * Rewriting the hifive1 board level support package for the risc-v architecture;
348 * Move UI engine component as a standalone package;
400 * Enable package feature in Linux/MacOS host
486 ## Board Support Package:
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/
H A Dpkg.yml41 # No need to build files from this package
/nrf52832-nimble/rt-thread/components/CMSIS/
H A DREADME.txt21 Any user of the software package is bound to the terms and conditions of the end user license agree…
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/
H A DChangeLog127 * cdl/compress_zlib.cdl : Displayed package name was wrong.
134 package.
/nrf52832-nimble/rt-thread/components/drivers/rtc/
H A DREADME.md62 在 menuconfig 中启用 `RTC_SYNC_USING_NTP` 配置。启用该功能后,会自动开启 [netutils package](https://github.com/RT-Thre…
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_hs.h260 /* XXX: These need to go away. Instead, the nimble host package should
332 * configure the host package in the meantime.
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/util/src/
H A Daddr.c31 * is in the controller package. A host-only device ought to be able to in ble_hs_util_load_rand_addr()

1234