aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 14:06:59 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 14:06:59 +0100
commitb69ddf1cd7123cc26b3936eda3c7c96a2750e612 (patch)
tree9ca68b0fb0aebe4cbd68f22f35e3da298baf8d5c
parentf3a47bde9bfaaa716de835c0c1499a685b4ac4f7 (diff)
rename and move files
-rw-r--r--.gitmodules12
-rw-r--r--src/.gitignore (renamed from stm32/.gitignore)0
m---------src/lib/FreeRTOS-Kernel (renamed from stm32/lib/FreeRTOS-Kernel)0
m---------src/lib/STM32-base (renamed from stm32/lib/STM32-base)0
m---------src/lib/STM32-base-STM32Cube (renamed from stm32/lib/STM32-base-STM32Cube)0
-rw-r--r--src/main.c (renamed from stm32/main.c)0
-rw-r--r--src/makefile (renamed from stm32/makefile)0
-rw-r--r--src/ppu/consts.h (renamed from stm32/ppu/consts.h)0
-rw-r--r--src/ppu/internals.h (renamed from stm32/ppu/internals.h)0
-rw-r--r--src/ppu/ppu.h (renamed from stm32/ppu/ppu.h)0
-rw-r--r--src/ppu/types.h (renamed from stm32/ppu/types.h)0
-rw-r--r--src/stm32/FreeRTOSConfig.h (renamed from stm32/FreeRTOSConfig.h)0
-rw-r--r--src/stm32/idle_task_static_memory.c (renamed from stm32/idle_task_static_memory.c)0
-rw-r--r--src/stm32/idle_task_static_memory.h (renamed from stm32/idle_task_static_memory.h)0
-rw-r--r--src/stm32/stm32f0xx_hal_conf.h (renamed from stm32/stm32f0xx_hal_conf.h)0
15 files changed, 6 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules
index eb84b02..f6abf5f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,13 +1,13 @@
-[submodule "stm32/lib/STM32-base"]
- path = stm32/lib/STM32-base
+[submodule "src/lib/STM32-base"]
+ path = src/lib/STM32-base
url = https://github.com/STM32-base/STM32-base
ignore = all
-[submodule "stm32/lib/STM32-base-STM32Cube"]
- path = stm32/lib/STM32-base-STM32Cube
+[submodule "src/lib/STM32-base-STM32Cube"]
+ path = src/lib/STM32-base-STM32Cube
url = https://github.com/STM32-base/STM32-base-STM32Cube
ignore = all
-[submodule "stm32/lib/FreeRTOS-Kernel"]
- path = stm32/lib/FreeRTOS-Kernel
+[submodule "src/lib/FreeRTOS-Kernel"]
+ path = src/lib/FreeRTOS-Kernel
url = https://github.com/FreeRTOS/FreeRTOS-Kernel
ignore = all
branch = V10.4.6
diff --git a/stm32/.gitignore b/src/.gitignore
index 312c0ff..312c0ff 100644
--- a/stm32/.gitignore
+++ b/src/.gitignore
diff --git a/stm32/lib/FreeRTOS-Kernel b/src/lib/FreeRTOS-Kernel
-Subproject a4b28e35103d699edf074dfff4835921b481b30
+Subproject a4b28e35103d699edf074dfff4835921b481b30
diff --git a/stm32/lib/STM32-base b/src/lib/STM32-base
-Subproject 02610b5a8cc3042a2a076771c3a38c6f68d26fc
+Subproject 02610b5a8cc3042a2a076771c3a38c6f68d26fc
diff --git a/stm32/lib/STM32-base-STM32Cube b/src/lib/STM32-base-STM32Cube
-Subproject 71bcfb75e9b3aadbfcb05b57148d995a7f340b4
+Subproject 71bcfb75e9b3aadbfcb05b57148d995a7f340b4
diff --git a/stm32/main.c b/src/main.c
index 910d2dd..910d2dd 100644
--- a/stm32/main.c
+++ b/src/main.c
diff --git a/stm32/makefile b/src/makefile
index 22e956e..22e956e 100644
--- a/stm32/makefile
+++ b/src/makefile
diff --git a/stm32/ppu/consts.h b/src/ppu/consts.h
index ee94a69..ee94a69 100644
--- a/stm32/ppu/consts.h
+++ b/src/ppu/consts.h
diff --git a/stm32/ppu/internals.h b/src/ppu/internals.h
index ddb2196..ddb2196 100644
--- a/stm32/ppu/internals.h
+++ b/src/ppu/internals.h
diff --git a/stm32/ppu/ppu.h b/src/ppu/ppu.h
index ac01ef7..ac01ef7 100644
--- a/stm32/ppu/ppu.h
+++ b/src/ppu/ppu.h
diff --git a/stm32/ppu/types.h b/src/ppu/types.h
index d7605a5..d7605a5 100644
--- a/stm32/ppu/types.h
+++ b/src/ppu/types.h
diff --git a/stm32/FreeRTOSConfig.h b/src/stm32/FreeRTOSConfig.h
index 223cf8b..223cf8b 100644
--- a/stm32/FreeRTOSConfig.h
+++ b/src/stm32/FreeRTOSConfig.h
diff --git a/stm32/idle_task_static_memory.c b/src/stm32/idle_task_static_memory.c
index 0774224..0774224 100644
--- a/stm32/idle_task_static_memory.c
+++ b/src/stm32/idle_task_static_memory.c
diff --git a/stm32/idle_task_static_memory.h b/src/stm32/idle_task_static_memory.h
index 24712fa..24712fa 100644
--- a/stm32/idle_task_static_memory.h
+++ b/src/stm32/idle_task_static_memory.h
diff --git a/stm32/stm32f0xx_hal_conf.h b/src/stm32/stm32f0xx_hal_conf.h
index fc27221..fc27221 100644
--- a/stm32/stm32f0xx_hal_conf.h
+++ b/src/stm32/stm32f0xx_hal_conf.h