Skip to content

Commit

Permalink
ESP IDf compat; StdTcpSocketRef is pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 29, 2024
1 parent 69c4298 commit 40789fc
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 170 deletions.
10 changes: 10 additions & 0 deletions edge-std-nal-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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).

## [0.1.1] - ????-??-??
* Do not compile the `RawSocket` implementation for the ESP IDF, as it is missing the `sockaddr_ll` structure in `libc`
* Retire `StdTcpSocketRef` in favor of simply using `&StdTcpSocket`
Loading

0 comments on commit 40789fc

Please sign in to comment.