From 1121ec7880860f4c3a71fd6d0500e815b105d329 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 26 May 2018 09:54:32 +0000 Subject: Fixed bug #950. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12051 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s | 1 + os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s | 1 + readme.txt | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s b/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s index 96c5024f9..ff22fdb94 100644 --- a/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s +++ b/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v6m.s @@ -61,6 +61,7 @@ SCB_ICSR SET 0xE000ED04 SECTION .text:CODE:NOROOT(2) EXTERN chThdExit + EXTERN chSysHalt EXTERN chSchDoReschedule #if CH_DBG_STATISTICS EXTERN _stats_start_measure_crit_thd diff --git a/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s b/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s index 1832362bc..0b330e8d3 100644 --- a/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s +++ b/os/common/ports/ARMCMx/compilers/IAR/chcoreasm_v7m.s @@ -62,6 +62,7 @@ ICSR_PENDSVSET SET 0x10000000 SECTION .text:CODE:NOROOT(2) EXTERN chThdExit + EXTERN chSysHalt EXTERN chSchDoReschedule #if CH_DBG_STATISTICS EXTERN _stats_start_measure_crit_thd diff --git a/readme.txt b/readme.txt index c26395455..c075e27b6 100644 --- a/readme.txt +++ b/readme.txt @@ -126,7 +126,9 @@ - EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1). - EX: Updated LPS25H to 1.1.0 (backported to 18.2.1). - EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1). -- HAL: Fixed ASCR register invalid handling in STM32 GPIOv3 driver (bug #948) +- NIL: Fixed missing extern declaration in IAR Cortex-M port (bug #950) + (backported to 18.2.2 and 17.6.5). +- HAL: Fixed ASCR register invalid handling in STM32 GPIOv3 driver (bug #949) (backported to 18.2.2 and 17.6.5). - HAL: Fixed missing definition in UART driver (bug #948)(backported to 18.2.2). -- cgit v1.2.3