• R/O
  • SSH
  • HTTPS

chibios: Commit


Commit MetaInfo

Revision13660 (tree)
Time2020-05-23 16:36:23
Authorgdisirio

Log Message

Fixed bug #1099.

Change Summary

Incremental Difference

--- trunk/os/hal/ports/STM32/STM32L0xx/stm32_isr.c (revision 13659)
+++ trunk/os/hal/ports/STM32/STM32L0xx/stm32_isr.c (revision 13660)
@@ -95,6 +95,7 @@
9595 usart1_irq_init();
9696 usart2_irq_init();
9797 usart4_usart5_irq_init();
98+ lpuart1_irq_init();
9899 }
99100
100101 /**
@@ -118,6 +119,7 @@
118119 usart1_irq_deinit();
119120 usart2_irq_deinit();
120121 usart4_usart5_irq_deinit();
122+ lpuart1_irq_deinit();
121123 }
122124
123125 /** @} */
--- trunk/readme.txt (revision 13659)
+++ trunk/readme.txt (revision 13660)
@@ -90,6 +90,8 @@
9090 MEMS Accelerometers.
9191 - NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
9292 - NEW: Added latency measurement test application.
93+- FIX: Fixed STM32L0 missing LPUART IRQ initialization (bug #1099)
94+ (backported to 20.3.2).
9395 - FIX: Fixed invalid EXTI definitions for STM32L0xx (bug #1098)
9496 (backported to 20.3.2).
9597 - FIX: Fixed compilation error in file nvic.c (bug #1097)
Show on old repository browser