-
Notifications
You must be signed in to change notification settings - Fork 0
/
mos.yml
38 lines (32 loc) · 1.05 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
author: Turbine Kreuzberg
description: A serial<->WiFi transparent bridge
version: 1.0
manifest_version: 2017-05-18
libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}
tags:
- c
- uart
- bridge
sources:
- src
filesystem:
- fs
config_schema:
- ["dns_sd.enable", true]
- ["dns_sd.host_name", "mos-serial-??????"]
- ["sb", "o", {"Serial bridge settings"}]
- ["sb.port", "i", 8888, {"TCP port of the bridge"}]
- ["sb.uart_no", "i", 1, {"UART number"}]
- ["sb.baud_rate", "i", 9600, {"UART baud rate"}]
- ["board.led1.pin", 2] # devkit v1
libs:
- origin: https://github.com/mongoose-os-libs/wifi
- origin: https://github.com/mongoose-os-libs/ca-bundle
- 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/dash
- origin: https://github.com/mongoose-os-libs/dns-sd
- origin: https://github.com/mongoose-os-libs/boards