commit | 0369998e612a450d459b27d0970972a33e481b57 | [log] [tgz] |
---|---|---|
author | Antony Pavlov <antonynpavlov@gmail.com> | Tue Dec 01 13:29:58 2020 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 19 13:48:21 2022 -0500 |
tree | 89aaedaf9d0e51c4bc0c832b42b060bb3efab6bf | |
parent | b5e749edfee1732f259783ba099e0892e85ece9b [diff] |
arch: add MIPS architecture support MIPS (Microprocessor without Interlocked Pipelined Stages) is a instruction set architecture (ISA) developed by MIPS Computer Systems, now MIPS Technologies. This commit provides MIPS architecture support to Zephyr. It is compatible with the MIPS32 Release 1 specification. Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>