diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h index 011024301..5a5e4b036 100644 --- a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h @@ -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) */ /** @} */ diff --git a/readme.txt b/readme.txt index 8159de415..6490eba20 100644 --- a/readme.txt +++ b/readme.txt @@ -76,6 +76,7 @@ *** 20.3.3 *** - NEW: RT, NIL: Renamed _THREADS_QUEUE_DECL to THREADS_QUEUE_DECL for consistency. +- FIX: Fixed missing STM32F765 from registry (bug #1145). - FIX: Fixed wrong macro check on STM32 SPIv3 (bug #1144). - FIX: Fixed wrong check on STM32 TIM9 timer (bug #1143). - FIX: Fixed FAT time problem in RTC driver (bug #1142).