bmarcot / vega

vega -- The Unix-like Operating System for micro-controllers (ARM Cortex-M4)
6 stars 1 forks source link

Use lm3s6965 or nrf52 CMSIS, do not include default ARMCM4 #23

Closed bmarcot closed 7 years ago

bmarcot commented 7 years ago

ARMCM4.h defines a default IRQn_Type; this type is redefined by each CMSIS. So don't include the default when running a platform.

Qemu should use lm3s6965 CMSIS.

bmarcot commented 7 years ago

Added a top-level CMSIS directory with LM3S6965 and NRF52 files.