Update to GCC 14 (#445)

* feat: Update GCC version

* docs: Update changelog
This commit is contained in:
Sergio Gasquez Arcos 2024-09-27 10:01:45 +02:00 committed by GitHub
parent 46e600ac03
commit 567f1e231e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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";