Skip to content

Releases: esp-rs/espup

v0.16.0

26 Sep 09:33
4d1235b

Choose a tag to compare

Added

  • Add option to specify Crosstool-NG version, using -c or --crosstools-toolchain-version (#508)
  • Add an option for NuShell completion (#513)
  • Add support for LLVM esp-20.1.1_20250829 (#527)

Changed

  • Update default GCC / Crosstools version to latest, esp-15.2.0_20250920 (#527)
  • espup install -v now accepts version strings with 1-4 parts. (#525)

v0.15.1

19 May 08:33
9fe5d21

Choose a tag to compare

Changed

  • Improved GitHub API error handling (#496)
  • Update zip dependency to 3.0.0 as 2.6.1 was yanked (#504)

v0.15.0

08 Apr 13:43
edc9d64

Choose a tag to compare

Changed

  • Install stable Rust toolchain instead of nightly for RISC-V devices (#487)

v0.14.1

04 Mar 15:03
7a0d827

Choose a tag to compare

Added

  • Add support for LLVM esp-19.1.2_20250225 (#477, #479)

Fixed

  • Return an error if GET request fails (#471)
  • Fix RISC-V installation error (#480)

v0.14.0

17 Dec 09:25
54b453b

Choose a tag to compare

Added

  • Smoother large file download and proxy support (#463)
  • Add GitHub API errors to clarify what failed (#464)

Fixed

  • When querying GitHub for the list of releases, retrieve more items (#462)

Changed

  • espup now prints why an installation step failed (#461)

v0.13.0

30 Oct 10:15
9a6d297

Choose a tag to compare

Changed

  • Update GCC version to 14.2.0 (#442)
  • Update LLVM version to esp-18.1.2_20240912 (#452)

v0.12.2

18 Jul 11:43
dda3061

Choose a tag to compare

Fixed

  • Fix extended LLVM mode regression for LLVM versions < 17 introduced by #432. (#437)

v0.12.1

15 Jul 08:15
e5bf496

Choose a tag to compare

Fixed

  • Make both libclang.so available again when installing the extended LLVM for LLVM versions >= 17 (#432)

v0.12.0

12 Jun 14:32
a332279

Choose a tag to compare

Added

  • Added support for SOCKS5 proxy (#423)

Changed

  • Update LLVM version to esp-17.0.1_20240419 (#427)
  • Update dependencies (#429)

v0.11.0

02 Feb 10:27
a523276

Choose a tag to compare

Added

  • Added support for specifying the location of the export file via ESPUP_EXPORT_FILE (#403)
  • Added support for ESP32-P4 (#408)

Fixed

  • [Windows]: Avoid duplicating system environment variables into user environment variables (#411)