git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15331 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-01-09 06:36:57 +00:00
parent d65e95fe68
commit ab5888e917
2 changed files with 5 additions and 0 deletions

View File

@ -54,6 +54,10 @@
/* Derived constants and error checks. */
/*===========================================================================*/
#if CH_CFG_USE_SEMAPHORES == FALSE
#error "CH_CFG_USE_OBJ_CACHES requires CH_CFG_USE_SEMAPHORES"
#endif
/*===========================================================================*/
/* Module data structures and types. */
/*===========================================================================*/

View File

@ -74,6 +74,7 @@
*****************************************************************************
*** 20.3.5 ***
- FIX: Fixed missing check in chobjcaches.h (bug #1210).
- FIX: Fixed RT testbuild application broken (bug #1208).
- FIX: Fixed USB not enabled on STM32F103x6 (bug #1206).
- FIX: Fixed wrong number of CAN filters for STM32L496/9A6 (bug #1204).