Unverified Commit 3a011aac authored by Jonatan Antoni's avatar Jonatan Antoni Committed by GitHub
Browse files

Update CMSIS-Toolbox to version 2.5.0 (#184)

- Add misc flags for semihosting
parent 054af2e0
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@ layer:
  type: Target
  description: CA5 target components and files

  packs:
    - pack: ARM::Cortex_DFP

  device: ARMCA5

  components:
    # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]
    - component: ARM::CMSIS:CORE
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@ layer:
  type: Target
  description: CA7 target components and files

  packs:
    - pack: ARM::Cortex_DFP

  device: ARMCA7

  components:
    # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]
    - component: ARM::CMSIS:CORE
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@ layer:
  type: Target
  description: CA9 target components and files

  packs:
    - pack: ARM::Cortex_DFP

  device: ARMCA9

  components:
    # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]
    - component: ARM::CMSIS:CORE
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@ layer:
  type: Target
  description: CM0 target components and files

  packs:
    - pack: ARM::Cortex_DFP

  device: ARMCM0

  components:
    # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]
    - component: ARM::CMSIS:CORE
+0 −5
Original line number Diff line number Diff line
@@ -2,11 +2,6 @@ layer:
  type: Target
  description: CM0+ target components and files

  packs:
    - pack: ARM::Cortex_DFP

  device: ARMCM0P

  components:
    # [Cvendor::] Cclass [&Cbundle] :Cgroup [:Csub] [&Cvariant] [@[>=]Cversion]
    - component: ARM::CMSIS:CORE
Loading