git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10164 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Rocco Marco Guglielmi 2017-04-22 13:02:32 +00:00
parent 1d23d56a1b
commit df24e2a11d
6 changed files with 6 additions and 5 deletions

View File

@ -18,7 +18,7 @@
#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
* STM32F7xx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole

View File

@ -18,7 +18,7 @@
#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
* STM32F7xx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole

View File

@ -18,7 +18,7 @@
#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
* STM32Fxx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole

View File

@ -18,7 +18,7 @@
#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
* STM32F7xx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole

View File

@ -18,7 +18,7 @@
#define MCUCONF_H
/*
* STM32F4xx drivers configuration.
* STM32F7xx drivers configuration.
* The following settings override the default settings present in
* the various device driver implementation headers.
* Note that the settings for each driver only have effect if the whole

View File

@ -157,6 +157,7 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
- HAL: Fixed wrong comment in STM32F7 mcuconf (bug #830)(backported to 16.1.8).
- RT: Fixed race condition in chBMReset() (bug #828)(backported to 16.1.8).
- HAL: Fixed wrong number of EXTI lines for STM32F303x8 (bug #827)(backported
to 16.1.8).