git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6801 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-03-22 11:43:45 +00:00
parent dc5d7d2592
commit 35a45e5013
2 changed files with 4 additions and 2 deletions

View File

@ -277,8 +277,8 @@ typedef msg_t (*tfunc_t)(void *);
* @brief Verifies if the current thread has a termination request pending.
* @note Can be invoked in any context.
*
* @retval TRUE termination request pending.
* @retval FALSE termination request not pending.
* @retval 0 termination request not pending.
* @retval !0 termination request pending.
*
* @special
*/

View File

@ -91,6 +91,8 @@
*** 2.7.0 ***
- FIX: Fixed problem in STM32 SDADC driver initialization (bug #479)
(backported to 2.6.4).
- FIX: Fixed chThdShouldTerminate() documentation incorrect (bug #478)
(backported to 2.6.4).
- FIX: Fixed spurious callback in STM32 EXT driver (bug #477)(backported
to 2.6.4).
- FIX: Fixed several macro errors in STM32L1xx HAL driver (bug #476)