-
Notifications
You must be signed in to change notification settings - Fork 139
Added support for NXP MCX W71 #551
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
4d1bf5d
Draft support for MCX W71
danielinux 354df34
Added build test. Updated mcxa + mcxw to mcux-sdk
danielinux f4d1c02
Fixed flash driver, added documentation, tested
danielinux 57ce4a4
Fixed Linkserver instructions
danielinux c00fe36
Fixed LED mapping for mcxw71 in Targets.md
danielinux 9b42782
Fixes to hal after review
danielinux ea79b86
Added comment in test-app
danielinux File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| ARCH?=ARM | ||
| TARGET?=mcxw | ||
| SIGN?=ECC256 | ||
| HASH?=SHA256 | ||
| MCUXSDK?=1 | ||
| MCUXPRESSO?=$(PWD)/../NXP/mcux-sdk | ||
| MCUXPRESSO_CMSIS?=$(PWD)/../NXP/CMSIS_5/CMSIS | ||
| MCUXPRESSO_CPU?=MCXW716CMFTA | ||
| MCUXPRESSO_DRIVERS?=$(MCUXPRESSO)/devices/MCXW716C | ||
| DEBUG?=0 | ||
| VTOR?=1 | ||
| CORTEX_M0?=0 | ||
| NO_ASM?=0 | ||
| NO_MPU=1 | ||
| EXT_FLASH?=0 | ||
| SPI_FLASH?=0 | ||
| ALLOW_DOWNGRADE?=0 | ||
| NVM_FLASH_WRITEONCE?=1 | ||
| NO_ARM_ASM=1 | ||
| WOLFBOOT_VERSION?=0 | ||
| V?=0 | ||
| SPMATH?=1 | ||
| RAM_CODE?=1 | ||
| DUALBANK_SWAP?=0 | ||
| PKA?=1 | ||
|
|
||
| # 8KB sectors | ||
| WOLFBOOT_SECTOR_SIZE?=0x2000 | ||
|
|
||
| # Default configuration | ||
| # 32KB boot, 44KB partitions, 8KB swap | ||
| WOLFBOOT_PARTITION_SIZE?=0xB000 | ||
| WOLFBOOT_PARTITION_BOOT_ADDRESS?=0x8000 | ||
| WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x13000 | ||
| WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x1E000 | ||
|
|
||
| # Alternate larger configuration for debugging or ARMASM | ||
| # 40KB boot, 40KB partitions, 8KB swap | ||
| #WOLFBOOT_PARTITION_SIZE?=0xA000 | ||
| #WOLFBOOT_PARTITION_BOOT_ADDRESS?=0xA000 | ||
| #WOLFBOOT_PARTITION_UPDATE_ADDRESS?=0x14000 | ||
| #WOLFBOOT_PARTITION_SWAP_ADDRESS?=0x1E000 |
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.