mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-26 20:30:28 +00:00
Update to GCC 14 (#445)
* feat: Update GCC version * docs: Update changelog
This commit is contained in:
parent
46e600ac03
commit
567f1e231e
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Fixed
|
||||
|
||||
### Changed
|
||||
- Update GCC version to 14.2.0 (#442)
|
||||
|
||||
### Removed
|
||||
|
||||
|
@ -16,7 +16,7 @@ use std::{env, fs::File};
|
||||
use tokio::fs::remove_dir_all;
|
||||
|
||||
const DEFAULT_GCC_REPOSITORY: &str = "https://github.com/espressif/crosstool-NG/releases/download";
|
||||
const DEFAULT_GCC_RELEASE: &str = "13.2.0_20230928";
|
||||
const DEFAULT_GCC_RELEASE: &str = "14.2.0_20240906";
|
||||
pub const RISCV_GCC: &str = "riscv32-esp-elf";
|
||||
pub const XTENSA_GCC: &str = "xtensa-esp-elf";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user