-
Notifications
You must be signed in to change notification settings - Fork 99
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
Support for the Nordic nRF5340 #498
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
dgarske
force-pushed
the
nrf5340
branch
2 times, most recently
from
September 3, 2024 14:34
24855d9
to
c5f3d29
Compare
dgarske
force-pushed
the
nrf5340
branch
2 times, most recently
from
September 10, 2024 23:50
6f8b67f
to
e54b419
Compare
dgarske
force-pushed
the
nrf5340
branch
3 times, most recently
from
September 26, 2024 22:58
4c60a7e
to
f732d3a
Compare
dgarske
force-pushed
the
nrf5340
branch
2 times, most recently
from
September 30, 2024 21:41
3f2b682
to
7cc3af7
Compare
* Added nRF5340 driver support for Clock, Internal Flash (NVMC), GPIO, SPU, OTP, UART, SPI, QSPI and IPC. * Added support for updating the network core (Sign using "--id 2") * Cleanup the nRF52 port * Improved external QSPI and internal Flash tests and logging. * Improved internal printf support for formatter length.
…using cached value (Many QSPI hardware peripherals do not support a single byte write). Fix delta build error with DISABLE_BACKUP. Added tests for updating both cores in build_flash.sh.
…ry. Allows using update_flash logic including encrypted and delta updates.
…ase of unused flash sectors.
… Added support for nRF5340 core synchronization (`NRF_SYNC_CORES`). Added test for `WOLFBOOT_FLASH_MULTI_SECTOR_ERASE`.
… in shared ram. Fixed bug with swap offset on network core external memory map and "erase" init.
…asional corrupt characters to be printed. Improve core state description in logging. Enabled network core test app GPIO work on `LED2 P0.29`.
…zation levels breaking sleep. Also demonstrates synchronized boot and LED's matching from both cores.
…. Added `SIGN_OPTIONS_EXTRA`.
…ault on network core reset. Cleanup make logic for using custom partition id (WOLFBOOT_PART_ID). On net update allow app core to continue booting if synchronization is enabled.
…e QSPI driver requires READ.CNT to be a multiple of 4 bytes (so read a bit more if odd remainder).
danielinux
approved these changes
Oct 11, 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.
Support for the Nordic nRF5340 (application and network cores):
WOLFBOOT_PART_ID
).DEBUG_HARDFAULT
).Testing:
Run from wolfBoot root