Initial commit
This commit is contained in:
46
mos.yml
Normal file
46
mos.yml
Normal file
@@ -0,0 +1,46 @@
|
||||
version: "1.0"
|
||||
arch: esp8266
|
||||
author: mongoose-os
|
||||
description: NeoPixel app to control model railroad house lightnings
|
||||
mongoose_os_version: ${mos_version}
|
||||
sources:
|
||||
- src
|
||||
filesystem:
|
||||
- fs
|
||||
extra_files: []
|
||||
ffi_symbols: []
|
||||
libs:
|
||||
# common mgos libs
|
||||
- origin: https://github.com/mongoose-os-libs/http-server
|
||||
- origin: https://github.com/mongoose-os-libs/i2c
|
||||
- origin: https://github.com/mongoose-os-libs/ota-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/spi
|
||||
- origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash
|
||||
|
||||
# libs necessary for the current app
|
||||
- origin: https://github.com/mongoose-os-libs/aws
|
||||
- origin: https://github.com/mongoose-os-libs/mjs
|
||||
config_schema:
|
||||
- ["i2c.enable", true]
|
||||
build_vars:
|
||||
MGOS_ENABLE_ONEWIRE: 1
|
||||
cflags: []
|
||||
cxxflags: []
|
||||
cdefs: {}
|
||||
tags:
|
||||
- c
|
||||
libs_version: ${mos_version}
|
||||
modules_version: ${mos_version}
|
||||
conds: []
|
||||
manifest_version: ""
|
||||
skeleton_version: 2017-05-18
|
||||
deps: []
|
||||
libs_handled: []
|
||||
Reference in New Issue
Block a user