From aa521f3754ad4ed65809adb4c5efd522b130ff34 Mon Sep 17 00:00:00 2001 From: Dong Heng Date: Thu, 24 Jan 2019 15:02:29 +0800 Subject: [PATCH] feat(ota): Rename example "universal_ota" to "ota" The "universal_ota" is able to be compatible with ESP8285(ESP8266 + 1MB flash). --- examples/system/{universal_ota => ota}/Makefile | 0 .../system/{universal_ota => ota}/OTA_workflow.png | Bin examples/system/{universal_ota => ota}/README.md | 0 .../{universal_ota => ota}/main/Kconfig.projbuild | 0 .../system/{universal_ota => ota}/main/component.mk | 0 .../{universal_ota => ota}/main/ota_example_main.c | 0 .../partitions_two_ota.1MB.mini.csv | 0 .../partitions_two_ota_v2tov3.1MB.csv | 0 .../{universal_ota => ota}/sdkconfig.defaults | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename examples/system/{universal_ota => ota}/Makefile (100%) rename examples/system/{universal_ota => ota}/OTA_workflow.png (100%) rename examples/system/{universal_ota => ota}/README.md (100%) rename examples/system/{universal_ota => ota}/main/Kconfig.projbuild (100%) rename examples/system/{universal_ota => ota}/main/component.mk (100%) rename examples/system/{universal_ota => ota}/main/ota_example_main.c (100%) rename examples/system/{universal_ota => ota}/partitions_two_ota.1MB.mini.csv (100%) rename examples/system/{universal_ota => ota}/partitions_two_ota_v2tov3.1MB.csv (100%) rename examples/system/{universal_ota => ota}/sdkconfig.defaults (100%) diff --git a/examples/system/universal_ota/Makefile b/examples/system/ota/Makefile similarity index 100% rename from examples/system/universal_ota/Makefile rename to examples/system/ota/Makefile diff --git a/examples/system/universal_ota/OTA_workflow.png b/examples/system/ota/OTA_workflow.png similarity index 100% rename from examples/system/universal_ota/OTA_workflow.png rename to examples/system/ota/OTA_workflow.png diff --git a/examples/system/universal_ota/README.md b/examples/system/ota/README.md similarity index 100% rename from examples/system/universal_ota/README.md rename to examples/system/ota/README.md diff --git a/examples/system/universal_ota/main/Kconfig.projbuild b/examples/system/ota/main/Kconfig.projbuild similarity index 100% rename from examples/system/universal_ota/main/Kconfig.projbuild rename to examples/system/ota/main/Kconfig.projbuild diff --git a/examples/system/universal_ota/main/component.mk b/examples/system/ota/main/component.mk similarity index 100% rename from examples/system/universal_ota/main/component.mk rename to examples/system/ota/main/component.mk diff --git a/examples/system/universal_ota/main/ota_example_main.c b/examples/system/ota/main/ota_example_main.c similarity index 100% rename from examples/system/universal_ota/main/ota_example_main.c rename to examples/system/ota/main/ota_example_main.c diff --git a/examples/system/universal_ota/partitions_two_ota.1MB.mini.csv b/examples/system/ota/partitions_two_ota.1MB.mini.csv similarity index 100% rename from examples/system/universal_ota/partitions_two_ota.1MB.mini.csv rename to examples/system/ota/partitions_two_ota.1MB.mini.csv diff --git a/examples/system/universal_ota/partitions_two_ota_v2tov3.1MB.csv b/examples/system/ota/partitions_two_ota_v2tov3.1MB.csv similarity index 100% rename from examples/system/universal_ota/partitions_two_ota_v2tov3.1MB.csv rename to examples/system/ota/partitions_two_ota_v2tov3.1MB.csv diff --git a/examples/system/universal_ota/sdkconfig.defaults b/examples/system/ota/sdkconfig.defaults similarity index 100% rename from examples/system/universal_ota/sdkconfig.defaults rename to examples/system/ota/sdkconfig.defaults