-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmos.yml
33 lines (25 loc) · 827 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
author: Pim van Pelt <[email protected]>
description: A Mongoose OS Fingerprint demo
version: 1.0
platform: esp32
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
tags:
- c
# List of files / directories with C sources. No slashes at the end of dir names.
sources:
- src
includes:
- include
config_schema:
- ["app", "o", {title: "APP settings"}]
- ["app.enroll_gpio", "i", {title: "GPIO for Enroll button"}]
- ["app.enroll_gpio", 39]
- ["app.erase_gpio", "i", {title: "GPIO for Enroll button"}]
- ["app.erase_gpio", 37]
# List of libraries used by this app, in order of initialisation
libs:
- origin: https://github.com/mongoose-os-libs/fingerprint
# Used by the mos tool to catch mos binaries incompatible with this file format
manifest_version: 2017-05-18