Skip to content

Commit

Permalink
Update to GCC 14 (#445)
Browse files Browse the repository at this point in the history
* feat: Update GCC version

* docs: Update changelog
  • Loading branch information
SergioGasquez authored Sep 27, 2024
1 parent 46e600a commit 567f1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/toolchain/gcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 567f1e2

Please sign in to comment.