366 Commits

Author SHA1 Message Date
Jesse Braham
9bad4e8a57 Silence output from invoked script/application when install Rust 2022-12-31 10:10:55 -08:00
Jesse Braham
c095b89338 Fix some typos, more consistent quoting in output 2022-12-31 09:42:40 -08:00
Jesse Braham
acca45cb83 Use a single package directories instead for determining paths 2022-12-31 09:42:17 -08:00
Jesse Braham
8c1b513b2f Do not depend on strum_macros explicitly, as it's included via strum's derive feature 2022-12-31 09:40:22 -08:00
Sergio Gasquez
9776c0b1be fix: 🎨 Fix clippy warnings 2022-12-30 12:00:22 +01:00
Sergio Gasquez
eff79cf661 test: Fix windows tests 2022-12-30 11:54:50 +01:00
Sergio Gasquez
79d1c469cd test: Add export_environment tests 2022-12-30 11:35:54 +01:00
Sergio Gasquez
b91c8c525c style: 🎨 Remove unused comment 2022-12-30 11:30:05 +01:00
Sergio Gasquez
a1c68ab985 test: Add download_file tests 2022-12-30 11:24:31 +01:00
Sergio Gasquez
d8450d94e7 refactor: 🔥 Remove get_home_dir fn 2022-12-30 10:55:57 +01:00
Sergio Gasquez
1ece99a510 test: Add get_rustup_home tests 2022-12-30 10:52:36 +01:00
Sergio Gasquez
c2965b3276 test: Add get_cargo_home tests 2022-12-30 10:50:48 +01:00
Sergio Gasquez
4fd66bdc3c docs: 📝 Update export_file documentation 2022-12-30 10:38:47 +01:00
Sergio Gasquez
1a21ef9593 test: 🧪 Add a test case: Export file path is a directory 2022-12-30 10:25:43 +01:00
Sergio Gasquez
87863fe8f8 fix: Fix tests 2022-12-30 10:10:18 +01:00
Sergio Gasquez
67e03c878c fix: 🐛 Fix clippy warnings 2022-12-29 13:12:15 +00:00
Sergio Gasquez
6aae03d230 feat: Check if the provided export-file is a file path 2022-12-29 13:00:26 +00:00
Sergio Gasquez
829820f4c8 docs: 📝 Update export_file documentation 2022-12-29 13:44:43 +01:00
Sergio Gasquez
eae6ff61ef docs: 📝 Update profile-minimal documentation 2022-12-29 13:12:56 +01:00
Sergio Gasquez
6448fc39ae docs: 📝 Update esp-idf-version documentation 2022-12-29 13:05:50 +01:00
Sergio Gasquez Arcos
f21e78d337
Merge pull request #120 from esp-rs/fix/uninstall
Update uninstall command
2022-12-27 12:13:05 +01:00
Sergio Gasquez Arcos
9954cc82c1
Merge pull request #110 from esp-rs/fix/default-host-error
Add possibles values to default_host arguments
2022-12-27 11:12:20 +01:00
Sergio Gasquez
7bc3f5adf8 chore: 🔊 Update logs 2022-12-27 10:09:26 +00:00
Sergio Gasquez
852af724b2 docs: 📝 Add documentation for uninstall methods 2022-12-27 10:30:43 +01:00
Sergio Gasquez
b52cb2cff9 refactor: ♻️ Use uinstall methods 2022-12-27 10:22:18 +01:00
Sergio Gasquez
68a116b00c refactor: ♻️ Add uninstall method 2022-12-27 10:21:35 +01:00
Sergio Gasquez
f25545e0f3 refactor: ♻️ Add uninstall method 2022-12-27 10:21:25 +01:00
Sergio Gasquez
8f2ce52020 refactor: ♻️ Add uninstall methods 2022-12-27 10:20:56 +01:00
Sergio Gasquez
abf4d4d7c0 refactor: ♻️ Add uninstall method 2022-12-27 10:19:21 +01:00
Sergio Gasquez
fd38112ef8 refactor: ♻️ Add delete method 2022-12-27 10:18:21 +01:00
Sergio Gasquez Arcos
f06c8e0566
Merge pull request #115 from esp-rs/feature/install-ulp
Install GCC toolchain for ULP coprocessors
2022-12-27 10:10:11 +01:00
Sergio Gasquez
52349c81d1 fix: 🐛 Clippy warnings 2022-12-23 15:33:05 +01:00
Sergio Gasquez
46bc2f141a fix: 🐛 Properly delete Xtensa Rust in windows 2022-12-23 15:01:43 +01:00
Sergio Gasquez
914712d4c0 fix: 🐛 Properly delete the LLVM directory 2022-12-23 15:01:07 +01:00
Sergio Gasquez
8c3575044d refactor: ️ Simplify arch checks for uninstall 2022-12-23 12:45:55 +00:00
Sergio Gasquez
12db3fcb56 refactor: ️ Simplify arch checks for installation 2022-12-23 12:27:59 +00:00
Sergio Gasquez
47ff6c31fc feat: Add riscv constructor 2022-12-23 12:27:04 +00:00
Sergio Gasquez
c85e24a6c7 feat: Add some methods to get the target arch 2022-12-23 12:26:53 +00:00
Sergio Gasquez
edb43de2d9 fix: 🎨 Store GCC export paths between quotes 2022-12-23 11:10:33 +00:00
Sergio Gasquez
30cf198ce2 fix: 🎨 Avod mixing / and \ in Windows exports 2022-12-23 12:04:57 +01:00
Sergio Gasquez
cc967c9945 feat: Add possibles values to default_host arguments 2022-12-23 11:49:48 +01:00
Sergio Gasquez
c9306bdaeb fix: 🐛 Fix clippy 2022-12-23 10:32:08 +00:00
Sergio Gasquez
25cd4f2c8f fix: 🐛 Only install riscv32-esp-elf once 2022-12-23 10:24:28 +00:00
Sergio Gasquez
212a384460 fix: 🐛 Return result instead of unwrapping 2022-12-23 10:23:37 +00:00
Sergio Gasquez
3e729ed586 fix: 🐛 Export variables even when reusing GCC installation 2022-12-23 10:22:45 +00:00
Sergio Gasquez
2d837b833f chore: 🎨 Update RISC-V logs to make them consistent 2022-12-23 09:54:42 +01:00
Sergio Gasquez
adef0ba273 feat: Use both imc and imac target for RISC-V targets 2022-12-23 09:54:21 +01:00
Sergio Gasquez
da7712907d fix: 🐛 Fix duplicated import 2022-12-23 09:53:50 +01:00
Sergio Gasquez
d472f26ca2 chore: 🎨 Update RISC-V logs to make them consistent 2022-12-23 09:43:25 +01:00
Sergio Gasquez
6d16b3f5f3 fix: 🐛 Fix riscv uninstallation 2022-12-23 09:43:25 +01:00