Fixed bug #1107.
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:
parent
6ff4b87b86
commit
f7600db9c4
|
@ -18,7 +18,7 @@ ENTRY(Reset_Handler)
|
|||
|
||||
SECTIONS
|
||||
{
|
||||
.vectors : ALIGN(16)
|
||||
.vectors : ALIGN(1024)
|
||||
{
|
||||
KEEP(*(.vectors))
|
||||
} > VECTORS_FLASH AT > VECTORS_FLASH_LMA
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue