]> begriffs open source - freertos/commit
Synopsys ARC v1 Port: add support to Synopsys ARC v1 series cores (#110)
authorYuguoWH <yuguo.zou@synopsys.com>
Tue, 8 Sep 2020 15:40:17 +0000 (23:40 +0800)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 15:40:17 +0000 (08:40 -0700)
commit651289ef043b1b9cedb5c0302d0bf95b0be685d8
tree543b0c46c98860e705e564ea2d7c200780a1b3fb
parent35f0b2ab84f137e5b095f7d93cb6a6c8c06de5a8
Synopsys ARC v1 Port: add support to Synopsys ARC v1 series cores (#110)

* Synopsys Port: Adding support to Synopsys ARC v1 series cores
ARC v1 cores include ARC605, ARC610d, and ARC710d

Signed-off-by: Yuguo Zou <yuguo.zou@synopsys.com>
* Synopsys ARC v1 port: run uncrustify to fix code style

Signed-off-by: Yuguo Zou <yuguo.zou@synopsys.com>
* Synopsys port: modify license headers, change copyright only

Signed-off-by: Yuguo Zou <yuguo.zou@synopsys.com>
portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.c
portable/ThirdParty/GCC/ARC_EM_HS/arc_freertos_exceptions.h
portable/ThirdParty/GCC/ARC_EM_HS/arc_support.s
portable/ThirdParty/GCC/ARC_EM_HS/freertos_tls.c
portable/ThirdParty/GCC/ARC_EM_HS/port.c
portable/ThirdParty/GCC/ARC_EM_HS/portmacro.h
portable/ThirdParty/GCC/ARC_v1/arc_freertos_exceptions.c [new file with mode: 0644]
portable/ThirdParty/GCC/ARC_v1/arc_freertos_exceptions.h [new file with mode: 0644]
portable/ThirdParty/GCC/ARC_v1/arc_support.s [new file with mode: 0644]
portable/ThirdParty/GCC/ARC_v1/port.c [new file with mode: 0644]
portable/ThirdParty/GCC/ARC_v1/portmacro.h [new file with mode: 0644]