Fixed bug #1145.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14049 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
c77c93324d
commit
1ce430e493
|
@ -750,9 +750,9 @@
|
|||
#endif /* defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F756xx) */
|
||||
|
||||
/*===========================================================================*/
|
||||
/* STM32F767xx, STM32F769xx, STM32F777xx, STM32F779xx. */
|
||||
/* STM32F765xx, STM32F767xx, STM32F769xx, STM32F777xx, STM32F779xx. */
|
||||
/*===========================================================================*/
|
||||
#if defined(STM32F767xx) || defined(STM32F769xx) || \
|
||||
#if defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx) || \
|
||||
defined(STM32F777xx) || defined(STM32F779xx) || \
|
||||
defined(__DOXYGEN__)
|
||||
/* ADC attributes.*/
|
||||
|
@ -1098,7 +1098,7 @@
|
|||
#define STM32_HAS_CRC TRUE
|
||||
#define STM32_CRC_PROGRAMMABLE FALSE
|
||||
|
||||
#endif /* defined(STM32F767xx) || defined(STM32F769xx) ||
|
||||
#endif /* defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx) ||
|
||||
defined(STM32F777xx) || defined(STM32F779xx) */
|
||||
/** @} */
|
||||
|
||||
|
|
|
@ -128,6 +128,8 @@
|
|||
MEMS Accelerometers.
|
||||
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
|
||||
- NEW: Added latency measurement test application.
|
||||
- FIX: Fixed missing STM32F765 from registry (bug #1145)
|
||||
(backported to 20.3.3)(backported to 19.1.5).
|
||||
- FIX: Fixed wrong macro check on STM32 SPIv3 (bug #1144)
|
||||
(backported to 20.3.3)(backported to 19.1.5).
|
||||
- FIX: Fixed wrong check on STM32 TIM9 timer (bug #1143)
|
||||
|
|
Loading…
Reference in New Issue