-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
soc: esp32: updates to sync with v4.4.1 hal_espressif #49682
Merged
Merged
Conversation
This file contains 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
sylvioalves
requested review from
dcpleung,
nashif,
glaubermaroto,
rlubos,
tbursztyka,
pfalcon,
uLipe,
LucasTambor,
andyross,
kgugala and
pgielda
as code owners
August 30, 2022 12:32
zephyrbot
added
platform: ESP32
Espressif ESP32
area: Wi-Fi
Wi-Fi
area: Timer
Timer
area: Xtensa
Xtensa Architecture
area: PWM
Pulse Width Modulation
area: RISCV
RISCV Architecture (32-bit & 64-bit)
area: SPI
SPI bus
area: Interrupt Controller
area: Clock Control
labels
Aug 30, 2022
zephyrbot
requested review from
anangl and
carlocaione
and removed request for
tbursztyka,
pgielda,
kgugala,
uLipe,
rlubos,
LucasTambor,
dcpleung and
glaubermaroto
August 30, 2022 12:33
west.yml: update hal_espressif to use latest v4.4.1 updates. This change needs to be insync with esp32c3 timer changes, otherwise it breaks it. drivers: timer: update esp32c3 systimer to meet API changes. Systimer API was refactored in hal v4.4.1, which requires updates in esp32C3 systimer. Timer behavior is maintained as is. mcpwm: add v4.4.1 include reference, which was refactored as well. driver: spi: esp32: update internal structs to meet API changes. cmake: updated esp32 board to use HAL_ prefix as from west blobs requirement. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
Update all esp32 socs to include esp_timer early init, which is part of hal v4.4.1 update. Update reboot function to meet proper SoC init/deinit peripherals. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This reverts commit fdd47f3. After v4.4.1, write-block-size is no longer needed to be 32-bytes Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
Updates all ESP32 boards with proper binary blob download command. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
sylvioalves
force-pushed
the
hal_v4.4.1
branch
from
September 1, 2022 13:08
5fb7932
to
9f2c3c6
Compare
zephyrbot
requested review from
anangl,
fkokosinski,
glaubermaroto,
gmarull,
KangJianX,
katsuster,
tgorochowik and
uLipe
and removed request for
edersondisouza,
Kludentwo,
dcpleung,
kgugala,
nordic-krch,
pgielda,
rlubos,
LucasTambor and
mbolivar-nordic
September 1, 2022 13:09
This PR is ready for review. |
uLipe
approved these changes
Sep 1, 2022
glaubermaroto
approved these changes
Sep 1, 2022
sylvioalves
added a commit
to sylvioalves/zephyr
that referenced
this pull request
Sep 3, 2022
As part of zephyrproject-rtos#49682, this updates esp32c3 documentation to add proper west blobs command. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
nashif
pushed a commit
that referenced
this pull request
Sep 9, 2022
As part of #49682, this updates esp32c3 documentation to add proper west blobs command. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Clock Control
area: Interrupt Controller
area: PWM
Pulse Width Modulation
area: RISCV
RISCV Architecture (32-bit & 64-bit)
area: SPI
SPI bus
area: Timer
Timer
area: Wi-Fi
Wi-Fi
area: Xtensa
Xtensa Architecture
manifest
manifest-hal_espressif
platform: ESP32
Espressif ESP32
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.
This PR brings a few updates to meet
hal_espressif
v4.4.1 baseline.This also integrates the binary blob documentation, which is now available in
hal_espressif
.Issues below were also fixed during hal_v4.4.1 bring up:
Closes #43655
Closes #49762