diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-30 20:55:39 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-04-30 20:55:39 +0000 |
commit | 319540ba0ef51f949a23bb1ab441b77cadd27829 (patch) | |
tree | 88fcf49aaf1bdb642fde646c45049659b3671922 /os/common | |
parent | db61d719ed076c0d00d187b2b5fdd32b00411aa7 (diff) | |
download | ChibiOS-319540ba0ef51f949a23bb1ab441b77cadd27829.tar.gz ChibiOS-319540ba0ef51f949a23bb1ab441b77cadd27829.tar.bz2 ChibiOS-319540ba0ef51f949a23bb1ab441b77cadd27829.zip |
Added support for STM32F410Rx,
Added board files for ST_NUCLEO64_F410RB
Added demo for STM32/RT-STM32F410RB-NUCLEO64
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9392 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common')
-rw-r--r-- | os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h index d3ac4c09e..a0b785af0 100644 --- a/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h +++ b/os/common/startup/ARMCMx/devices/STM32F4xx/cmparams.h @@ -62,6 +62,7 @@ !defined(STM32F427xx) && !defined(STM32F437xx) && \
!defined(STM32F429xx) && !defined(STM32F439xx) && \
!defined(STM32F401xC) && !defined(STM32F401xE) && \
+ !defined(STM32F410Cx) && !defined(STM32F410Rx) && \
!defined(STM32F411xE) && !defined(STM32F446xx) && \
!defined(STM32F469xx) && !defined(STM32F479xx)
#include "board.h"
|