127 Commits

Author SHA1 Message Date
Sergio Gasquez
d1557d03c5 refactor: 🎨 Move environment setup to a function 2022-09-21 09:26:07 +00:00
Sergio Gasquez
0a68ae8361 fix: 🐛 Fix esp-idf export path 2022-09-21 08:59:55 +00:00
Sergio Gasquez
3dd83b51f0 docs: 📝 Doccument Windows python3.11 error 2022-09-20 19:03:50 +02:00
Sergio Gasquez
45b5047676 docs: 📝 Doccument Windows python3.11 error 2022-09-20 19:03:04 +02:00
Sergio Gasquez
c0d526ceeb ci: ️ Avoid running CI when changing the README 2022-09-20 19:02:45 +02:00
Sergio Gasquez
e1bdee7045 chore: 🎨 Exit the program if there is an existing esp toolchain installed 2022-09-20 14:10:52 +00:00
Sergio Gasquez
0afb642092 docs: 📝 Document error 2022-09-20 14:54:31 +02:00
Sergio Gasquez
d8a2eaeadb fix: 🐛 Fix export in Windows 2022-09-20 14:46:43 +02:00
Sergio Gasquez
a3ff855af7 chore: 🎨 Add todo 2022-09-20 14:30:10 +02:00
Sergio Gasquez
59b21a199c docs: 📝 Add Windows error log 2022-09-20 14:28:10 +02:00
Sergio Gasquez
569580d520 docs: 📝 Update readme 2022-09-20 12:07:33 +00:00
Sergio Gasquez
7ac3775b3c chore: ️ Update default value of build_target 2022-09-20 11:44:51 +00:00
Sergio Gasquez
3bb44c1d1f feat: Add support for clearing dist folder 2022-09-20 11:25:19 +00:00
Sergio Gasquez
a5cb819156 feat: Add crate installation support 2022-09-20 11:05:29 +00:00
Sergio Gasquez
a5e361acde style: 🎨 Reorder methods 2022-09-20 10:36:48 +00:00
Sergio Gasquez
2159be4792 chore: 🎨 Improve imports 2022-09-20 09:42:52 +00:00
Sergio Gasquez
7355d2e38f fix: 🐛 Remove toolchain mod 2022-09-20 09:41:58 +00:00
Sergio Gasquez
8f1f26ba00 refactor: ♻️ Delete toolchain.rs 2022-09-20 09:41:31 +00:00
Sergio Gasquez
6fb6dae738 refactor: ♻️ Improve documentation, allow using versions of esp-idf 2022-09-20 08:58:36 +00:00
Sergio Gasquez
d6fb3dd3aa fix: 🐛 Fix toolchain_destination path 2022-09-20 06:59:28 +00:00
Sergio Gasquez
fcd0bcef79 fix: 🐛 Rever minified_espidf changes 2022-09-19 19:48:52 +02:00
Sergio Gasquez
ecf08192e0 fix: 🐛 Fix default toolchain_destination 2022-09-19 19:48:21 +02:00
Sergio Gasquez
dcfd40e307 refactor: ♻️ Avoid hardcoded default values for arguments 2022-09-19 19:20:32 +02:00
Sergio Gasquez
9832b3a610 fix: 🐛 Add openocd to espidf 2022-09-19 15:33:00 +00:00
Sergio Gasquez
38bfba6faa fix: 🐛 Fix version 2022-09-19 15:04:41 +00:00
Sergio Gasquez
f8bbe4c402 style: 🎨 Fix warnings 2022-09-19 14:07:45 +00:00
Sergio Gasquez
352069bfb2 refactor: ♻️ Refactor espidf installation 2022-09-19 14:03:29 +00:00
Sergio Gasquez
e314fba83d fix: 🐛 Fix get_espidf_path path 2022-09-19 12:54:54 +00:00
Sergio Gasquez
826c35d0d8 fix: 🎨 Install ldproxy when installing espidf 2022-09-19 10:51:48 +00:00
Sergio Gasquez
40e5fc7ba4 refactor: ♻️ Move install_extra_crate to rust_toolchain.rs 2022-09-19 10:50:31 +00:00
Sergio Gasquez
6c32b5b8ef refactor: ♻️ Add rust_toolchain.rs 2022-09-19 10:15:22 +00:00
Sergio Gasquez
9c3b973cf4 refactor: ♻️ Add llvm_toolchain.rs 2022-09-19 08:11:02 +00:00
Sergio Gasquez
378a8e8891 feat: Add gcc_toolchain.rs 2022-09-18 08:55:14 +00:00
Sergio Gasquez
26f38bab5b Add chip.rs 2022-09-18 08:02:06 +00:00
Sergio Gasquez
418407eff2 style: 🎨 Remove TODOs 2022-09-18 07:39:58 +00:00
Sergio Gasquez
db22f53110 chore: 🎨 Dockerfile cleanup 2022-09-18 07:39:46 +00:00
Sergio Gasquez
3147972bc1 ci: ️ Build in release mode 2022-09-17 10:15:05 +00:00
Sergio Gasquez
23113d1718 refactor: ♻️ Use download_file to download assets 2022-09-17 10:07:08 +00:00
Sergio Gasquez
211d55fa13 refactor: 📦️ Update package name 2022-09-17 08:59:34 +00:00
Sergio Gasquez
caec40b2b0 style: 🎨 Format utils.rs 2022-09-17 08:23:51 +00:00
Sergio Gasquez
9d9dd4518d style: 🎨 Format main.rs 2022-09-17 08:23:01 +00:00
Sergio Gasquez
d253b1b24d style: 🎨 Remove comments 2022-09-17 08:22:20 +00:00
Sergio Gasquez
38a25c08e3 chore: ️ Update devcontainer 2022-09-17 10:17:55 +02:00
Sergio Gasquez
cc9dc18d59 fix: ️ Fix clippy warnings 2022-09-17 10:17:41 +02:00
Sergio Gasquez
04208f3396 refactor: ♻️ Remove println! to use logs 2022-09-17 10:01:14 +02:00
Sergio Gasquez
78d7723fc9 refactor: 🎨 Add emoji.rs 2022-09-17 09:40:27 +02:00
Sergio Gasquez
4f05ed5520 refactor: 🎨 Use bail macro 2022-09-17 09:32:07 +02:00
Sergio Gasquez
eda2eb3a23 feat: Add logs 2022-09-17 09:30:06 +02:00
Sergio Gasquez
ef7e3e6167 refactor: 🎨 Use anyhow and rename functions 2022-09-17 09:16:12 +02:00
Sergio Gasquez
51d3b6ec24 ci: 👷 Add CI 2022-09-17 08:54:55 +02:00