-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos.yml
37 lines (29 loc) · 981 Bytes
/
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
author: mongoose-os
description: A demo Mongoose OS firmware for C/C++
version: 1.0
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
tags:
- c
sources:
- src
filesystem:
- fs
config_schema:
- ["i2c.enable", true]
libs:
# Defaults
- origin: https://github.com/mongoose-os-libs/boards
- 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-uart
- origin: https://github.com/mongoose-os-libs/wifi
# For mos call I2C.Scan
- origin: https://github.com/mongoose-os-libs/rpc-service-i2c
# Additions
- origin: https://github.com/mongoose-os-libs/arduino-adafruit-bme280
- origin: https://github.com/mongoose-os-libs/i2c
- origin: https://github.com/mongoose-os-libs/mqtt
# Used by the mos tool to catch mos binaries incompatible with this file format
manifest_version: 2017-05-18