-
Notifications
You must be signed in to change notification settings - Fork 8k
Add mcxa344 baseline support #96405
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
base: main
Are you sure you want to change the base?
Add mcxa344 baseline support #96405
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
:start-after: nxp-board-footer | ||
|
||
.. _MCX-A344 SoC Website: | ||
TBD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems these need to be added
reg = <0x00000000 DT_SIZE_K(16)>; | ||
read-only; | ||
}; | ||
slot0_partition: partition@4000 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newlines missing e.g. line 138, fix in whole PR
CONFIG_UART_INTERRUPT_DRIVEN=y | ||
CONFIG_GPIO=y | ||
CONFIG_LPADC_DO_OFFSET_CALIBRATION=y | ||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=180000000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=180000000 |
set in SoC Kconfig.defconfig
using dts functions
west.yml
Outdated
- hal | ||
- name: hal_nxp | ||
revision: bcab469190b4302bb2f78cc20768f1c719595cba | ||
revision: pull/608/head |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manifest update must come before commits that need it
880a133
to
99248f8
Compare
99248f8
to
b6d9278
Compare
Sync hal_nxp to support MCXA344 Signed-off-by: Neil Chen <[email protected]>
add dts support for board frdm_mcxa344 Signed-off-by: Neil Chen <[email protected]>
Add soc MCXA153 for board frdm_mcxa344 Signed-off-by: Neil Chen <[email protected]>
enable board support for frdm_mcxa344 Signed-off-by: Neil Chen <[email protected]>
b6d9278
to
2335d51
Compare
|
soc: add SOC support for MCXA344
dts: add dts for MCXA344
boards: add frdm_mcxa344 board