aboutsummaryrefslogtreecommitdiff
path: root/rtic-monotonics
diff options
context:
space:
mode:
authorRonald Weber <ronaldxweber@gmail.com>2025-02-09 21:51:19 +0100
committerGitHub <noreply@github.com>2025-02-09 20:51:19 +0000
commit587f183842fbd7cfe80253cb199032dd76740f70 (patch)
tree7ef6e57f7b5abe0148fc3735bd333bc7ad1d1297 /rtic-monotonics
parent0935051d8b35f79d85475fa3449315f31faf469d (diff)
Update esp32-c3 and esp-hal crates (#1019)
* Bump esp32-c3 to 0.27.0 * Update esp-hal to 0.23.1 * Add Changelog entry
Diffstat (limited to 'rtic-monotonics')
-rw-r--r--rtic-monotonics/CHANGELOG.md4
-rw-r--r--rtic-monotonics/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md
index 8c7f683..f4fe20b 100644
--- a/rtic-monotonics/CHANGELOG.md
+++ b/rtic-monotonics/CHANGELOG.md
@@ -7,6 +7,10 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top!
## Unreleased
+### Changed
+
+- Updated esp32c3 dependency to v0.27.0
+
## v2.0.3 - 2024-10-23
### Added
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml
index 79017ec..ebc0410 100644
--- a/rtic-monotonics/Cargo.toml
+++ b/rtic-monotonics/Cargo.toml
@@ -67,7 +67,7 @@ stm32-metapac = { version = "15.0.0", optional = true }
imxrt-ral = { version = "0.5.3", optional = true }
-esp32c3 = {version = "0.26.0", optional = true }
+esp32c3 = {version = "0.27.0", optional = true }
riscv = {version = "0.12.1", optional = true }