git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15327 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-01-09 06:32:35 +00:00
parent 3827d6cdb7
commit 316811148b
2 changed files with 3 additions and 1 deletions

View File

@ -258,7 +258,7 @@ extern "C" {
void chTraceWrite(void *up1, void *up2);
void chTraceSuspendI(uint16_t mask);
void chTraceSuspend(uint16_t mask);
void chTraceIResume(uint16_t mask);
void chTraceResumeI(uint16_t mask);
void chTraceResume(uint16_t mask);
#endif /* CH_DBG_TRACE_MASK != CH_DBG_TRACE_MASK_DISABLED */
#ifdef __cplusplus

View File

@ -109,6 +109,8 @@
ARMv7-M and ARMv8-M-ML.
- NEW: On STM32WBxx added a check on STM32_LSI_ENABLE required by IWDG.
- NEW: Added SPIv2 support also to STM32WB and STM32WL.
- FIX: Fixed misspelled chTraceSuspendI() function name (bug #1209)
(backported to 21.11.2).
- FIX: Fixed RT testbuild application broken (bug #1208)
(backported to 20.3.5)(backported to 21.11.2).
- FIX: Fixed PWR_CR2_USV not set in STM32L4+ mcuconf.h file (bug #1207)