Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tasmota Platform espressif32 2024.09.30 - Arduino Core 3.1.0.240926 #22203

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

Jason2866
Copy link
Collaborator

Description:

  • switch Tasmota esp32x builds to Arduino Core 3.1.0.240926 based on IDF 5.3.1+
  • fixed ITEAD PSRAM use

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.0.240926
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@arendst arendst merged commit 1248bd1 into arendst:development Sep 26, 2024
59 checks passed
@Jason2866 Jason2866 deleted the IDF53_Arduino branch September 26, 2024 15:35
@s-hadinger
Copy link
Collaborator

@gemu2015 It appears that moving to esp-idf 5.3.1 breaks the SPI DMA uDisplay. It still works well when DMA if off. Enabling DMA shows nothing updated on the screen, and also breaks access to the SD Card if it's on the same SPI bus.

@gemu2015
Copy link
Contributor

gemu2015 commented Oct 6, 2024

@s-hadinger
i had look at the roadmap and it seems refactoring SPI is currently in the works.
probably we should wait until this has been finished.
i currently can not check the details because i will be in vacation until October 20th

@ZioFabry
Copy link
Contributor

ZioFabry commented Oct 7, 2024

@s-hadinger
Could it be the same problem I encounter with the OLIMEX ESP32-PoE which breaks the Ethernet support after this commit?
#22234

@arendst
Copy link
Owner

arendst commented Oct 7, 2024

I see the same error:

00:00:00.091 Project tasmota - Olimex ESP32-PoE Version 14.2.0.6(theo)-3_1_0(2024-10-07T10:14:45)
00:00:00.095 ETH: Bad EthType or init error

I noticed the same on Sonoff SPM.

I will look into this now.

@ZioFabry pls make an issue so we can track this problem there.

@arendst
Copy link
Owner

arendst commented Oct 7, 2024

Let's continue here #22248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants