Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 228) sorted by relevance

12345678910

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dsetup.py12 package = "com.google.webp" variable
13 package_path = os.path.join(tmpdir, *package.split("."))
18 for d in package.split("."):
29 ext_package=package,
37 py_modules=[package + ".libwebp"],
/AliOS-Things-master/components/drivers/peripheral/spi/
A DREADME.md6 …n/close/ioctl)访问硬件SPI驱动对上层提供服务的接口。该组件初始化过程中,会根据hardware/chip/<chip_name>/package.yaml中定义的CONFIG_SP…
37 ├── package.yaml #编译和配置文件
50 CONFIG_SPI_NUM默认是在hardware/chip/<chip_name>/package.yaml中的**def_config**节点进行配置。
52 > 设备节点数量: 默认4个, 如需修改,在hardware/chip/<chip_name>/package.yaml中修改CONFIG_SPI_NUM配置
78 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
97 > spi组件的package.yaml中添加example
/AliOS-Things-master/components/drivers/peripheral/pwm/
A DREADME.md7 …/close/ioctl)访问PWM控制器驱动对上层提供服务的接口。该组件初始化过程中,会根据hardware/chip/<chip_name>/package.yaml中定义的CONFIG_PW…
36 ├── package.yaml
50 CONFIG_PWM_NUM默认是在hardware/chip/<chip_name>/package.yaml中的**def_config**节点进行配置。
53 > 设备节点数量: 默认4个, 如需修改,在hardware/chip/<chip_name>/package.yaml中修改CONFIG_PWM_NUM配置
86 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
109 在pwm组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/adc/tree/master/example):
/AliOS-Things-master/components/drivers/peripheral/watchdog/
A DREADME.md7 > 该组件初始化过程中,会根据hardware/chip/<chip_name>/package.yaml中定义的CONFIG_WDG_NUM来依此创建如下名称的设备节点:
31 └── package.yaml # WATCHDOG VFS驱动子系统的组件配置文件
41 > CONFIG_WDG_NUM默认是在hardware/chip/<chip_name>/package.yaml中的**define**节点进行配置。
43 > 设备节点数量: 默认1个, 如需修改,在hardware/chip/<chip_name>/package.yaml中修改CONFIG_WDG_NUM配置,一般来说一个产品只需要一个watchd…
92 > 如果芯片内部含有WATCHDOG控制器,则芯片厂在操作系统对接的时候已经将WATCHDOG组件添加在了芯片级别配置文件“hardware/chip/<chip_name>/package.yam…
117 在i2c组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/watchdog/tree/master/example):
/AliOS-Things-master/components/drivers/peripheral/adc/
A DREADME.md7 …/close/ioctl)访问ADC控制器驱动对上层提供服务的接口。该组件初始化过程中,会根据hardware/chip/<chip_name>/package.yaml中定义的CONFIG_AD…
30 |-- package.yaml #编译和配置文件
42 CONFIG_ADC_NUM默认是在hardware/chip/<chip_name>/package.yaml中的**def_config**节点进行配置。
44 > 设备节点数量: 默认4个, 如需修改,在hardware/chip/<chip_name>/package.yaml中修改CONFIG_ADC_NUM配置
77 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
100 在adc组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/adc/tree/master/example):
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dzlib.gpr8 package Compiler is
12 package Linker is
16 package Builder is
/AliOS-Things-master/components/a2sa/
A DREADME.md32 ├── package.yaml # 编译配置文件
49 系统中相关配置已有默认值,如需修改配置,统一在该组件的package.yaml中 **def_config** 节点修改,具体如下:
50 > 最多支持的声卡个数: 默认5, 如需修改,在package.yaml中修改AOS_SNDCARD_NUM_MAX配置
56 > 每个声卡最多支持的音频设备节点数,默认5,可按照实际需要修改package.yaml配置如:
84 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
112 在a2sa组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/a2sa/tree/master/example):
130 # 确认./hardware/chip/haas1000/package.yaml文件中第177行至179行是打开的状态。如下,
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfig.h.in48 /* Name of package */
51 /* Define to the address where bug reports for this package should be sent. */
54 /* Define to the full name of this package. */
57 /* Define to the full name and version of this package. */
60 /* Define to the one symbol short name of this package. */
63 /* Define to the home page for this package. */
66 /* Define to the version of this package. */
105 /* Version number of package */
/AliOS-Things-master/components/drivers/peripheral/timer/
A DREADME.md7 …close/ioctl)访问硬件Timer驱动对上层提供服务的接口。该组件初始化过程中,会根据hardware/chip/<chip_name>/package.yaml中定义的CONFIG_TI…
32 ├── package.yaml #编译和配置文件
44 CONFIG_TIMER_NUM默认是在hardware/chip/<chip_name>/package.yaml中的**define**节点进行配置。
46 > 设备节点数量: 默认4个, 如需修改,在hardware/chip/<chip_name>/package.yaml中修改CONFIG_TIMER_NUM配置
132 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
152 在timer组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/timer/tree/master/example):
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Dconfig.h.in72 /* Name of package */
75 /* Define to the address where bug reports for this package should be sent. */
78 /* Define to the full name of this package. */
81 /* Define to the full name and version of this package. */
84 /* Define to the one symbol short name of this package. */
87 /* Define to the home page for this package. */
90 /* Define to the version of this package. */
100 /* Version number of package */
/AliOS-Things-master/documentation/yaml/
A Dpackage.yaml_user_manual.md1 @page packageyaml_user_manual 构建配置 package.yaml
3 **[更正文档](https://gitee.com/alios-things/documentation/edit/rel_3.3.0/yaml/package.yaml_user_manual.…
5 package.yaml是组件的配置文件,采用yaml文本的方式,配置组件包含哪些源文件,头文件,宏,以及组件依赖关系等等,替代了传统的makefile文件。
9 …>package.yaml模板生成:<br />在aos**工作目录**下使用。 当用户想把一个源码目录快速变为一个aos组件时,将组件代码复制到aos内相应的组件目录下,然后使用这个命令,会在`…
16 | package.yaml | 必选 | 说明 |
31 …v1.0, >v1.0, ==v1.0, <=v1.0, <v1.0, !=v1.0等,并且需要用“”号括起来。<br />组件的版本请查询组件的package.yaml里面的version字段。…
189 - 编写package.yaml
191  在各个组件内部,将需要导出的h文件和预编译库添加到package.yaml的install部分。添加规则如下:<br />例如某个组件A的实际的文件列表如下:
194 ├── package.yaml
242 在`package.yaml`里面添加组件依赖,或者添加源文件,或者添加预编译库时,经常会使用条件。仅当条件满足时,才引入某个组件,或者添加某个文件,或者添加某个预编译库等等。
/AliOS-Things-master/documentation/aos-tools/
A Daos-tools_user_manual.md136 - `package.yaml`里面`name`字段
137 - 当被其他组件依赖时,在其他组件的`package.yaml`文件里的`depend`字段内容也会进行修改
142 - `package.yaml`里面`name`字段
161 在aos目录下使用,将package.yaml里面的version作为仓库分支,更新组件代码。
163 在aos工作目录下使用此命令可以格式化组件的`package.yaml`文件,并保存到组件相应的目录中。
184 …录快速变为一个 AliOS Things 组件时,可以使用这个命令。 执行以下命令会在`<dir>`目录下生成`package.yaml`文件模板,用户可根据需求再适当的调整修改`package.…
234 …ogram`的那个`package.yaml`文件里,加上`program_data_files`字段。比如要额外烧录haas1000组件里`release/write_flash_tool/ot…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Dconfig.h.in75 /* Name of package */
78 /* Define to the address where bug reports for this package should be sent. */
81 /* Define to the full name of this package. */
84 /* Define to the full name and version of this package. */
87 /* Define to the one symbol short name of this package. */
90 /* Define to the home page for this package. */
93 /* Define to the version of this package. */
103 /* Version number of package */
/AliOS-Things-master/components/SDL2/src/gfx/
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:
54 `./configure' to configure the package for your system.
59 2. Type `make' to compile the package.
204 package recognizes.
274 `config.sub' isn't included in this package, then this package doesn't
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
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:
54 `./configure' to configure the package for your system.
59 2. Type `make' to compile the package.
204 package recognizes.
274 `config.sub' isn't included in this package, then this package doesn't
[all …]
/AliOS-Things-master/components/drivers/peripheral/i2c/
A DREADME.md7 > 该组件初始化过程中,会根据hardware/chip/<chip_name>/package.yaml中定义的CONFIG_I2C_NUM来依此创建如下名称的设备节点:
31 └── package.yaml # I2C VFS驱动子系统的组件配置文件
42 > CONFIG_I2C_NUM默认是在hardware/chip/<chip_name>/package.yaml中的**define**节点进行配置。
44 > 设备节点数量: 默认4个, 如需修改,在hardware/chip/<chip_name>/package.yaml中修改CONFIG_I2C_NUM配置
141 > 如果芯片内部含有I2C控制器,则芯片厂在操作系统对接的时候已经将I2C组件添加在了芯片级别配置文件“hardware/chip/<chip_name>/package.yaml”中,此配置主要包…
166 在i2c组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/i2c/tree/master/example):
/AliOS-Things-master/components/epoll/
A DREADME.md28 ├── package.yaml # 编译文件
72 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对epoll组件的依赖:
73 > helloworld_demo组件的package.yaml中添加
93 在epoll组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/epoll/tree/master/example):
/AliOS-Things-master/solutions/haas_dev_demo/
A DREADME.md41 ├── package.yaml # 编译系统配置文件
46 * 在package.yaml 中增加py_engine及amp组件依赖
95 haas100将hardware/chip/haas1000/package.yaml文件中以下代码段的注释打开:
102 haas200将hardware/chip/rtl872xd/package.yaml文件中以下代码段的注释打开:
/AliOS-Things-master/components/uagent/
A DREADME.md29 └── package.yaml
63 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
65 > linkitsdk_dmeo solutions的package.yaml中添加依赖组件uagent组件
88 > uagent组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/uagent/tree/master/example):
/AliOS-Things-master/components/ramfs/
A DREADME.md19 ├── package.yaml # 编译配置文件
52 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
72 > ramfs组件的package.yaml中添加example
/AliOS-Things-master/components/cjson/
A DREADME.md18 ├── package.yaml # 编译配置文件
20 └── cjson_example.c # 示例代码(默认禁用,可在package.yaml中使能)
135 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
155 在cjson组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/cjson/tree/master/example):
/AliOS-Things-master/components/sensor/
A DREADME.md39 ├── package.yaml #编译配置文件
97 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
110 > solutions/helloworld_demo/package.yaml 配置信息 def_config 中添加要运行的 example 示例代码和 Sensor 设备驱动的宏。例如温湿度传…
164 > 2.1 solutions/helloworld_demo/package.yaml 配置信息 def_config 中添加要运行的 example 示例代码和 Sensor 设备驱动的宏。例如…
222 > solutions/linksdk_demo/package.yaml 依赖信息 depends 末尾添加 sensor 组件
303 > 3. components/sensor/package.yaml 中添加参与编译的源代码文件
/AliOS-Things-master/components/littlefs/
A DREADME.md28 ├── package.yaml # 编译配置文件
64 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
87 在littlefs组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/littlefs/tree/master/exampl…
/AliOS-Things-master/components/libc_stub/
A DREADME.md25 └── package.yaml # 编译配置文件
56 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
80 在libc_stub组件的package.yaml中添加[example示例代码](https://gitee.com/alios-things/libc_stub/tree/master/exam…
/AliOS-Things-master/components/drivers/peripheral/gpio/
A DREADME.md21 ├── package.yaml # 编译配置文件
23 └── gpio_example.c # 示例代码(默认禁用,可在package.yaml中使能)
127 案例下载完成后,需要在helloworld_demo组件的package.yaml中添加对组件的依赖:
149 gpio组件的package.yaml中添加example

Completed in 27 milliseconds

12345678910