Add common libs to all apps
PUBLISHED_FROM=ab9dc2274f45321ef7101f54b6131a2dcfe0d920
This commit is contained in:
parent
e81d3d402f
commit
3299a789d9
11
mos.yml
11
mos.yml
|
@ -7,6 +7,17 @@ sources:
|
||||||
filesystem:
|
filesystem:
|
||||||
- fs
|
- fs
|
||||||
|
|
||||||
|
libs:
|
||||||
|
# common mgos libs
|
||||||
|
- 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-uart
|
||||||
|
- origin: https://github.com/mongoose-os-libs/updater-rpc
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- c
|
- c
|
||||||
- wifi
|
- wifi
|
||||||
|
|
Loading…
Reference in New Issue