-
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
Add MAX78002 SoC and MAX78002EVKIT board #80247
Merged
nashif
merged 7 commits into
zephyrproject-rtos:main
from
analogdevicesinc:add-MAX78002EVKIT-board
Nov 16, 2024
Merged
Add MAX78002 SoC and MAX78002EVKIT board #80247
nashif
merged 7 commits into
zephyrproject-rtos:main
from
analogdevicesinc:add-MAX78002EVKIT-board
Nov 16, 2024
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
zephyrbot
requested review from
anangl,
galak,
henrikbrixandersen,
kartben,
MaureenHelm,
microbuilder,
mnkp,
nashif,
nordic-krch,
ozersa,
tbursztyka,
teburd and
ttmut
October 22, 2024 17:06
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
zephyrbot
added
manifest
manifest-hal_adi
DNM
This PR should not be merged (Do Not Merge)
labels
Oct 22, 2024
hfakkiz
force-pushed
the
add-MAX78002EVKIT-board
branch
from
October 23, 2024 00:11
fd3bd03
to
575b43c
Compare
nordicjm
requested changes
Oct 23, 2024
hfakkiz
force-pushed
the
add-MAX78002EVKIT-board
branch
from
October 23, 2024 07:46
575b43c
to
a761aec
Compare
ttmut
requested changes
Oct 23, 2024
kartben
requested changes
Oct 23, 2024
hfakkiz
force-pushed
the
add-MAX78002EVKIT-board
branch
from
October 23, 2024 09:11
a761aec
to
8ffa155
Compare
kartben
reviewed
Oct 23, 2024
hfakkiz
force-pushed
the
add-MAX78002EVKIT-board
branch
from
October 23, 2024 09:46
8ffa155
to
d560366
Compare
hfakkiz
force-pushed
the
add-MAX78002EVKIT-board
branch
from
October 23, 2024 16:40
3938f0c
to
5f31087
Compare
MaureenHelm
previously approved these changes
Oct 23, 2024
kartben
previously approved these changes
Oct 23, 2024
ttmut
previously approved these changes
Oct 24, 2024
nordicjm
reviewed
Oct 25, 2024
Added MAX78002 SoCs' files to the hal_adi repository. This commit fetches it. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
MAX78002 SoC has IPLL and EBO clocks. Added these clocks for MAX78002. Updated ERFO clock with '_OR' option because MAX78002 doesn't have it. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Added MAX78002 Kconfig and dts files. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Add MAX78002 binding file for DMA slots. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Add MAX78002EVKIT board. For more information about this board please check https://www.analog.com/ Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Enable following tests for MAX78002EVKIT: - tests/drivers/adc/adc_api - tests/drivers/counter/counter_basic_api - tests/drivers/dma/chan_blen_transfer - tests/drivers/dma/loop_transfer - tests/drivers/flash/common - tests/drivers/gpio/gpio_basic_api - tests/drivers/i2c/i2c_target_api - tests/drivers/pwm/pwm_api - tests/drivers/spi/spi_loopback - tests/drivers/w1/w1_api Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
Enable counter/alarm sample for MAX780002EVKIT. Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com>
hfakkiz
dismissed stale reviews from ttmut, kartben, and MaureenHelm
via
October 25, 2024 09:40
0d86245
hfakkiz
force-pushed
the
add-MAX78002EVKIT-board
branch
from
October 25, 2024 09:40
5f31087
to
0d86245
Compare
MaureenHelm
approved these changes
Oct 25, 2024
kartben
approved these changes
Oct 25, 2024
nordicjm
approved these changes
Oct 28, 2024
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.
The MAX78002 microcontroller (MCU) is an advanced system-on-chip (SoC) featuring an Arm® Cortex®-M4F and RISC-V CPU, large Flash and SRAM memories, and ultra-low-power deep neural network accelerator.
This PR adds MAX78002 and its EvKit board.
doc page in CI: https://builds.zephyrproject.io/zephyr/pr/80247/docs/boards/adi/max78002evkit/doc/index.html
Tested with:
tests/drivers/uart/uart_basic_api
tests/drivers/gpio/gpio_basic_api
tests/drivers/entropy/api
tests/drivers/watchdog/wdt_basic_api
tests/drivers/dma/chan_blen_transfer
tests/drivers/dma/loop_transfer
tests/drivers/flash/common
tests/drivers/pwm/pwm_api
tests/drivers/adc/adc_api
tests/drivers/spi/spi_loopback
tests/drivers/i2c/i2c_target_api
tests/drivers/w1/w1_api
tests/drivers/counter/counter_basic_api
samples/drivers/counter/alarm