Open
Conversation
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.
I was able to compile and succesfully run esphome build with newer amebaz2.
This PR contain changes I had to do in libretiny to make this compile.
Note that my test was very basic - I only checked that esphome was started and has connected to wifi.
The SDK i used was this: https://github.com/Ameba-AIoT/ameba-rtos-z2 (commit b758282b80e2435d539ef75e57330eca92964067).
On the first glance there seem to be a lot of differences between this and the old sdk that libretiny currently uses. But the quick comparison shows that most of them are due to changed formatting, added code comments and some quality improvements. I did see also a bugfix related to flash unlocking, and also added support for more wifi security types, so switching to this version might actually be be worth it.