soc: ti: Use dynamic interrupts in hal_ti

Pull a new revision of the hal_ti module that uses dynamic interrupts
instead of build-time ones.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2021-08-09 11:20:56 +02:00 committed by Christopher Friedt
commit 56ec755aeb
4 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,7 @@ config SOC_SERIES_CC13X2_CC26X2
bool "TI SimpleLink Family CC13x2 / CC26x2"
select ARM
select CPU_CORTEX_M4
select DYNAMIC_INTERRUPTS
select CPU_CORTEX_M_HAS_DWT
select CPU_HAS_FPU
select SOC_FAMILY_TISIMPLELINK

View file

@ -7,6 +7,7 @@ config SOC_SERIES_CC32XX
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select DYNAMIC_INTERRUPTS
select SOC_FAMILY_TISIMPLELINK
help
Enable support for TI SimpleLink CC32xx

View file

@ -8,6 +8,7 @@ config SOC_SERIES_MSP432P4XX
select ARM
select CPU_CORTEX_M4
select CPU_CORTEX_M_HAS_DWT
select DYNAMIC_INTERRUPTS
select SOC_FAMILY_TISIMPLELINK
select CPU_HAS_FPU
help

View file

@ -128,7 +128,7 @@ manifest:
groups:
- hal
- name: hal_ti
revision: 3da6fae25fc44ec830fac4a92787b585ff55435e
revision: 1992a4c536554c4f409c36896eda6abdc414d277
path: modules/hal/ti
groups:
- hal