Skip to content

Tags: Eltako/esp-idf

Tags

v5.2.6

Toggle v5.2.6's commit message

Verified

This tag was signed with the committer’s verified signature.
Release v5.2.6

v5.5.1

Toggle v5.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ginkgm Michael
Release v5.5.1

v5.3.4

Toggle v5.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
AdityaHPatwardhan Aditya Patwardhan
Release v5.3.4

v5.5

Toggle v5.5's commit message

Verified

This tag was signed with the committer’s verified signature.
weiyuhannnn esp-wyh
Release v5.5

eltako-v5.4.2-r3

Toggle eltako-v5.4.2-r3's commit message
refactor(xtensa): Rename specreg.h register macros

This commit renames all registers in xtensa/specreg.h to by adding the
prefix XT_REG_. This is done to avoid naming collisions with similar
variable names. A new register file, viz., xt_specreg.h is created. The
previous names are still available to use but have been deprecated.

Closes espressif#12723
Merges espressif#16040

eltako-v5.4.2-r2

Toggle eltako-v5.4.2-r2's commit message
fix(newlib): add missing __atomic_test_and_set for RISCV chips wo 'a'…

… extension

Before the change described in
https://gcc.gnu.org/pipermail/gcc-patches/2023-September/631393.html it
appeared that inlining built-in GCC function __atomic_test_and_set() was
incorrect. It resulted in a non-atomic write.
After the change now present in GCC, the IDF should include the function
__atomic_test_and_set() to successfully link the final binary.

Closes espressif#15167

eltako-v5.4.2-r1

Toggle eltako-v5.4.2-r1's commit message
Support NVS encryption without flash encryption

v5.4.2

Toggle v5.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ginkgm Michael
Release v5.4.2

v5.5-beta1

Toggle v5.5-beta1's commit message

Verified

This tag was signed with the committer’s verified signature.
Release v5.5-beta1

v6.0-dev

Toggle v6.0-dev's commit message

Verified

This tag was signed with the committer’s verified signature.
igrr Ivan Grokhotkov
Start of v6.0 development