git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13518 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-04-09 08:07:01 +00:00
parent 5e0daf6d1a
commit aafcac7b9d
2 changed files with 7 additions and 6 deletions

View File

@ -250,8 +250,7 @@ void PendSV_Handler(void) {
void port_init(void) {
/* Starting in a known IRQ configuration.*/
__set_BASEPRI(CORTEX_BASEPRI_DISABLED);
__enable_irq();
port_suspend();
/* Initializing priority grouping.*/
NVIC_SetPriorityGrouping(CORTEX_PRIGROUP_INIT);

View File

@ -74,16 +74,18 @@
*****************************************************************************
*** Next ***
- FIX: Fixed I2CD4 interrupt vectors are swapped versus I2CD1-I2CD3 (bug #1080)
(backported to 20.3.1).
- FIX: Fixed incorrect clock check when using PLLSAI1R in ADCv3 (bug #1079)
(backported to 20.3.1).
- RT: Relocated the "ctx" field in the thread structure in order to save
some RAM, it caused unused space in the "ch" variable.
- EX: Added support for ADXL355 Low Noise, Low Drift, Low Power, 3-Axis
MEMS Accelerometers.
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
- NEW: Added latency measurement test application.
- FIX: Fixed early interrupts enable in ARMv7-M port (bug #1081)
(backported to 20.3.1).
- FIX: Fixed I2CD4 interrupt vectors are swapped versus I2CD1-I2CD3 (bug #1080)
(backported to 20.3.1).
- FIX: Fixed incorrect clock check when using PLLSAI1R in ADCv3 (bug #1079)
(backported to 20.3.1).
- FIX: Fixed missing checks in TIM6 and TIM7 STM32 mini drivers (bug #1078)
(backported to 20.3.1).
- FIX: Fixed error in EXTIv1 ISRs (bug #1077)