Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

53 lines (30 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Added

  • Support for locales and input/output streams

Changed

  • Packages now extract into a LVMEmbeddedToolchainForArm-VERSION-PLATFORM subdirectory.

Removed

[15.0.2]

Added

  • A changelog
  • Support for building with CMake directly
  • Support for C++17's aligned operator new

Changed

  • Updated to LLVM 15.0.2
  • Replaced newlib with picolibc (GitHub issue #61)
  • Renamed and updated configuration files
  • Configuration files must now be specified including the file name suffix e.g. --config armv6m_soft_nofp.cfg

Removed

  • Wide character support in libc++

14.0.0 - 2022-05-03

Changed

13.0.0 - 2021-12-16

Added

  • Initial release of LLVM Embedded Toolchain for Arm