git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6523 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-12-03 09:01:20 +00:00
parent f407c0326f
commit dc4b409c0b
3 changed files with 7 additions and 4 deletions

View File

@ -48,4 +48,5 @@
</scannerConfigBuildInfo> </scannerConfigBuildInfo>
</storageModule> </storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/> <storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
<storageModule moduleId="refreshScope"/>
</cproject> </cproject>

View File

@ -165,11 +165,11 @@
/** /**
* @brief PendSV priority level. * @brief PendSV priority level.
* @note This priority is enforced to be equal to @p CORTEX_BASEPRI_KERNEL, * @note This priority is enforced to be equal to
* this handler always have the highest priority that cannot preempt * @p CORTEX_MAX_KERNEL_PRIORITY, this handler always have the
* the kernel. * highest priority that cannot preempt the kernel.
*/ */
#define CORTEX_PRIORITY_PENDSV CORTEX_BASEPRI_KERNEL #define CORTEX_PRIORITY_PENDSV CORTEX_MAX_KERNEL_PRIORITY
/*===========================================================================*/ /*===========================================================================*/
/* Port exported info. */ /* Port exported info. */

View File

@ -91,6 +91,8 @@
*** 2.7.0 *** *** 2.7.0 ***
- FIX: Fixed wrong definition in STM32F37x ADC driver (bug #444)(backported - FIX: Fixed wrong definition in STM32F37x ADC driver (bug #444)(backported
to 2.6.2). to 2.6.2).
- FIX: Fixed wrong CORTEX_PRIORITY_PENDSV value (bug #443)(backported to
2.4.6 and 2.6.2).
- FIX: Fixed lost incoming characters in STM32 USARTv1 driver (bug #442) - FIX: Fixed lost incoming characters in STM32 USARTv1 driver (bug #442)
(backported to 2.4.6 and 2.6.2). (backported to 2.4.6 and 2.6.2).
- FIX: Fixed UART4/5-related bugs in STM32 USARTv1 UART driver (bug #440) - FIX: Fixed UART4/5-related bugs in STM32 USARTv1 UART driver (bug #440)