axTLS Ram savings. - #1255
Merged
Merged
Conversation
slaff
pushed a commit
to slaff/Sming
that referenced
this pull request
Nov 6, 2017
…ith Arduino. - Arduino compatibility improvements (SmingHub#1213). - Library code for some Arduino libraries comes directly from their source repositories (Adafruit_ST7735, Adafruit_SSD1306). - Added dynamic recalculation of image offsets to prevent rom overlapping (SmingHub#1208). - Added Wi-Fi Protected Setup (WPS) support (SmingHub#1199). - Ram savings in axTLS (SmingHub#1255). - Simplified and improved Http Client and Http Server stream handling (SmingHub#1247). - Fixed Memory Leak in Mqtt (SmingHub#1273). - Updated Spiffs code to version 0.3.7 + fixes (#SmingHub#1246). And much more. All merged PRs in this release can be seen from [here](https://github.com/SmingHub/Sming/milestone/12?closed=1) - Changed the order of Wire.begin and Wire.pins parameters to match the Arduino order (SmingHub#1193). For a complete list of changes run the following command: ``` git log 3.3.0..3.4.0 ``` Thanks to everyone who helped us make this release happen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backported that commit igrr/axtls-8266@24af415 back here.