Johannes Löthberg
e108653b63
Fix extended LLVM mode for LLVM < 17 ( #437 )
...
The fix for extended LLVM mode with LLVM 17 accidentally broke it for
toolchain versions using LLVM 15 and 16.
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-07-17 13:06:48 +02:00
Sergio Gasquez Arcos
e5bf496aaf
Prepare 0.12.1 release ( #434 )
...
* build: Update dependencies
* build: Bump espup version
* docs: Update changelog
v0.12.1
2024-07-15 09:43:05 +02:00
Johannes Löthberg
9c0234d118
Download both the release artifacts in extended mode for LLVM >= 17
...
The Espressif-provided LLVM toolchain no longer has the libs-only
tarball as a strict subset of the full tarball. Instead the "full"
tarball now contains a clang with libclang built in. To work around
this we now need to get _both_ tarballs if we're in extended LLVM mode.
Cf. https://github.com/espressif/llvm-project/issues/99
Signed-off-by: Johannes Löthberg <johannes.loethberg@elokon.com>
2024-06-28 15:19:30 +02:00
dependabot[bot]
84081c2695
build(deps): bump actions/add-to-project from 1.0.1 to 1.0.2
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v1.0.1...v1.0.2 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 09:10:14 +02:00
Sergio Gasquez
a9fadeb465
feat: Begin next release cycle
2024-06-13 09:45:51 +02:00
Sergio Gasquez Arcos
a3322797aa
Prepare v0.12.0 release ( #429 )
...
* build: Update deps
* docs: Udpate changelog
* ci: Add changelog check
v0.12.0
2024-06-12 16:28:11 +02:00
Sergio Gasquez Arcos
8d8d4124df
Add support for LLVM 17 after 1.78.0.0 ( #427 )
...
* build: Update dependencies
* feat: Add LLVM 17 support
* docs: Update changelog
2024-05-06 16:58:12 +02:00
Sergio Gasquez
ff40b2926e
build: Update dependecies
2024-04-22 10:58:44 +02:00
dependabot[bot]
67d80fcdc3
build(deps): bump actions/add-to-project from 1.0.0 to 1.0.1
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v1.0.0...v1.0.1 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-16 08:27:34 +02:00
dependabot[bot]
d32823fd07
build(deps): bump actions/add-to-project from 0.6.1 to 1.0.0
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.6.1 to 1.0.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.6.1...v1.0.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 08:07:11 +02:00
Ao Chen
f25a53db7d
Add socks5 proxy support
2024-04-04 09:50:12 +02:00
dependabot[bot]
651cec427a
build(deps): bump actions/add-to-project from 0.6.0 to 0.6.1 ( #422 )
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.6.0...v0.6.1 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 10:00:15 +01:00
Ryan Kopf
72700d7538
Update env.rs ( #420 )
...
* Update env.rs
The book says "There is no need to execute the file for Windows users. It is only created to show the modified environment variables.". This appears to be out of date.
* Update src/env.rs to simpler help message.
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
* fix: Remove line
---------
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
2024-03-22 11:53:12 +01:00
Sergio Gasquez Arcos
c390abe8d5
Cargo update to avoid a vulnerability ( #419 )
...
* build: Cargo update to avoid a vulnerability in mio
* build: Bump MSRV
2024-03-06 09:52:12 +01:00
dependabot[bot]
d6d939de55
build(deps): bump actions/add-to-project from 0.5.0 to 0.6.0
...
Bumps [actions/add-to-project](https://github.com/actions/add-to-project ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/actions/add-to-project/releases )
- [Commits](https://github.com/actions/add-to-project/compare/v0.5.0...v0.6.0 )
---
updated-dependencies:
- dependency-name: actions/add-to-project
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-02-27 08:43:50 +01:00
Sergio Gasquez
df2898d295
feat: Begin next release cycle
2024-02-15 12:19:36 +01:00
Sergio Gasquez Arcos
a523276c03
Prepare 0.11.0 release ( #416 )
...
* docs: Update changelog
* build: Bump dependencies and espup version
v0.11.0
2024-02-02 11:25:33 +01:00
Sergio Gasquez
1751f721c1
ci: Add CHANGELOG check action
2024-01-26 11:26:21 +01:00
Sergio Gasquez
f9115bd7a3
build: Bump MSRV
2024-01-24 09:35:48 +01:00
Sergio Gasquez
dd9bd9d06b
build: Update deps
2024-01-23 11:46:03 +01:00
Sergio Gasquez Arcos
36e055cbc4
Add support for ESP32-P4 ( #408 )
...
* feat: Add support for ESP32-P4
* docs: Update changelog
2024-01-15 09:36:30 +01:00
Sergio Gasquez Arcos
4e4ff03e39
Fix Windows path ( #411 )
...
* fix: Fix Windows path
* docs: Update changelog
2024-01-11 09:34:25 +01:00
Christian Meusel
a311fb9d0a
Allow specifying export file via ESPUP_EXPORT_FILE ( #403 )
...
* Allow specifying export file via ESPUP_EXPORT_FILE
* Add CHANGELOG.md entry for ESPUP_EXPORT_FILE
2023-12-12 10:32:07 +01:00
Sergio Gasquez Arcos
f59ef6593d
feat: Begin next release cycle ( #405 )
2023-12-11 09:56:19 +01:00
Sergio Gasquez Arcos
8480f3a5a2
Prepare v0.10.0 release ( #402 )
...
* feat: Update deps and espup version
* docs: Update changelog
v0.10.0
2023-12-05 12:00:00 +01:00
Sergio Gasquez
025792b2b0
fix: When using extended LLVM check if the include folder is present
2023-12-05 11:09:08 +01:00
Sergio Gasquez
4cd89f3920
docs: Update notes and warnings
2023-11-24 09:09:47 +01:00
Sergio Gasquez Arcos
375129f190
Update LLVM ( #398 )
...
* feat: Update LLVM
* fix: Clippy warning
* docs: Update changelog
2023-11-23 09:53:44 +01:00
Sergio Gasquez Arcos
66db3ba875
Require toolchain-version for skip-version-parse arg ( #396 )
...
* feat: Require toolchain-version for skip-version-parse arg
* docs: Update changelog
2023-11-14 12:23:56 +01:00
Sergio Gasquez
efc7ff7bdd
feat: Begin next release cycle
2023-11-10 11:44:46 +01:00
Sergio Gasquez
5e390e9209
feat: Bump dependencies and update changelog
v0.9.0
2023-11-10 10:40:05 +01:00
Frederick Vollbrecht
7dc66b012e
🚩 add flag to only install riscv if user wants ( #391 )
...
* 🚩 add flag to only install riscv if user wants
* clippy
* rename flag to esp_riscv_gcc
* update comments
* 📝 update CHANGEL + README
* ✏️ typo
* Update src/cli.rs
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
* Update src/toolchain/mod.rs
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
* alphabetical ordering
---------
Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
2023-11-08 16:46:25 +01:00
Sergio Gasquez
353331d569
docs: Update nigthly_version arg documentation
2023-11-08 10:29:03 +01:00
Sergio Gasquez
7519f66c01
style: Remove unnecesary log
2023-11-08 10:00:40 +01:00
Sergio Gasquez
a608ef3295
feat: Begin next release cycle
2023-11-07 12:57:48 +01:00
Sergio Gasquez
f727be5727
docs: Update changelog
2023-11-07 12:29:44 +01:00
Sergio Gasquez
69dd9fda45
feat: Bump dependencies and update changelog
2023-11-07 12:05:17 +01:00
Sergio Gasquez Arcos
119ec3a319
Update Windows env ( #389 )
...
* feat: Update Windows env
* feat: Remove unused import in env.rs
* feat: Add version file for GCC and LLVM
* feat: Improve get methods
* fix: Fix includes
2023-11-07 12:04:53 +01:00
Sergio Gasquez
819b3b45f9
style: Update log format
2023-11-02 09:56:14 +00:00
Sergio Gasquez Arcos
e423451b82
Minor improvements ( #384 )
...
* docs: Fix typo
* feat: Less verbose logs and minor improvements
* feat: Use tokio::fs
* style: Improve includes
* docs: Update changelog
* feat: Merge main
2023-10-30 14:53:42 +01:00
Sergio Gasquez Arcos
5e1e06f617
docs: Update changelog ( #385 )
2023-10-30 14:20:49 +01:00
Sergio Gasquez Arcos
f2ad5fa763
Add symlink to LLVM ( #380 )
...
* feat: Add symlink to LLVM in $HOME/.espup/esp-clang
* feat: Remove symlink folder
2023-10-30 14:12:29 +01:00
Sergio Gasquez
e54750d27f
chore: Remove unused emoji.rs
2023-10-26 16:23:53 +02:00
Sergio Gasquez
f512c6f938
docs: Update docs regarding tab completion
2023-10-23 12:43:46 +02:00
Sergio Gasquez
ea3fe81d3e
chore: Prepare new development cycle
2023-10-20 10:46:25 +02:00
Sergio Gasquez Arcos
0d5bda7990
Prepare 0.7.0 release ( #378 )
...
* docs: Update changelog
* build: Bump espup version and dependencies
v0.7.0
2023-10-18 14:33:51 +02:00
Sergio Gasquez Arcos
75f893223a
Remove emojis ( #376 )
...
* style: Remove emojis
* docs: Update changelog
2023-10-18 14:16:46 +02:00
Sergio Gasquez Arcos
80205eddcd
Improve logger fmt and logging messages ( #375 )
...
* chore: Update logger fmt and export file log
* chore: Update log messages
* chore: Log level is now lowercase
* refactor: Merge install and update methods
2023-10-17 15:58:43 +02:00
Sergio Gasquez Arcos
3910ea36fd
Update GCC version ( #373 )
...
* feat: Update GCC version
* docs: Update changelog
2023-10-17 14:05:55 +02:00
Sergio Gasquez
37a942512e
fix: Fix export command
2023-10-11 12:52:35 +02:00