mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-09-29 21:31:17 +00:00
New release
This commit is contained in:
parent
726aede30c
commit
9de95e1886
@ -5,13 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [0.45.2] - 2025-01-15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix ledc example (#511)
|
- Fix ledc example (#511)
|
||||||
- Fix missing sdspi_host_get_dma_info for sdcard driver bug (#509)
|
- Fix missing sdspi_host_get_dma_info for sdcard driver bug (#509)
|
||||||
|
|
||||||
|
|
||||||
## [0.45.1] - 2025-01-10
|
## [0.45.1] - 2025-01-10
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-idf-hal"
|
name = "esp-idf-hal"
|
||||||
version = "0.45.1"
|
version = "0.45.2"
|
||||||
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
|
authors = ["sapir <yasapir@gmail.com>", "Ivan Markov <ivan.markov@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user