From 788221d07e656b979560a102875fd35ae9cd0143 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 13 Jul 2017 11:08:44 +0300 Subject: [PATCH] apps - less cork PUBLISHED_FROM=9d5052a6578cbb001a5e94683fef75f221bdf4aa --- mos.yml | 8 +------- mos_esp32.yml | 4 ---- mos_esp8266.yml | 4 ---- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 mos_esp32.yml delete mode 100644 mos_esp8266.yml diff --git a/mos.yml b/mos.yml index 3ff30b3..7cd7421 100644 --- a/mos.yml +++ b/mos.yml @@ -14,17 +14,11 @@ filesystem: libs: # common mgos libs - origin: https://github.com/mongoose-os-libs/http-server - - origin: https://github.com/mongoose-os-libs/ota-http-server - - 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/i2c - 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-service-ota - origin: https://github.com/mongoose-os-libs/rpc-uart - origin: https://github.com/mongoose-os-libs/spi - - origin: https://github.com/mongoose-os-libs/vfs-dev-spi-flash tags: - c diff --git a/mos_esp32.yml b/mos_esp32.yml deleted file mode 100644 index 92ce7ea..0000000 --- a/mos_esp32.yml +++ /dev/null @@ -1,4 +0,0 @@ -libs: - - origin: https://github.com/mongoose-os-libs/atca - - origin: https://github.com/mongoose-os-libs/dns-sd - - origin: https://github.com/mongoose-os-libs/rpc-service-atca diff --git a/mos_esp8266.yml b/mos_esp8266.yml deleted file mode 100644 index 92ce7ea..0000000 --- a/mos_esp8266.yml +++ /dev/null @@ -1,4 +0,0 @@ -libs: - - origin: https://github.com/mongoose-os-libs/atca - - origin: https://github.com/mongoose-os-libs/dns-sd - - origin: https://github.com/mongoose-os-libs/rpc-service-atca