mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-26 20:30:28 +00:00
Update llvm 19 version (#479)
* feat: Update llvm 19 version * docs: Update changelog
This commit is contained in:
parent
0a8ac1b6c8
commit
8d0109e21c
@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Add support for LLVM esp-19.1.2_20250211 (#477)
|
- Add support for LLVM esp-19.1.2_20250225 (#477, #479)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Return an error if GET request fails (#471)
|
- Return an error if GET request fails (#471)
|
||||||
|
@ -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_16_VERSION: &str = "esp-16.0.4-20231113";
|
||||||
const DEFAULT_LLVM_17_VERSION: &str = "esp-17.0.1_20240419";
|
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_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";
|
pub const CLANG_NAME: &str = "xtensa-esp32-elf-clang";
|
||||||
|
|
||||||
#[derive(Debug, Clone, Default)]
|
#[derive(Debug, Clone, Default)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user