Ensure the CORTEX_M0_STM32F0518_IAR demo builds after updates to the Cortex-M0 port layer - required an update to the project settings to allow IAR extensions as the port layer now uses the _weak qualifier.

This commit is contained in:
Richard Barry 2019-12-30 22:07:33 +00:00
parent 801e63bd10
commit cc673eb6a5
3 changed files with 2702 additions and 2028 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -120,7 +120,7 @@ __vector_table
THUMB
PUBWEAK Reset_Handler
PUBLIC Reset_Handler
SECTION .text:CODE:REORDER(2)
Reset_Handler