File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ Unreleased]
9
9
10
10
### Added
11
- - Add support for LLVM esp-19.1.2_20250211 (#477 )
11
+ - Add support for LLVM esp-19.1.2_20250225 (#477 , # 479 )
12
12
13
13
### Fixed
14
14
- Return an error if GET request fails (#471 )
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const OLD_LLVM_16_VERSION: &str = "esp-16.0.0-20230516";
27
27
const DEFAULT_LLVM_16_VERSION : & str = "esp-16.0.4-20231113" ;
28
28
const DEFAULT_LLVM_17_VERSION : & str = "esp-17.0.1_20240419" ;
29
29
const DEFAULT_LLVM_18_VERSION : & str = "esp-18.1.2_20240912" ;
30
- const DEFAULT_LLVM_19_VERSION : & str = "esp-19.1.2_20250211 " ;
30
+ const DEFAULT_LLVM_19_VERSION : & str = "esp-19.1.2_20250225 " ;
31
31
pub const CLANG_NAME : & str = "xtensa-esp32-elf-clang" ;
32
32
33
33
#[ derive( Debug , Clone , Default ) ]
You can’t perform that action at this time.
0 commit comments