-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos.yml
41 lines (35 loc) · 1.27 KB
/
mos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
author: mongoose-os
description: A default Mongoose OS firmware
# arch: PLATFORM
version: 1.0
skeleton_version: 2017-05-18
tags:
- js
- c
sources:
- src
filesystem:
- fs
config_schema:
- ["i2c.enable", true]
- ["i2c.sda_gpio", 23]
- ["i2c.scl_gpio", 22]
- ["mqtt.server", "iot.eclipse.org:1883"]
libs:
# common mgos libs
- origin: https://github.com/mongoose-os-libs/http-server
- 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/rklueber/arduino-adafruit-ssd1306
- origin: https://github.com/mongoose-os-libs/aws
- origin: https://github.com/mongoose-os-libs/mjs