-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmos.yml
44 lines (39 loc) · 1.48 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
42
43
44
author: dknowles2@
description: Fake PitBoss firmware
version: 2023.3.0
manifest_version: 2017-09-29
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
config_schema:
- ["i2c.enable", true]
- ["device.id", "PBL-FAKEFW"]
- ["device.sn", "xx-fake-sn-xx"]
- ["app", "o", {title: "Application settings"}]
- ["app.wsFastInterval", "i", {title: "WebSocket fast interval"}]
- ["app.wsSlowInterval", "i", {title: "WebSocket slow interval"}]
tags:
- js
filesystem:
- fake_firmware
libs:
- origin: https://github.com/mongoose-os-libs/boards
- origin: https://github.com/mongoose-os-libs/bt-common
- origin: https://github.com/mongoose-os-libs/bt-service-debug
- origin: https://github.com/mongoose-os-libs/mjs
- origin: https://github.com/mongoose-os-libs/mqtt
- origin: https://github.com/mongoose-os-libs/rpc-common
- origin: https://github.com/mongoose-os-libs/rpc-gatts
- origin: https://github.com/mongoose-os-libs/rpc-loopback
- 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-ota
- origin: https://github.com/mongoose-os-libs/rpc-service-wifi
- origin: https://github.com/mongoose-os-libs/rpc-uart
- origin: https://github.com/mongoose-os-libs/wifi
conds:
- when: mos.platform == "esp32"
apply:
build_vars:
# Increase app szie for ESP32
APP_SLOT_SIZE: 0x190000