Update llvm 19 version (#479)

* feat: Update llvm 19 version

* docs: Update changelog
This commit is contained in:
Sergio Gasquez Arcos 2025-02-27 11:06:17 +01:00 committed by GitHub
parent 0a8ac1b6c8
commit 8d0109e21c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Add support for LLVM esp-19.1.2_20250211 (#477)
- Add support for LLVM esp-19.1.2_20250225 (#477, #479)
### Fixed
- Return an error if GET request fails (#471)

View File

@ -27,7 +27,7 @@ const OLD_LLVM_16_VERSION: &str = "esp-16.0.0-20230516";
const DEFAULT_LLVM_16_VERSION: &str = "esp-16.0.4-20231113";
const DEFAULT_LLVM_17_VERSION: &str = "esp-17.0.1_20240419";
const DEFAULT_LLVM_18_VERSION: &str = "esp-18.1.2_20240912";
const DEFAULT_LLVM_19_VERSION: &str = "esp-19.1.2_20250211";
const DEFAULT_LLVM_19_VERSION: &str = "esp-19.1.2_20250225";
pub const CLANG_NAME: &str = "xtensa-esp32-elf-clang";
#[derive(Debug, Clone, Default)]