package.yaml 1.8 KB
Newer Older
H
HonestQiao 已提交
1 2

## 第一部分: 基础信息
3
name: esp_s3_12k_kit                                      # <必选项> 包名称 (符合C语言变量命名规则),长度少于等于64字节
C
caiyan.cai 已提交
4
version: master                                   # <必选项> 组件版本号
5
description: NodeMCU-32S3 board configure.             # <必选项> 建议至少20字以上
H
HonestQiao 已提交
6 7 8 9 10 11 12 13 14 15 16
type: board                                        # <必选项> 组件类型,为:solution, chip, board, common

tag: 核心模块                                      # <可选项> 组件分类,缺省值: ''

## 第二部分:依赖信息
#           指定该组件依赖的组件及版本,版本支持条件比较,支持:>=v1.0, >v1.0, ==v1.0, <=v1.0, <v1.0, v1.0
#           未指定条件时,默认为 ==,如 v1.0 与 ==v1.0
# depends:                                 # <可选项> 该组件依赖其他的组件,合理的依赖才能保证组件能编译、使用
#   - minilibc: v7.2.0
#   - aos: >=v7.2.0
depends:
17
  - espressif_esp32: master
H
HonestQiao 已提交
18 19

board:
20 21 22 23
  chip_name: espressif_esp32

build_config:
  preconfig_script: yaml_copy.sh
H
HonestQiao 已提交
24 25

def_config:
26
  BOARD_NODEMCU32S3: 1
H
HonestQiao 已提交
27
  SYSINFO_MCU: "ESP32"
28
  SYSINFO_BOARD: "NODEMCU32S3"
H
HonestQiao 已提交
29 30 31 32 33 34 35 36
  # littlefs config
  CONFIG_LITTLEFS_CNT: 1 # lfs supports up to 2 partitions, please choose 1 or 2 here
  CONFIG_LFS_MOUNTPOINT: "" # the mount path of the lfs partition
  CONFIG_MAX_FILES: 10 # concurrently opened files num
  CONFIG_LFS_PROG_SIZE: 256
  CONFIG_LFS_PAGE_NUM_PER_BLOCK: 16
  LFS_CONFIG_DEBUG: 0
  LFS_CONFIG_TRACE: 0
G
guoliang.wgl 已提交
37
  MICROPY_PY_CHANNEL_ENABLE: 1
H
HonestQiao 已提交
38 39 40 41
# CONFIG_LFS_PROG_SIZE: 1024 # the mininal programable size, usually page size for nand and any size for nor
#  CONFIG_LFS_PAGE_NUM_PER_BLOCK: 4 # choose the right value for nand, and usually any value for nor
#  CONFIG_LFS_BLOCK_NUMS: 1198 # the total block count for lfs parition