mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add pre-pre...-pre alpha of NitrogenFlooding
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
#include "vector.h"
|
||||
#if defined STM32F303xb || defined STM32F303xc
|
||||
#include "stm32f303xc.h"
|
||||
#elif defined STM32F302xb || defined STM32F302xc
|
||||
#include "stm32f302xc.h"
|
||||
#elif defined STM32F303xd || defined STM32F303xe
|
||||
#include "stm32f303xe.h"
|
||||
#else
|
||||
|
||||
12735
F3:F303/inc/Fx/stm32f302xc.h
Normal file
12735
F3:F303/inc/Fx/stm32f302xc.h
Normal file
File diff suppressed because it is too large
Load Diff
10
F3:F303/inc/ld/stm32f302xB.ld
Normal file
10
F3:F303/inc/ld/stm32f302xB.ld
Normal file
@@ -0,0 +1,10 @@
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 40K
|
||||
}
|
||||
|
||||
PROVIDE(_BLOCKSIZE = 2048);
|
||||
|
||||
/* Include the common ld script. */
|
||||
INCLUDE stm32f3.ld
|
||||
Reference in New Issue
Block a user