Add pre-alpha version of Socket_fans code

This commit is contained in:
eddyem
2020-10-25 18:13:48 +03:00
parent 3eb48d381d
commit 325898bc52
43 changed files with 36567 additions and 70777 deletions

View File

@@ -46,4 +46,4 @@
#endif // __COMMON_MACROS_H__
#endif // __COMMON_MACROS_H__

View File

@@ -0,0 +1,12 @@
/* Linker script for STM32F072xB, 128K flash, 16K RAM. */
/* Define memory regions. */
MEMORY
{
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}
/* Include the common ld script. */
INCLUDE stm32f01234.ld