ARC GNU Toolchain 2023.03 Now Available
June 22, 2023
ARC GNU Toolchain 2023.03 Now Available June 22, 2023 The 2023.03 version of the GNU Toolchain for Synopsys ARC 600, ARC 700, EM, HS3x/4x, HS5x and HS6x processors is now available for download. This is primarily a maintenance release which integrates newer upstream GDB, Newlib and GLIBC project releases. Read […]
ARC GNU Toolchain 2023.03 Now Available
June 22, 2023
The 2023.03 version of the GNU Toolchain for Synopsys ARC 600, ARC 700, EM, HS3x/4x, HS5x and HS6x processors is now available for download. This is primarily a maintenance release which integrates newer upstream GDB, Newlib and GLIBC project releases.
Read the release notes and download the release here < https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2023.03-release>. This release includes these components:
- Binutils 2.40 with ARC patches
- GCC 12.2 with ARC patches
- GDB pre-14.1 with ARC patches
- Newlib 4.3.0 with ARC patches
- GLIBC 2.37 with ARC patches
Zephyr 3.4.0 Downloads Now Available
June 16, 2023
Zephyr 3.4.0 Downloads Now Available June 16, 2023 Zephyr Project announced the release of Zephyr RTOS version 3.4.0. Complete details can be found in the announcement: https://docs.zephyrproject.org/3.4.0/releases/release-notes-3.4.html Numerous enhancements supporting Synopsys ARC processors are delivered in this release:
Zephyr 3.4.0 Downloads Now Available
June 16, 2023
Zephyr Project announced the release of Zephyr RTOS version 3.4.0. Complete details can be found in the announcement: https://docs.zephyrproject.org/3.4.0/releases/release-notes-3.4.html
Numerous enhancements supporting Synopsys ARC processors are delivered in this release:
- Added MPUv8 support
- Add support of virtual UART over ARC hostlink channel
- Improved ARCv2 HS4x processors handling - added proper Kconfig options, provided default mcpu
- Improved ARC MWDT toolchain handling
- Fixed excessive ROM memory consumption if MPU is enabled and ROM & RAM are located in different memory regions
- Fixed DSP registers handling in case of ARC MWDT
- Improved SMP handling
- Removed absolute symbols ___callee_saved_t_SIZEOF and _K_THREAD_NO_FLOAT_SIZEOF
Zephyr 3.3.0 Released
February 18, 2023
Zephyr 3.3.0 Released February 18, 2023 Zephyr Project announced the release of Zephyr RTOS version 3.3.0. Complete details can be found in the announcement: https://docs.zephyrproject.org/3.3.0/releases/release-notes-3.3.html This release includes numerous enhancements supporting ARC processors
Zephyr 3.3.0 Released
February 18, 2023
Zephyr Project announced the release of Zephyr RTOS version 3.3.0. Complete details can be found in the announcement: https://docs.zephyrproject.org/3.3.0/releases/release-notes-3.3.html
This release includes numerous enhancements supporting ARC processors
- Fixed & reworked interrupt management (enabling / disabling) for the SMP systems
- Added TLS (thread-local storage) for ARC MWDT toolchain
- Fixed & rework irq_offload implementation
- Fixed multiple logging & cbprintf issues for ARCv3 64bit
- Added XIP support with MWDT toolchain
- Improved DSP support, add DSP and AGU context save / restore
- Added XY memory support for ARC DSP targets
- Added architectures-specific DSP tests
- Added additional compile-time checks for unsupported configuration: ARC_FIRQ + ARC_HAS_SECURE
- Added support for using
__auto_type
type for ARC MWDT toolchain
- Added support for using
_Generic
and __fallthrough
keywords for ARC MWDT toolchain
- Bumped minimal required ARC MWDT version to 2022.09
- Fixed & reworked inclusion of C/C++ headers for ARC MWDT toolchain which cased build issue with C++