MongooseESPWemosOled64x48/mos.yml

53 lines
1.7 KiB
YAML

author: Dirk Jahnke <dirk.jahnke@mailbox.org>
description: Test app for SSD1306 small display and epaper display
version: 1.0
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
arch: esp8266
# Optional. List of tags for online search.
tags:
- c
# List of files / directories with C sources. No slashes at the end of dir names.
sources:
- src
# List of dirs. Files from these dirs will be copied to the device filesystem
filesystem:
- fs
config_schema:
- ["i2c.enable", true]
- ["i2c.sda_gpio", 4]
- ["i2c.scl_gpio", 5]
# List of libraries used by this app, in order of initialisation
libs:
- origin: https://github.com/mongoose-os-libs/ca-bundle
- origin: https://github.com/mongoose-os-libs/i2c
- origin: https://github.com/mongoose-os-libs/spi
- origin: https://github.com/mongoose-os-libs/http-server
- origin: https://github.com/mongoose-os-libs/rpc-loopback
- origin: https://github.com/mongoose-os-libs/rpc-mqtt
- origin: https://github.com/mongoose-os-libs/rpc-service-config
- origin: https://github.com/mongoose-os-libs/rpc-service-fs
- origin: https://github.com/mongoose-os-libs/rpc-service-gpio
- origin: https://github.com/mongoose-os-libs/rpc-service-i2c
- origin: https://github.com/mongoose-os-libs/rpc-service-ota
- origin: https://github.com/mongoose-os-libs/rpc-uart
- origin: https://github.com/mongoose-os-libs/wifi
# - origin: https://gitea.pmpark.de/dirk/ssd1306dj
- origin: ../libs/ssd1306dj
# - name: ssd1306dj
- origin: https://github.com/mongoose-os-libs/mjs
build_vars:
MGOS_ENABLE_ARDUINO_API: 1
# Used by the mos tool to catch mos binaries incompatible with this file format
manifest_version: 2017-05-18