From 3a06a8d24cd7b6516889e58925ce13d3526fce03 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Thu, 16 Jul 2015 16:25:46 +0000 Subject: [PATCH] stm32f1: other: rtc example is actually for h-103 board Move it into the directory already available for this board. No code changes, just clarifies it a little bit --- examples/stm32/f1/{other => stm32-h103}/rtc/Makefile | 0 examples/stm32/f1/{other => stm32-h103}/rtc/README.md | 0 examples/stm32/f1/{other => stm32-h103}/rtc/rtc.c | 0 examples/stm32/f1/{other => stm32-h103}/rtc/rtc.ld | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename examples/stm32/f1/{other => stm32-h103}/rtc/Makefile (100%) rename examples/stm32/f1/{other => stm32-h103}/rtc/README.md (100%) rename examples/stm32/f1/{other => stm32-h103}/rtc/rtc.c (100%) rename examples/stm32/f1/{other => stm32-h103}/rtc/rtc.ld (100%) diff --git a/examples/stm32/f1/other/rtc/Makefile b/examples/stm32/f1/stm32-h103/rtc/Makefile similarity index 100% rename from examples/stm32/f1/other/rtc/Makefile rename to examples/stm32/f1/stm32-h103/rtc/Makefile diff --git a/examples/stm32/f1/other/rtc/README.md b/examples/stm32/f1/stm32-h103/rtc/README.md similarity index 100% rename from examples/stm32/f1/other/rtc/README.md rename to examples/stm32/f1/stm32-h103/rtc/README.md diff --git a/examples/stm32/f1/other/rtc/rtc.c b/examples/stm32/f1/stm32-h103/rtc/rtc.c similarity index 100% rename from examples/stm32/f1/other/rtc/rtc.c rename to examples/stm32/f1/stm32-h103/rtc/rtc.c diff --git a/examples/stm32/f1/other/rtc/rtc.ld b/examples/stm32/f1/stm32-h103/rtc/rtc.ld similarity index 100% rename from examples/stm32/f1/other/rtc/rtc.ld rename to examples/stm32/f1/stm32-h103/rtc/rtc.ld