aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 01:52:44 +0100
committerUwe Hermann2010-12-30 01:52:44 +0100
commitbcce98da54b047a15ef0abf41e0c7794f29f0439 (patch)
tree98462dcb9874341bd7342a1794ec01e8ad420d47
parentb65f3f06d061823fac1af91594e0d702b4c80693 (diff)
Move STM32 examples to examples/stm32 subdir.
-rw-r--r--Makefile4
-rw-r--r--examples/stm32/Makefile (renamed from examples/Makefile)0
-rw-r--r--examples/stm32/Makefile.include (renamed from examples/Makefile.include)2
-rw-r--r--examples/stm32/lisa-m/Makefile (renamed from examples/lisa-m/Makefile)0
-rw-r--r--examples/stm32/lisa-m/usb_dfu/Makefile (renamed from examples/lisa-m/usb_dfu/Makefile)0
-rw-r--r--examples/stm32/lisa-m/usb_dfu/README (renamed from examples/lisa-m/usb_dfu/README)0
-rw-r--r--examples/stm32/lisa-m/usb_dfu/usbdfu.c (renamed from examples/lisa-m/usb_dfu/usbdfu.c)0
-rw-r--r--examples/stm32/lisa-m/usb_dfu/usbdfu.ld (renamed from examples/lisa-m/usb_dfu/usbdfu.ld)0
-rw-r--r--examples/stm32/lisa-m/usb_hid/Makefile (renamed from examples/lisa-m/usb_hid/Makefile)0
-rw-r--r--examples/stm32/lisa-m/usb_hid/README (renamed from examples/lisa-m/usb_hid/README)0
-rw-r--r--examples/stm32/lisa-m/usb_hid/usbhid.c (renamed from examples/lisa-m/usb_hid/usbhid.c)0
-rw-r--r--examples/stm32/lisa-m/usb_hid/usbhid.ld (renamed from examples/lisa-m/usb_hid/usbhid.ld)0
-rw-r--r--examples/stm32/mb525/Makefile (renamed from examples/mb525/Makefile)0
-rw-r--r--examples/stm32/mb525/fancyblink/Makefile (renamed from examples/mb525/fancyblink/Makefile)0
-rw-r--r--examples/stm32/mb525/fancyblink/README (renamed from examples/mb525/fancyblink/README)0
-rw-r--r--examples/stm32/mb525/fancyblink/fancyblink.c (renamed from examples/mb525/fancyblink/fancyblink.c)0
-rw-r--r--examples/stm32/mb525/fancyblink/fancyblink.ld (renamed from examples/mb525/fancyblink/fancyblink.ld)0
-rw-r--r--examples/stm32/mb525/pwmleds/Makefile (renamed from examples/mb525/pwmleds/Makefile)0
-rw-r--r--examples/stm32/mb525/pwmleds/README (renamed from examples/mb525/pwmleds/README)0
-rw-r--r--examples/stm32/mb525/pwmleds/pwmleds.c (renamed from examples/mb525/pwmleds/pwmleds.c)0
-rw-r--r--examples/stm32/mb525/pwmleds/pwmleds.ld (renamed from examples/mb525/pwmleds/pwmleds.ld)0
-rw-r--r--examples/stm32/obldc/Makefile (renamed from examples/obldc/Makefile)0
-rw-r--r--examples/stm32/obldc/can/Makefile (renamed from examples/obldc/can/Makefile)0
-rw-r--r--examples/stm32/obldc/can/can.c (renamed from examples/obldc/can/can.c)0
-rw-r--r--examples/stm32/obldc/can/can.ld (renamed from examples/obldc/can/can.ld)0
-rw-r--r--examples/stm32/obldc/led/Makefile (renamed from examples/obldc/led/Makefile)0
-rw-r--r--examples/stm32/obldc/led/led.c (renamed from examples/obldc/led/led.c)0
-rw-r--r--examples/stm32/obldc/led/led.ld (renamed from examples/obldc/led/led.ld)0
-rw-r--r--examples/stm32/obldc/systick/Makefile (renamed from examples/obldc/systick/Makefile)0
-rw-r--r--examples/stm32/obldc/systick/systick.c (renamed from examples/obldc/systick/systick.c)0
-rw-r--r--examples/stm32/obldc/systick/systick.ld (renamed from examples/obldc/systick/systick.ld)0
-rw-r--r--examples/stm32/obldc/usart/Makefile (renamed from examples/obldc/usart/Makefile)0
-rw-r--r--examples/stm32/obldc/usart/usart.c (renamed from examples/obldc/usart/usart.c)0
-rw-r--r--examples/stm32/obldc/usart/usart.ld (renamed from examples/obldc/usart/usart.ld)0
-rw-r--r--examples/stm32/obldc/usart_irq/Makefile (renamed from examples/obldc/usart_irq/Makefile)0
-rw-r--r--examples/stm32/obldc/usart_irq/usart_irq.c (renamed from examples/obldc/usart_irq/usart_irq.c)0
-rw-r--r--examples/stm32/obldc/usart_irq/usart_irq.ld (renamed from examples/obldc/usart_irq/usart_irq.ld)0
-rw-r--r--examples/stm32/other/Makefile (renamed from examples/other/Makefile)0
-rw-r--r--examples/stm32/other/adc_temperature_sensor/Makefile (renamed from examples/other/adc_temperature_sensor/Makefile)0
-rw-r--r--examples/stm32/other/adc_temperature_sensor/README (renamed from examples/other/adc_temperature_sensor/README)0
-rw-r--r--examples/stm32/other/adc_temperature_sensor/adc.c (renamed from examples/other/adc_temperature_sensor/adc.c)0
-rw-r--r--examples/stm32/other/adc_temperature_sensor/adc.ld (renamed from examples/other/adc_temperature_sensor/adc.ld)0
-rw-r--r--examples/stm32/other/dma_mem2mem/Makefile (renamed from examples/other/dma_mem2mem/Makefile)0
-rw-r--r--examples/stm32/other/dma_mem2mem/README (renamed from examples/other/dma_mem2mem/README)0
-rw-r--r--examples/stm32/other/dma_mem2mem/dma.c (renamed from examples/other/dma_mem2mem/dma.c)0
-rw-r--r--examples/stm32/other/dma_mem2mem/dma.ld (renamed from examples/other/dma_mem2mem/dma.ld)0
-rw-r--r--examples/stm32/other/dogm128/Makefile (renamed from examples/other/dogm128/Makefile)0
-rw-r--r--examples/stm32/other/dogm128/README (renamed from examples/other/dogm128/README)0
-rw-r--r--examples/stm32/other/dogm128/dogm128.c (renamed from examples/other/dogm128/dogm128.c)0
-rw-r--r--examples/stm32/other/dogm128/dogm128.h (renamed from examples/other/dogm128/dogm128.h)0
-rw-r--r--examples/stm32/other/dogm128/main.c (renamed from examples/other/dogm128/main.c)0
-rw-r--r--examples/stm32/other/dogm128/main.ld (renamed from examples/other/dogm128/main.ld)0
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/Makefile (renamed from examples/other/i2c_stts75_sensor/Makefile)0
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/README (renamed from examples/other/i2c_stts75_sensor/README)0
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c (renamed from examples/other/i2c_stts75_sensor/i2c_stts75_sensor.c)0
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld (renamed from examples/other/i2c_stts75_sensor/i2c_stts75_sensor.ld)0
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/stts75.c (renamed from examples/other/i2c_stts75_sensor/stts75.c)0
-rw-r--r--examples/stm32/other/i2c_stts75_sensor/stts75.h (renamed from examples/other/i2c_stts75_sensor/stts75.h)0
-rw-r--r--examples/stm32/other/rtc/Makefile (renamed from examples/other/rtc/Makefile)0
-rw-r--r--examples/stm32/other/rtc/README (renamed from examples/other/rtc/README)0
-rw-r--r--examples/stm32/other/rtc/rtc.c (renamed from examples/other/rtc/rtc.c)0
-rw-r--r--examples/stm32/other/rtc/rtc.ld (renamed from examples/other/rtc/rtc.ld)0
-rw-r--r--examples/stm32/other/systick/Makefile (renamed from examples/other/systick/Makefile)0
-rw-r--r--examples/stm32/other/systick/README (renamed from examples/other/systick/README)0
-rw-r--r--examples/stm32/other/systick/systick.c (renamed from examples/other/systick/systick.c)0
-rw-r--r--examples/stm32/other/systick/systick.ld (renamed from examples/other/systick/systick.ld)0
-rw-r--r--examples/stm32/other/timer_interrupt/Makefile (renamed from examples/other/timer_interrupt/Makefile)0
-rw-r--r--examples/stm32/other/timer_interrupt/README (renamed from examples/other/timer_interrupt/README)0
-rw-r--r--examples/stm32/other/timer_interrupt/timer.c (renamed from examples/other/timer_interrupt/timer.c)0
-rw-r--r--examples/stm32/other/timer_interrupt/timer.ld (renamed from examples/other/timer_interrupt/timer.ld)0
-rw-r--r--examples/stm32/other/usb_cdcacm/Makefile (renamed from examples/other/usb_cdcacm/Makefile)0
-rw-r--r--examples/stm32/other/usb_cdcacm/README (renamed from examples/other/usb_cdcacm/README)0
-rw-r--r--examples/stm32/other/usb_cdcacm/cdcacm.c (renamed from examples/other/usb_cdcacm/cdcacm.c)0
-rw-r--r--examples/stm32/other/usb_cdcacm/cdcacm.ld (renamed from examples/other/usb_cdcacm/cdcacm.ld)0
-rw-r--r--examples/stm32/other/usb_dfu/Makefile (renamed from examples/other/usb_dfu/Makefile)0
-rw-r--r--examples/stm32/other/usb_dfu/README (renamed from examples/other/usb_dfu/README)0
-rw-r--r--examples/stm32/other/usb_dfu/usbdfu.c (renamed from examples/other/usb_dfu/usbdfu.c)0
-rw-r--r--examples/stm32/other/usb_dfu/usbdfu.ld (renamed from examples/other/usb_dfu/usbdfu.ld)0
-rw-r--r--examples/stm32/other/usb_hid/Makefile (renamed from examples/other/usb_hid/Makefile)0
-rw-r--r--examples/stm32/other/usb_hid/README (renamed from examples/other/usb_hid/README)0
-rw-r--r--examples/stm32/other/usb_hid/usbhid.c (renamed from examples/other/usb_hid/usbhid.c)0
-rw-r--r--examples/stm32/other/usb_hid/usbhid.ld (renamed from examples/other/usb_hid/usbhid.ld)0
-rw-r--r--examples/stm32/stm32-h103/Makefile (renamed from examples/stm32-h103/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/fancyblink/Makefile (renamed from examples/stm32-h103/fancyblink/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/fancyblink/README (renamed from examples/stm32-h103/fancyblink/README)0
-rw-r--r--examples/stm32/stm32-h103/fancyblink/fancyblink.c (renamed from examples/stm32-h103/fancyblink/fancyblink.c)0
-rw-r--r--examples/stm32/stm32-h103/fancyblink/fancyblink.ld (renamed from examples/stm32-h103/fancyblink/fancyblink.ld)0
-rw-r--r--examples/stm32/stm32-h103/miniblink/Makefile (renamed from examples/stm32-h103/miniblink/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/miniblink/README (renamed from examples/stm32-h103/miniblink/README)0
-rw-r--r--examples/stm32/stm32-h103/miniblink/miniblink.c (renamed from examples/stm32-h103/miniblink/miniblink.c)0
-rw-r--r--examples/stm32/stm32-h103/miniblink/miniblink.ld (renamed from examples/stm32-h103/miniblink/miniblink.ld)0
-rw-r--r--examples/stm32/stm32-h103/spi/Makefile (renamed from examples/stm32-h103/spi/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/spi/README (renamed from examples/stm32-h103/spi/README)0
-rw-r--r--examples/stm32/stm32-h103/spi/spi.c (renamed from examples/stm32-h103/spi/spi.c)0
-rw-r--r--examples/stm32/stm32-h103/spi/spi.ld (renamed from examples/stm32-h103/spi/spi.ld)0
-rw-r--r--examples/stm32/stm32-h103/usart/Makefile (renamed from examples/stm32-h103/usart/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/usart/README (renamed from examples/stm32-h103/usart/README)0
-rw-r--r--examples/stm32/stm32-h103/usart/usart.c (renamed from examples/stm32-h103/usart/usart.c)0
-rw-r--r--examples/stm32/stm32-h103/usart/usart.ld (renamed from examples/stm32-h103/usart/usart.ld)0
-rw-r--r--examples/stm32/stm32-h103/usb_cdcacm/Makefile (renamed from examples/stm32-h103/usb_cdcacm/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/usb_cdcacm/README (renamed from examples/stm32-h103/usb_cdcacm/README)0
-rw-r--r--examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c (renamed from examples/stm32-h103/usb_cdcacm/cdcacm.c)0
-rw-r--r--examples/stm32/stm32-h103/usb_cdcacm/cdcacm.ld (renamed from examples/stm32-h103/usb_cdcacm/cdcacm.ld)0
-rw-r--r--examples/stm32/stm32-h103/usb_dfu/Makefile (renamed from examples/stm32-h103/usb_dfu/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/usb_dfu/README (renamed from examples/stm32-h103/usb_dfu/README)0
-rw-r--r--examples/stm32/stm32-h103/usb_dfu/usbdfu.c (renamed from examples/stm32-h103/usb_dfu/usbdfu.c)0
-rw-r--r--examples/stm32/stm32-h103/usb_dfu/usbdfu.ld (renamed from examples/stm32-h103/usb_dfu/usbdfu.ld)0
-rw-r--r--examples/stm32/stm32-h103/usb_hid/Makefile (renamed from examples/stm32-h103/usb_hid/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/usb_hid/README (renamed from examples/stm32-h103/usb_hid/README)0
-rw-r--r--examples/stm32/stm32-h103/usb_hid/usbhid.c (renamed from examples/stm32-h103/usb_hid/usbhid.c)0
-rw-r--r--examples/stm32/stm32-h103/usb_hid/usbhid.ld (renamed from examples/stm32-h103/usb_hid/usbhid.ld)0
-rw-r--r--examples/stm32/stm32-h103/usb_iap/Makefile (renamed from examples/stm32-h103/usb_iap/Makefile)0
-rw-r--r--examples/stm32/stm32-h103/usb_iap/README (renamed from examples/stm32-h103/usb_iap/README)0
-rw-r--r--examples/stm32/stm32-h103/usb_iap/usbiap.c (renamed from examples/stm32-h103/usb_iap/usbiap.c)0
-rw-r--r--examples/stm32/stm32-h103/usb_iap/usbiap.ld (renamed from examples/stm32-h103/usb_iap/usbiap.ld)0
115 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4f8aded..1e708e6 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ lib:
examples: lib
@printf " BUILD examples\n"
- $(Q)$(MAKE) -C examples all
+ $(Q)$(MAKE) -C examples/stm32 all
install: build
@printf " INSTALL headers\n"
@@ -57,7 +57,7 @@ install: build
$(Q)$(INSTALL) -m 0644 lib/*.ld $(LIBDIR)
clean:
- $(Q)$(MAKE) -C examples clean
+ $(Q)$(MAKE) -C examples/stm32 clean
$(Q)$(MAKE) -C lib clean
.PHONY: build lib examples install clean
diff --git a/examples/Makefile b/examples/stm32/Makefile
index 30e2505..30e2505 100644
--- a/examples/Makefile
+++ b/examples/stm32/Makefile
diff --git a/examples/Makefile.include b/examples/stm32/Makefile.include
index 9677067..e8034ce 100644
--- a/examples/Makefile.include
+++ b/examples/stm32/Makefile.include
@@ -25,7 +25,7 @@ OBJCOPY = $(PREFIX)-objcopy
OBJDUMP = $(PREFIX)-objdump
# Uncomment this line if you want to use the installed (not local) library.
# TOOLCHAIN_DIR = `dirname \`which $(CC)\``/../$(PREFIX)
-TOOLCHAIN_DIR = ../../..
+TOOLCHAIN_DIR = ../../../..
CFLAGS += -Os -g -Wall -Wextra -I$(TOOLCHAIN_DIR)/include -fno-common \
-mcpu=cortex-m3 -mthumb
LDSCRIPT = $(BINARY).ld
diff --git a/examples/lisa-m/Makefile b/examples/stm32/lisa-m/Makefile
index e8065ee..e8065ee 100644
--- a/examples/lisa-m/Makefile
+++ b/examples/stm32/lisa-m/Makefile
diff --git a/examples/lisa-m/usb_dfu/Makefile b/examples/stm32/lisa-m/usb_dfu/Makefile
index 183b7c8..183b7c8 100644
--- a/examples/lisa-m/usb_dfu/Makefile
+++ b/examples/stm32/lisa-m/usb_dfu/Makefile
diff --git a/examples/lisa-m/usb_dfu/README b/examples/stm32/lisa-m/usb_dfu/README
index 9c0169a..9c0169a 100644
--- a/examples/lisa-m/usb_dfu/README
+++ b/examples/stm32/lisa-m/usb_dfu/README
diff --git a/examples/lisa-m/usb_dfu/usbdfu.c b/examples/stm32/lisa-m/usb_dfu/usbdfu.c
index 0a6789d..0a6789d 100644
--- a/examples/lisa-m/usb_dfu/usbdfu.c
+++ b/examples/stm32/lisa-m/usb_dfu/usbdfu.c
diff --git a/examples/lisa-m/usb_dfu/usbdfu.ld b/examples/stm32/lisa-m/usb_dfu/usbdfu.ld
index d7cd0c5..d7cd0c5 100644
--- a/examples/lisa-m/usb_dfu/usbdfu.ld
+++ b/examples/stm32/lisa-m/usb_dfu/usbdfu.ld
diff --git a/examples/lisa-m/usb_hid/Makefile b/examples/stm32/lisa-m/usb_hid/Makefile
index 7967467..7967467 100644
--- a/examples/lisa-m/usb_hid/Makefile
+++ b/examples/stm32/lisa-m/usb_hid/Makefile
diff --git a/examples/lisa-m/usb_hid/README b/examples/stm32/lisa-m/usb_hid/README
index 48a9b39..48a9b39 100644
--- a/examples/lisa-m/usb_hid/README
+++ b/examples/stm32/lisa-m/usb_hid/README
diff --git a/examples/lisa-m/usb_hid/usbhid.c b/examples/stm32/lisa-m/usb_hid/usbhid.c
index 1628503..1628503 100644
--- a/examples/lisa-m/usb_hid/usbhid.c
+++ b/examples/stm32/lisa-m/usb_hid/usbhid.c
diff --git a/examples/lisa-m/usb_hid/usbhid.ld b/examples/stm32/lisa-m/usb_hid/usbhid.ld
index a393e0b..a393e0b 100644
--- a/examples/lisa-m/usb_hid/usbhid.ld
+++ b/examples/stm32/lisa-m/usb_hid/usbhid.ld
diff --git a/examples/mb525/Makefile b/examples/stm32/mb525/Makefile
index 6653a8c..6653a8c 100644
--- a/examples/mb525/Makefile
+++ b/examples/stm32/mb525/Makefile
diff --git a/examples/mb525/fancyblink/Makefile b/examples/stm32/mb525/fancyblink/Makefile
index 09aff6f..09aff6f 100644
--- a/examples/mb525/fancyblink/Makefile
+++ b/examples/stm32/mb525/fancyblink/Makefile
diff --git a/examples/mb525/fancyblink/README b/examples/stm32/mb525/fancyblink/README
index 8590e83..8590e83 100644
--- a/examples/mb525/fancyblink/README
+++ b/examples/stm32/mb525/fancyblink/README
diff --git a/examples/mb525/fancyblink/fancyblink.c b/examples/stm32/mb525/fancyblink/fancyblink.c
index b10d138..b10d138 100644
--- a/examples/mb525/fancyblink/fancyblink.c
+++ b/examples/stm32/mb525/fancyblink/fancyblink.c
diff --git a/examples/mb525/fancyblink/fancyblink.ld b/examples/stm32/mb525/fancyblink/fancyblink.ld
index b3bb9a4..b3bb9a4 100644
--- a/examples/mb525/fancyblink/fancyblink.ld
+++ b/examples/stm32/mb525/fancyblink/fancyblink.ld
diff --git a/examples/mb525/pwmleds/Makefile b/examples/stm32/mb525/pwmleds/Makefile
index a6f9f4e..a6f9f4e 100644
--- a/examples/mb525/pwmleds/Makefile
+++ b/examples/stm32/mb525/pwmleds/Makefile
diff --git a/examples/mb525/pwmleds/README b/examples/stm32/mb525/pwmleds/README
index 3e4cb4d..3e4cb4d 100644
--- a/examples/mb525/pwmleds/README
+++ b/examples/stm32/mb525/pwmleds/README
diff --git a/examples/mb525/pwmleds/pwmleds.c b/examples/stm32/mb525/pwmleds/pwmleds.c
index 78932cb..78932cb 100644
--- a/examples/mb525/pwmleds/pwmleds.c
+++ b/examples/stm32/mb525/pwmleds/pwmleds.c
diff --git a/examples/mb525/pwmleds/pwmleds.ld b/examples/stm32/mb525/pwmleds/pwmleds.ld
index b3bb9a4..b3bb9a4 100644
--- a/examples/mb525/pwmleds/pwmleds.ld
+++ b/examples/stm32/mb525/pwmleds/pwmleds.ld
diff --git a/examples/obldc/Makefile b/examples/stm32/obldc/Makefile
index 8014fce..8014fce 100644
--- a/examples/obldc/Makefile
+++ b/examples/stm32/obldc/Makefile
diff --git a/examples/obldc/can/Makefile b/examples/stm32/obldc/can/Makefile
index 4d9fd57..4d9fd57 100644
--- a/examples/obldc/can/Makefile
+++ b/examples/stm32/obldc/can/Makefile
diff --git a/examples/obldc/can/can.c b/examples/stm32/obldc/can/can.c
index d96d1c9..d96d1c9 100644
--- a/examples/obldc/can/can.c
+++ b/examples/stm32/obldc/can/can.c
diff --git a/examples/obldc/can/can.ld b/examples/stm32/obldc/can/can.ld
index a1e9de5..a1e9de5 100644
--- a/examples/obldc/can/can.ld
+++ b/examples/stm32/obldc/can/can.ld
diff --git a/examples/obldc/led/Makefile b/examples/stm32/obldc/led/Makefile
index 665cd45..665cd45 100644
--- a/examples/obldc/led/Makefile
+++ b/examples/stm32/obldc/led/Makefile
diff --git a/examples/obldc/led/led.c b/examples/stm32/obldc/led/led.c
index 7784106..7784106 100644
--- a/examples/obldc/led/led.c
+++ b/examples/stm32/obldc/led/led.c
diff --git a/examples/obldc/led/led.ld b/examples/stm32/obldc/led/led.ld
index c8683d5..c8683d5 100644
--- a/examples/obldc/led/led.ld
+++ b/examples/stm32/obldc/led/led.ld
diff --git a/examples/obldc/systick/Makefile b/examples/stm32/obldc/systick/Makefile
index f08d085..f08d085 100644
--- a/examples/obldc/systick/Makefile
+++ b/examples/stm32/obldc/systick/Makefile
diff --git a/examples/obldc/systick/systick.c b/examples/stm32/obldc/systick/systick.c
index c469c1c..c469c1c 100644
--- a/examples/obldc/systick/systick.c
+++ b/examples/stm32/obldc/systick/systick.c
diff --git a/examples/obldc/systick/systick.ld b/examples/stm32/obldc/systick/systick.ld
index 0d79751..0d79751 100644
--- a/examples/obldc/systick/systick.ld
+++ b/examples/stm32/obldc/systick/systick.ld
diff --git a/examples/obldc/usart/Makefile b/examples/stm32/obldc/usart/Makefile
index 75050cd..75050cd 100644
--- a/examples/obldc/usart/Makefile
+++ b/examples/stm32/obldc/usart/Makefile
diff --git a/examples/obldc/usart/usart.c b/examples/stm32/obldc/usart/usart.c
index 8712181..8712181 100644
--- a/examples/obldc/usart/usart.c
+++ b/examples/stm32/obldc/usart/usart.c
diff --git a/examples/obldc/usart/usart.ld b/examples/stm32/obldc/usart/usart.ld
index c8683d5..c8683d5 100644
--- a/examples/obldc/usart/usart.ld
+++ b/examples/stm32/obldc/usart/usart.ld
diff --git a/examples/obldc/usart_irq/Makefile b/examples/stm32/obldc/usart_irq/Makefile
index eba2bb5..eba2bb5 100644
--- a/examples/obldc/usart_irq/Makefile
+++ b/examples/stm32/obldc/usart_irq/Makefile
diff --git a/examples/obldc/usart_irq/usart_irq.c b/examples/stm32/obldc/usart_irq/usart_irq.c
index 5be24d2..5be24d2 100644
--- a/examples/obldc/usart_irq/usart_irq.c
+++ b/examples/stm32/obldc/usart_irq/usart_irq.c
diff --git a/examples/obldc/usart_irq/usart_irq.ld b/examples/stm32/obldc/usart_irq/usart_irq.ld
index c8683d5..c8683d5 100644
--- a/examples/obldc/usart_irq/usart_irq.ld
+++ b/examples/stm32/obldc/usart_irq/usart_irq.ld
diff --git a/examples/other/Makefile b/examples/stm32/other/Makefile
index b65725d..b65725d 100644
--- a/examples/other/Makefile
+++ b/examples/stm32/other/Makefile
diff --git a/examples/other/adc_temperature_sensor/Makefile b/examples/stm32/other/adc_temperature_sensor/Makefile
index c5020db..c5020db 100644
--- a/examples/other/adc_temperature_sensor/Makefile
+++ b/examples/stm32/other/adc_temperature_sensor/Makefile
diff --git a/examples/other/adc_temperature_sensor/README b/examples/stm32/other/adc_temperature_sensor/README
index aa00ef0..aa00ef0 100644
--- a/examples/other/adc_temperature_sensor/README
+++ b/examples/stm32/other/adc_temperature_sensor/README
diff --git a/examples/other/adc_temperature_sensor/adc.c b/examples/stm32/other/adc_temperature_sensor/adc.c
index 7445399..7445399 100644
--- a/examples/other/adc_temperature_sensor/adc.c
+++ b/examples/stm32/other/adc_temperature_sensor/adc.c
diff --git a/examples/other/adc_temperature_sensor/adc.ld b/examples/stm32/other/adc_temperature_sensor/adc.ld
index a1e9de5..a1e9de5 100644
--- a/examples/other/adc_temperature_sensor/adc.ld
+++ b/examples/stm32/other/adc_temperature_sensor/adc.ld
diff --git a/examples/other/dma_mem2mem/Makefile b/examples/stm32/other/dma_mem2mem/Makefile
index ea78213..ea78213 100644
--- a/examples/other/dma_mem2mem/Makefile
+++ b/examples/stm32/other/dma_mem2mem/Makefile
diff --git a/examples/other/dma_mem2mem/README b/examples/stm32/other/dma_mem2mem/README
index 2e61e5a..2e61e5a 100644
--- a/examples/other/dma_mem2mem/README
+++ b/examples/stm32/other/dma_mem2mem/README
diff --git a/examples/other/dma_mem2mem/dma.c b/examples/stm32/other/dma_mem2mem/dma.c
index b609497..b609497 100644
--- a/examples/other/dma_mem2mem/dma.c
+++ b/examples/stm32/other/dma_mem2mem/dma.c
diff --git a/examples/other/dma_mem2mem/dma.ld b/examples/stm32/other/dma_mem2mem/dma.ld
index a1e9de5..a1e9de5 100644
--- a/examples/other/dma_mem2mem/dma.ld
+++ b/examples/stm32/other/dma_mem2mem/dma.ld
diff --git a/examples/other/dogm128/Makefile b/examples/stm32/other/dogm128/Makefile
index 74ec0e5..74ec0e5 100644
--- a/examples/other/dogm128/Makefile
+++ b/examples/stm32/other/dogm128/Makefile
diff --git a/examples/other/dogm128/README b/examples/stm32/other/dogm128/README
index dbf82a0..dbf82a0 100644
--- a/examples/other/dogm128/README
+++ b/examples/stm32/other/dogm128/README
diff --git a/examples/other/dogm128/dogm128.c b/examples/stm32/other/dogm128/dogm128.c
index 575afe0..575afe0 100644
--- a/examples/other/dogm128/dogm128.c
+++ b/examples/stm32/other/dogm128/dogm128.c
diff --git a/examples/other/dogm128/dogm128.h b/examples/stm32/other/dogm128/dogm128.h
index 5be924f..5be924f 100644
--- a/examples/other/dogm128/dogm128.h
+++ b/examples/stm32/other/dogm128/dogm128.h
diff --git a/examples/other/dogm128/main.c b/examples/stm32/other/dogm128/main.c
index 3cea060..3cea060 100644
--- a/examples/other/dogm128/main.c
+++ b/examples/stm32/other/dogm128/main.c
diff --git a/examples/other/dogm128/main.ld b/examples/stm32/other/dogm128/main.ld
index a1e9de5..a1e9de5 100644
--- a/examples/other/dogm128/main.ld
+++ b/examples/stm32/other/dogm128/main.ld
diff --git a/examples/other/i2c_stts75_sensor/Makefile b/examples/stm32/other/i2c_stts75_sensor/Makefile
index 32ee066..32ee066 100644
--- a/examples/other/i2c_stts75_sensor/Makefile
+++ b/examples/stm32/other/i2c_stts75_sensor/Makefile
diff --git a/examples/other/i2c_stts75_sensor/README b/examples/stm32/other/i2c_stts75_sensor/README
index 91e3ff6..91e3ff6 100644
--- a/examples/other/i2c_stts75_sensor/README
+++ b/examples/stm32/other/i2c_stts75_sensor/README
diff --git a/examples/other/i2c_stts75_sensor/i2c_stts75_sensor.c b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c
index 1227fd1..1227fd1 100644
--- a/examples/other/i2c_stts75_sensor/i2c_stts75_sensor.c
+++ b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.c
diff --git a/examples/other/i2c_stts75_sensor/i2c_stts75_sensor.ld b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld
index a1e9de5..a1e9de5 100644
--- a/examples/other/i2c_stts75_sensor/i2c_stts75_sensor.ld
+++ b/examples/stm32/other/i2c_stts75_sensor/i2c_stts75_sensor.ld
diff --git a/examples/other/i2c_stts75_sensor/stts75.c b/examples/stm32/other/i2c_stts75_sensor/stts75.c
index 319394f..319394f 100644
--- a/examples/other/i2c_stts75_sensor/stts75.c
+++ b/examples/stm32/other/i2c_stts75_sensor/stts75.c
diff --git a/examples/other/i2c_stts75_sensor/stts75.h b/examples/stm32/other/i2c_stts75_sensor/stts75.h
index e07fe23..e07fe23 100644
--- a/examples/other/i2c_stts75_sensor/stts75.h
+++ b/examples/stm32/other/i2c_stts75_sensor/stts75.h
diff --git a/examples/other/rtc/Makefile b/examples/stm32/other/rtc/Makefile
index d74946f..d74946f 100644
--- a/examples/other/rtc/Makefile
+++ b/examples/stm32/other/rtc/Makefile
diff --git a/examples/other/rtc/README b/examples/stm32/other/rtc/README
index f1e3975..f1e3975 100644
--- a/examples/other/rtc/README
+++ b/examples/stm32/other/rtc/README
diff --git a/examples/other/rtc/rtc.c b/examples/stm32/other/rtc/rtc.c
index d3c4bcb..d3c4bcb 100644
--- a/examples/other/rtc/rtc.c
+++ b/examples/stm32/other/rtc/rtc.c
diff --git a/examples/other/rtc/rtc.ld b/examples/stm32/other/rtc/rtc.ld
index b3bb9a4..b3bb9a4 100644
--- a/examples/other/rtc/rtc.ld
+++ b/examples/stm32/other/rtc/rtc.ld
diff --git a/examples/other/systick/Makefile b/examples/stm32/other/systick/Makefile
index f08d085..f08d085 100644
--- a/examples/other/systick/Makefile
+++ b/examples/stm32/other/systick/Makefile
diff --git a/examples/other/systick/README b/examples/stm32/other/systick/README
index affb4b8..affb4b8 100644
--- a/examples/other/systick/README
+++ b/examples/stm32/other/systick/README
diff --git a/examples/other/systick/systick.c b/examples/stm32/other/systick/systick.c
index 68120d2..68120d2 100644
--- a/examples/other/systick/systick.c
+++ b/examples/stm32/other/systick/systick.c
diff --git a/examples/other/systick/systick.ld b/examples/stm32/other/systick/systick.ld
index a1e9de5..a1e9de5 100644
--- a/examples/other/systick/systick.ld
+++ b/examples/stm32/other/systick/systick.ld
diff --git a/examples/other/timer_interrupt/Makefile b/examples/stm32/other/timer_interrupt/Makefile
index f6721e9..f6721e9 100644
--- a/examples/other/timer_interrupt/Makefile
+++ b/examples/stm32/other/timer_interrupt/Makefile
diff --git a/examples/other/timer_interrupt/README b/examples/stm32/other/timer_interrupt/README
index e6a22c4..e6a22c4 100644
--- a/examples/other/timer_interrupt/README
+++ b/examples/stm32/other/timer_interrupt/README
diff --git a/examples/other/timer_interrupt/timer.c b/examples/stm32/other/timer_interrupt/timer.c
index d1f2bbb..d1f2bbb 100644
--- a/examples/other/timer_interrupt/timer.c
+++ b/examples/stm32/other/timer_interrupt/timer.c
diff --git a/examples/other/timer_interrupt/timer.ld b/examples/stm32/other/timer_interrupt/timer.ld
index a1e9de5..a1e9de5 100644
--- a/examples/other/timer_interrupt/timer.ld
+++ b/examples/stm32/other/timer_interrupt/timer.ld
diff --git a/examples/other/usb_cdcacm/Makefile b/examples/stm32/other/usb_cdcacm/Makefile
index ab55ba2..ab55ba2 100644
--- a/examples/other/usb_cdcacm/Makefile
+++ b/examples/stm32/other/usb_cdcacm/Makefile
diff --git a/examples/other/usb_cdcacm/README b/examples/stm32/other/usb_cdcacm/README
index 2f1ee4b..2f1ee4b 100644
--- a/examples/other/usb_cdcacm/README
+++ b/examples/stm32/other/usb_cdcacm/README
diff --git a/examples/other/usb_cdcacm/cdcacm.c b/examples/stm32/other/usb_cdcacm/cdcacm.c
index 8305dc2..8305dc2 100644
--- a/examples/other/usb_cdcacm/cdcacm.c
+++ b/examples/stm32/other/usb_cdcacm/cdcacm.c
diff --git a/examples/other/usb_cdcacm/cdcacm.ld b/examples/stm32/other/usb_cdcacm/cdcacm.ld
index 6dcdb91..6dcdb91 100644
--- a/examples/other/usb_cdcacm/cdcacm.ld
+++ b/examples/stm32/other/usb_cdcacm/cdcacm.ld
diff --git a/examples/other/usb_dfu/Makefile b/examples/stm32/other/usb_dfu/Makefile
index 183b7c8..183b7c8 100644
--- a/examples/other/usb_dfu/Makefile
+++ b/examples/stm32/other/usb_dfu/Makefile
diff --git a/examples/other/usb_dfu/README b/examples/stm32/other/usb_dfu/README
index 9c0169a..9c0169a 100644
--- a/examples/other/usb_dfu/README
+++ b/examples/stm32/other/usb_dfu/README
diff --git a/examples/other/usb_dfu/usbdfu.c b/examples/stm32/other/usb_dfu/usbdfu.c
index 9981585..9981585 100644
--- a/examples/other/usb_dfu/usbdfu.c
+++ b/examples/stm32/other/usb_dfu/usbdfu.c
diff --git a/examples/other/usb_dfu/usbdfu.ld b/examples/stm32/other/usb_dfu/usbdfu.ld
index d7cd0c5..d7cd0c5 100644
--- a/examples/other/usb_dfu/usbdfu.ld
+++ b/examples/stm32/other/usb_dfu/usbdfu.ld
diff --git a/examples/other/usb_hid/Makefile b/examples/stm32/other/usb_hid/Makefile
index 7967467..7967467 100644
--- a/examples/other/usb_hid/Makefile
+++ b/examples/stm32/other/usb_hid/Makefile
diff --git a/examples/other/usb_hid/README b/examples/stm32/other/usb_hid/README
index 92645c9..92645c9 100644
--- a/examples/other/usb_hid/README
+++ b/examples/stm32/other/usb_hid/README
diff --git a/examples/other/usb_hid/usbhid.c b/examples/stm32/other/usb_hid/usbhid.c
index 02c653d..02c653d 100644
--- a/examples/other/usb_hid/usbhid.c
+++ b/examples/stm32/other/usb_hid/usbhid.c
diff --git a/examples/other/usb_hid/usbhid.ld b/examples/stm32/other/usb_hid/usbhid.ld
index 6dcdb91..6dcdb91 100644
--- a/examples/other/usb_hid/usbhid.ld
+++ b/examples/stm32/other/usb_hid/usbhid.ld
diff --git a/examples/stm32-h103/Makefile b/examples/stm32/stm32-h103/Makefile
index bd3a2d8..bd3a2d8 100644
--- a/examples/stm32-h103/Makefile
+++ b/examples/stm32/stm32-h103/Makefile
diff --git a/examples/stm32-h103/fancyblink/Makefile b/examples/stm32/stm32-h103/fancyblink/Makefile
index 09aff6f..09aff6f 100644
--- a/examples/stm32-h103/fancyblink/Makefile
+++ b/examples/stm32/stm32-h103/fancyblink/Makefile
diff --git a/examples/stm32-h103/fancyblink/README b/examples/stm32/stm32-h103/fancyblink/README
index 791af39..791af39 100644
--- a/examples/stm32-h103/fancyblink/README
+++ b/examples/stm32/stm32-h103/fancyblink/README
diff --git a/examples/stm32-h103/fancyblink/fancyblink.c b/examples/stm32/stm32-h103/fancyblink/fancyblink.c
index 014ae90..014ae90 100644
--- a/examples/stm32-h103/fancyblink/fancyblink.c
+++ b/examples/stm32/stm32-h103/fancyblink/fancyblink.c
diff --git a/examples/stm32-h103/fancyblink/fancyblink.ld b/examples/stm32/stm32-h103/fancyblink/fancyblink.ld
index b3bb9a4..b3bb9a4 100644
--- a/examples/stm32-h103/fancyblink/fancyblink.ld
+++ b/examples/stm32/stm32-h103/fancyblink/fancyblink.ld
diff --git a/examples/stm32-h103/miniblink/Makefile b/examples/stm32/stm32-h103/miniblink/Makefile
index cbbded6..cbbded6 100644
--- a/examples/stm32-h103/miniblink/Makefile
+++ b/examples/stm32/stm32-h103/miniblink/Makefile
diff --git a/examples/stm32-h103/miniblink/README b/examples/stm32/stm32-h103/miniblink/README
index 66359f4..66359f4 100644
--- a/examples/stm32-h103/miniblink/README
+++ b/examples/stm32/stm32-h103/miniblink/README
diff --git a/examples/stm32-h103/miniblink/miniblink.c b/examples/stm32/stm32-h103/miniblink/miniblink.c
index dc48200..dc48200 100644
--- a/examples/stm32-h103/miniblink/miniblink.c
+++ b/examples/stm32/stm32-h103/miniblink/miniblink.c
diff --git a/examples/stm32-h103/miniblink/miniblink.ld b/examples/stm32/stm32-h103/miniblink/miniblink.ld
index b3bb9a4..b3bb9a4 100644
--- a/examples/stm32-h103/miniblink/miniblink.ld
+++ b/examples/stm32/stm32-h103/miniblink/miniblink.ld
diff --git a/examples/stm32-h103/spi/Makefile b/examples/stm32/stm32-h103/spi/Makefile
index a63e92d..a63e92d 100644
--- a/examples/stm32-h103/spi/Makefile
+++ b/examples/stm32/stm32-h103/spi/Makefile
diff --git a/examples/stm32-h103/spi/README b/examples/stm32/stm32-h103/spi/README
index d4714c2..d4714c2 100644
--- a/examples/stm32-h103/spi/README
+++ b/examples/stm32/stm32-h103/spi/README
diff --git a/examples/stm32-h103/spi/spi.c b/examples/stm32/stm32-h103/spi/spi.c
index b174130..b174130 100644
--- a/examples/stm32-h103/spi/spi.c
+++ b/examples/stm32/stm32-h103/spi/spi.c
diff --git a/examples/stm32-h103/spi/spi.ld b/examples/stm32/stm32-h103/spi/spi.ld
index 5ae60b8..5ae60b8 100644
--- a/examples/stm32-h103/spi/spi.ld
+++ b/examples/stm32/stm32-h103/spi/spi.ld
diff --git a/examples/stm32-h103/usart/Makefile b/examples/stm32/stm32-h103/usart/Makefile
index 75050cd..75050cd 100644
--- a/examples/stm32-h103/usart/Makefile
+++ b/examples/stm32/stm32-h103/usart/Makefile
diff --git a/examples/stm32-h103/usart/README b/examples/stm32/stm32-h103/usart/README
index ecd7269..ecd7269 100644
--- a/examples/stm32-h103/usart/README
+++ b/examples/stm32/stm32-h103/usart/README
diff --git a/examples/stm32-h103/usart/usart.c b/examples/stm32/stm32-h103/usart/usart.c
index 4470348..4470348 100644
--- a/examples/stm32-h103/usart/usart.c
+++ b/examples/stm32/stm32-h103/usart/usart.c
diff --git a/examples/stm32-h103/usart/usart.ld b/examples/stm32/stm32-h103/usart/usart.ld
index b3bb9a4..b3bb9a4 100644
--- a/examples/stm32-h103/usart/usart.ld
+++ b/examples/stm32/stm32-h103/usart/usart.ld
diff --git a/examples/stm32-h103/usb_cdcacm/Makefile b/examples/stm32/stm32-h103/usb_cdcacm/Makefile
index ab55ba2..ab55ba2 100644
--- a/examples/stm32-h103/usb_cdcacm/Makefile
+++ b/examples/stm32/stm32-h103/usb_cdcacm/Makefile
diff --git a/examples/stm32-h103/usb_cdcacm/README b/examples/stm32/stm32-h103/usb_cdcacm/README
index 2f1ee4b..2f1ee4b 100644
--- a/examples/stm32-h103/usb_cdcacm/README
+++ b/examples/stm32/stm32-h103/usb_cdcacm/README
diff --git a/examples/stm32-h103/usb_cdcacm/cdcacm.c b/examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c
index 305ad43..305ad43 100644
--- a/examples/stm32-h103/usb_cdcacm/cdcacm.c
+++ b/examples/stm32/stm32-h103/usb_cdcacm/cdcacm.c
diff --git a/examples/stm32-h103/usb_cdcacm/cdcacm.ld b/examples/stm32/stm32-h103/usb_cdcacm/cdcacm.ld
index a393e0b..a393e0b 100644
--- a/examples/stm32-h103/usb_cdcacm/cdcacm.ld
+++ b/examples/stm32/stm32-h103/usb_cdcacm/cdcacm.ld
diff --git a/examples/stm32-h103/usb_dfu/Makefile b/examples/stm32/stm32-h103/usb_dfu/Makefile
index 183b7c8..183b7c8 100644
--- a/examples/stm32-h103/usb_dfu/Makefile
+++ b/examples/stm32/stm32-h103/usb_dfu/Makefile
diff --git a/examples/stm32-h103/usb_dfu/README b/examples/stm32/stm32-h103/usb_dfu/README
index 9c0169a..9c0169a 100644
--- a/examples/stm32-h103/usb_dfu/README
+++ b/examples/stm32/stm32-h103/usb_dfu/README
diff --git a/examples/stm32-h103/usb_dfu/usbdfu.c b/examples/stm32/stm32-h103/usb_dfu/usbdfu.c
index 0a6789d..0a6789d 100644
--- a/examples/stm32-h103/usb_dfu/usbdfu.c
+++ b/examples/stm32/stm32-h103/usb_dfu/usbdfu.c
diff --git a/examples/stm32-h103/usb_dfu/usbdfu.ld b/examples/stm32/stm32-h103/usb_dfu/usbdfu.ld
index d7cd0c5..d7cd0c5 100644
--- a/examples/stm32-h103/usb_dfu/usbdfu.ld
+++ b/examples/stm32/stm32-h103/usb_dfu/usbdfu.ld
diff --git a/examples/stm32-h103/usb_hid/Makefile b/examples/stm32/stm32-h103/usb_hid/Makefile
index 7967467..7967467 100644
--- a/examples/stm32-h103/usb_hid/Makefile
+++ b/examples/stm32/stm32-h103/usb_hid/Makefile
diff --git a/examples/stm32-h103/usb_hid/README b/examples/stm32/stm32-h103/usb_hid/README
index 48a9b39..48a9b39 100644
--- a/examples/stm32-h103/usb_hid/README
+++ b/examples/stm32/stm32-h103/usb_hid/README
diff --git a/examples/stm32-h103/usb_hid/usbhid.c b/examples/stm32/stm32-h103/usb_hid/usbhid.c
index e326dd0..e326dd0 100644
--- a/examples/stm32-h103/usb_hid/usbhid.c
+++ b/examples/stm32/stm32-h103/usb_hid/usbhid.c
diff --git a/examples/stm32-h103/usb_hid/usbhid.ld b/examples/stm32/stm32-h103/usb_hid/usbhid.ld
index a393e0b..a393e0b 100644
--- a/examples/stm32-h103/usb_hid/usbhid.ld
+++ b/examples/stm32/stm32-h103/usb_hid/usbhid.ld
diff --git a/examples/stm32-h103/usb_iap/Makefile b/examples/stm32/stm32-h103/usb_iap/Makefile
index 9c93f91..9c93f91 100644
--- a/examples/stm32-h103/usb_iap/Makefile
+++ b/examples/stm32/stm32-h103/usb_iap/Makefile
diff --git a/examples/stm32-h103/usb_iap/README b/examples/stm32/stm32-h103/usb_iap/README
index 2966684..2966684 100644
--- a/examples/stm32-h103/usb_iap/README
+++ b/examples/stm32/stm32-h103/usb_iap/README
diff --git a/examples/stm32-h103/usb_iap/usbiap.c b/examples/stm32/stm32-h103/usb_iap/usbiap.c
index 0a6789d..0a6789d 100644
--- a/examples/stm32-h103/usb_iap/usbiap.c
+++ b/examples/stm32/stm32-h103/usb_iap/usbiap.c
diff --git a/examples/stm32-h103/usb_iap/usbiap.ld b/examples/stm32/stm32-h103/usb_iap/usbiap.ld
index a393e0b..a393e0b 100644
--- a/examples/stm32-h103/usb_iap/usbiap.ld
+++ b/examples/stm32/stm32-h103/usb_iap/usbiap.ld