boards: nucode: add NUCODE NU40 board support#107151
Open
Ethan-cho wants to merge 1 commit intozephyrproject-rtos:mainfrom
Open
boards: nucode: add NUCODE NU40 board support#107151Ethan-cho wants to merge 1 commit intozephyrproject-rtos:mainfrom
Ethan-cho wants to merge 1 commit intozephyrproject-rtos:mainfrom
Conversation
7d61b24 to
b66ac6c
Compare
Add initial board support for BARAM NU40 development kit based on Nordic nRF52840 SoC. - ARM Cortex-M4F @ 64 MHz, 1 MB Flash, 256 KB RAM - BLE 5.4, IEEE 802.15.4 (Thread/Zigbee), USB 2.0 FS - Onboard USB UF2 bootloader (Adafruit nRF52 fork) - 4x LEDs, 4x buttons, Arduino-compatible headers Signed-off-by: Manjae Cho <manjae.cho@samsung.com>
b66ac6c to
90c724b
Compare
|
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
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.



Add initial board support for BARAM NU40 development kit based on Nordic
nRF52840 SoC.
Hardware
Board variants
nucode_nu40/nrf52840— default, links after UF2 bootloader MBR (offset 0x1000)nucode_nu40/nrf52840/bare— full flash, no bootloader assumedChanges
boards/nucode/nucode_nu40/— 16 board support filesdts/bindings/vendor-prefixes.txt— addnucodevendor prefixMAINTAINERS.yml— add maintainer entryTesting
Tested with
west buildon Raspberry Pi 5 (aarch64):Both variants build cleanly.
check_compliance.pypasses all checks.Signed-off-by: Manjae Cho manjae.cho@samsung.com