git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@13729 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2020-06-26 08:12:09 +00:00
parent 6ff4b87b86
commit f7600db9c4
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ENTRY(Reset_Handler)
SECTIONS
{
.vectors : ALIGN(16)
.vectors : ALIGN(1024)
{
KEEP(*(.vectors))
} > VECTORS_FLASH AT > VECTORS_FLASH_LMA

View File

@ -77,6 +77,7 @@
- NEW: Added a new setting to STM32 USBv1 allowing for some clock deviation
from 48MHz. Renamed setting USB_HOST_WAKEUP_DURATION to
STM32_USB_HOST_WAKEUP_DURATION for consistency.
- FIX: Fixed cortex-M vectors table alignment problem (bug #1107).
- FIX: Fixed extra condition in MAC driver macWaitTransmitDescriptor() function
(bug #1106).
- FIX: Fixed schedule anomaly when CH_CFG_TIME_QUANTUM is greater than zero