39 Commits

Author SHA1 Message Date
Jesse Braham
47b661db1d
Add support for the ESP32-C5 (#863)
* Generate eFuse field definitions for ESP32-C5

* Add bootloader and flasher stub for ESP32-C5

* Add initial support for the ESP32-C5

* Mention ESP32-C5 in various READMEs

* Update `CHANGELOG.md`

* Small fixes
2025-05-22 12:39:52 +00:00
Jesse Braham
3c56608a8a
Update license files and top-level README.md, move test binaries to tests/ directory (#734)
* Update license files

* Move the test binaries to the tests/ directory

* Remove outdated notice from top-level `README.md`
2025-01-29 12:33:08 +00:00
Sergio Gasquez Arcos
45946f84e0
Add note about current development state (#652)
* docs: Add note about current state

* fix: Improve wording

Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>

---------

Co-authored-by: Jesse Braham <jessebraham@users.noreply.github.com>
2024-07-18 13:01:29 +00:00
Jesse Braham
2279d3a126
Remove support for the ESP8266 (#576)
* Remove support for the ESP8266

* Update `CHANGELOG.md`

* Remove all remaining mentions of ESP8266
2024-02-05 09:49:23 -08:00
Drew Stephens
5852e2cde2
Link GH workflow & Crates.io badges (#568)
* Link GH workflow badge
2024-02-01 16:57:32 +01:00
Sergio Gasquez Arcos
b427b2b92d
Initial support for P4 (#533)
* feat: Initial support for P4

* feat: Update p4 bootloader to master (8c9e298)

* fix: Fix clippy lints
2024-01-09 10:49:16 -08:00
Jesse Braham
a0b2435439 Restructure the READMEs a bit to (hopefully) make information more discoverable 2023-06-08 06:54:35 -07:00
Jesse Braham
0628b75430 Add a simple pre-commit git hook to verify formatting 2023-06-07 07:29:35 -07:00
Jesse Braham
151ca29a09 Update the CI workflow 2023-06-01 07:17:00 -07:00
Kirill Mikhailov
62b882e07b
Added ESP32-H2 support (#371)
* Added ESP32-H2 support

* fix esp32h2.rs (fmt)

* fix mod.rs (fmt)
2023-03-24 10:08:37 -07:00
Jesse Braham
770b2f8761 Fix some clippy warnings, documentation updates 2023-01-12 08:29:58 -08:00
Jesse Braham
8f3483667d Fix the CI badge in the README 2022-12-19 06:41:55 -08:00
Jesse Braham
6419e3431c
Add support for flashing the ESP32-C6 (#317)
* Add support for flashing the ESP32-C6

* Update READMEs
2022-12-12 04:14:11 -08:00
Jesse Braham
e1508fb44e A few more tweaks to the READMEs 2022-11-07 09:45:41 -08:00
Jesse Braham
dc5900ab22
Re-write all the READMEs (#262)
* Re-write all the READMEs

* Address feedback from review
2022-10-19 07:18:25 -07:00
Jesse Braham
376e2ea969 Change default branch name to main 2022-10-11 12:17:40 -07:00
Jesse Braham
5756b0208f Bump MSRV to 1.60.0 2022-09-26 09:18:14 -07:00
Jesse Braham
e9d1f2a446 Update READMEs to be more consistent with each other and other org projects 2022-09-16 09:24:44 -07:00
Tomas Borcin
6d47af5773
Relicense under MIT and Apache-2.0 (#235)
* Relicense under MIT and Apache-2.0

* Remove LICENSE from cargo-espflash

* Change LICENSE in Cargo.toml
2022-09-14 17:18:03 +01:00
Jesse Braham
52da13c757 Update README and .gitignore, fix CI (again) 2022-05-11 07:38:38 -07:00
Jesse Braham
d9c91df011 Strip symbols and enable LTO when building using the release profile
This shrinks the size of the resulting binaries by a fairly significant amount. This requires bumping the MSRV to 1.59, however.
2022-05-09 09:25:37 -07:00
Sven-Hendrik Haase
224cdb7550
Increase required Rust version in README 2022-05-03 12:40:36 +02:00
Jesse Braham
8dd9fec053 Mention the libuv requirement in the README 2022-02-28 08:04:48 -08:00
Robin Appelman
f6c8496c62 bumb msrv to 1.56 2021-12-11 15:50:07 +01:00
Jesse Braham
3d3d4e220c Update all READMEs, add missing information 2021-11-19 08:53:46 -08:00
Jesse Braham
22550f382a Explicitly state the MSRV in Cargo manifests and README 2021-10-27 12:20:44 -07:00
Robin Appelman
b03be53ab8 add install command 2021-10-16 16:47:55 +02:00
Robin Appelman
a8c3f81fdf update readme for 1.1 and put cargo-espflash docs in root for better discovery 2021-10-16 13:57:09 +02:00
Jesse Braham
f3d11ec1ef Fix typo in supported chip name (S3 -> S2) 2021-10-01 12:23:12 -07:00
Robin Appelman
4b39b3b2c4 readme updates 2021-09-21 14:34:35 +02:00
Robin Appelman
e312cfd7b0 fix ci link in readme 2020-10-24 18:32:19 +02:00
Robin Appelman
fce07cbc1b
Merge pull request #11 from marcelbuesing/actions
Actions
2020-10-24 16:31:13 +00:00
Robin Appelman
ca642db108 base dockerfile directly on ubuntu and add esp8266 toolchain 2020-10-24 16:10:26 +02:00
marcelbuesing
553a9542b2
add build badge 2020-10-22 22:13:12 +02:00
marcelbuesing
35de27629f
add dockerfile 2020-10-09 12:43:39 +02:00
Jesse Braham
6da25eb574 Split README into 3 separate files 2020-09-08 16:57:03 -07:00
Robin Appelman
fc84c40605 update readme 2020-09-05 00:18:04 +02:00
Robin Appelman
885fae07c6 add note about cargo runner 2020-09-02 11:56:22 +02:00
Robin Appelman
6d91ae204f command cleanup, basic readme, licence 2020-09-01 23:18:01 +02:00