Local build works, remote build needs to be added
This commit is contained in:
56
mos.yml
Normal file
56
mos.yml
Normal file
@@ -0,0 +1,56 @@
|
||||
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}
|
||||
|
||||
# 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://github.com/mongoose-os-libs/arduino-compat
|
||||
# - origin: https://github.com/mongoose-os-libs/arduino-wire
|
||||
# - origin: https://github.com/mongoose-os-libs/arduino-spi
|
||||
# - origin: https://github.com/mongoose-os-libs/arduino-adafruit-gfx
|
||||
# - 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
|
||||
Reference in New Issue
Block a user