* Add auto-detection feature to esp-println * CHANGELOG.md * Minor README change * Build `esp-println` in CI
44 lines
712 B
Markdown
44 lines
712 B
Markdown
# Changelog
|
|
|
|
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/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
|
|
- Add `auto` feature to auto-detect Serial-JTAG/UART communication (#1658)
|
|
|
|
### Fixed
|
|
|
|
### Changed
|
|
|
|
- `auto` is the default communication method (#1658)
|
|
|
|
### Removed
|
|
|
|
## [0.9.1] - 2024-03-11
|
|
|
|
### Changed
|
|
|
|
- Un-pinned the defmt package's version number
|
|
|
|
## [0.9.0] - 2024-02-07
|
|
|
|
### Added
|
|
|
|
- Add support for ESP32-P4
|
|
|
|
### Removed
|
|
|
|
- Remove ESP 8266 support
|
|
|
|
## [0.8.0] - 2023-12-21
|
|
|
|
### Removed
|
|
|
|
- Remove RTT and defmt-raw support
|
|
|