-
Notifications
You must be signed in to change notification settings - Fork 734
Support for nRF52840 with ili9341 display with lvgl #3363
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
Open
NielsOuvrard
wants to merge
1,794
commits into
nrfconnect:main
Choose a base branch
from
NielsOuvrard:support-nrf52840-display-lvgl
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Support for nRF52840 with ili9341 display with lvgl #3363
NielsOuvrard
wants to merge
1,794
commits into
nrfconnect:main
from
NielsOuvrard:support-nrf52840-display-lvgl
Conversation
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
…in assignment" This reverts commit 524d807. Signed-off-by: Jukka Rissanen <[email protected]>
…pi latency expectation" This reverts commit 8c6c814. Signed-off-by: Jukka Rissanen <[email protected]>
…24 Kconfigs" This reverts commit d03f168. Signed-off-by: Jukka Rissanen <[email protected]>
…ces" This reverts commit 287ea01. Signed-off-by: Jukka Rissanen <[email protected]>
This reverts commit 5307c30. Signed-off-by: Jukka Rissanen <[email protected]>
This reverts commit 4406603. Signed-off-by: Jukka Rissanen <[email protected]>
… printing stats" This reverts commit 263a1a8. Signed-off-by: Jukka Rissanen <[email protected]>
…DNS offload at runtime" This reverts commit cc1ccd0. Signed-off-by: Jukka Rissanen <[email protected]>
…interface" This reverts commit e3a33ba. Signed-off-by: Jukka Rissanen <[email protected]>
…ription" This reverts commit 1f9b5b3. Signed-off-by: Jukka Rissanen <[email protected]>
…gpios on cpurad" This reverts commit b0f4145. Signed-off-by: Jukka Rissanen <[email protected]>
This reverts commit 9ae44c8. Signed-off-by: Jukka Rissanen <[email protected]>
…tion" This reverts commit 2335e7f. Signed-off-by: Jukka Rissanen <[email protected]>
…shell" This reverts commit d58d68a. Signed-off-by: Jukka Rissanen <[email protected]>
…void spurious empty macro" This reverts commit abcf8fc. Signed-off-by: Jukka Rissanen <[email protected]>
…gth" This reverts commit 576de35. Signed-off-by: Jukka Rissanen <[email protected]>
… use max fwid length" This reverts commit 7038ae2. Signed-off-by: Jukka Rissanen <[email protected]>
…LOCK_EXISTS is disabled" This reverts commit 364eba6. Signed-off-by: Jukka Rissanen <[email protected]>
…K() and calls to it" This reverts commit 11286f4. Signed-off-by: Jukka Rissanen <[email protected]>
This reverts commit ecabf6a. Signed-off-by: Jukka Rissanen <[email protected]>
…rtup latency" This reverts commit f75eb49. Signed-off-by: Jukka Rissanen <[email protected]>
…ency to 854" This reverts commit 4d99f0a. Signed-off-by: Jukka Rissanen <[email protected]>
… GRTC" This reverts commit 0ef6cdd. Signed-off-by: Jukka Rissanen <[email protected]>
…ances" This reverts commit 9d98e46. Signed-off-by: Jukka Rissanen <[email protected]>
This reverts commit d324d76. Signed-off-by: Jukka Rissanen <[email protected]>
…ate nrfx 3.12.1" This reverts commit 29c0626. Signed-off-by: Jukka Rissanen <[email protected]>
…tion" This reverts commit e6cec3e. Signed-off-by: Jukka Rissanen <[email protected]>
… configuration" This reverts commit 27c091a. Signed-off-by: Jukka Rissanen <[email protected]>
…ate nrfx 3.12.0" This reverts commit 6648c9d. Signed-off-by: Jukka Rissanen <[email protected]>
…e application" This reverts commit fced75e. Signed-off-by: Jukka Rissanen <[email protected]>
…ion code The new nrf-802154 now has the updated API signatures. The migration code is no longer needed. Signed-off-by: Rafał Kuźnia <[email protected]> (cherry picked from commit 3d63165)
Update hal_nordic to pull mdk 8.72.4 with mdk changes for nRF7120. Signed-off-by: Robert Robinson <[email protected]> (cherry picked from commit 617da7a)
Adds missing reg parameters to DTS nodes Upstream PR #: 96698 Signed-off-by: Jamie McCrae <[email protected]>
Fixes the address of this peripheral Upstream PR #: 96698 Signed-off-by: Jamie McCrae <[email protected]>
Removes compatible strings that were not defined and are not needed Upstream PR #: 96698 Signed-off-by: Jamie McCrae <[email protected]>
…20 PPR core Add overlay required to run the sample on nrf54h20dk/nrf54h20/cpuppr. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 745fd00)
In Direct XIP with revert, it should be possible to block confirmation of the non-active slot, so only a bootable binaries are marked as valid. Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit c1baf2f)
Fix the incorrect usage of Kconfig symbols and revert back the default behavior to allow for non-active slot confirmation. Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit 2e0d9ed)
It is essential for the overwrite mode to allow confirming the secondary slot to provide the permanent update. This types of updates is the only mode in which the application may be upgraded. Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit cbcf81e)
Replaced MDK symbols with defines from HAL. Upstream PR #: 96855 Signed-off-by: Michał Stasiak <[email protected]>
…er features These features are: - soft reset - 4B addressing (SPI mode) - supply gpios Signed-off-by: Bartosz Miller <[email protected]> (cherry picked from commit bee81df)
Add secondary_app_partition aliases. Those aliases can be used to configure the code partition for the second copy of the FW in the Direct XIP update scenarios. Signed-off-by: Tomasz Chyrowicz <[email protected]> (cherry picked from commit e3c5bdf)
nrf-squash! [nrf noup] tests: arm_irq_vector_table: Disable starting of SSF client SSF was removed. This is basically a revert of 8c97493 but it does not apply cleanly. Both can be dropped at next upmerge. Signed-off-by: Piotr Kosycarz <[email protected]>
nrf-squash! [nrf noup] scripts: ci: check_compliance: Add NCS sysbuild Kconfigs Adds Kconfigs to the allow list as they are used in documentation but are not defined Signed-off-by: Jamie McCrae <[email protected]>
Adds undefined Kconfigs used in NCS to the allow list for Kconfig compliance checks Signed-off-by: Jamie McCrae <[email protected]>
Adds the NCS release notes folder to the exclusion list for undefined Kconfigs so that old Kconfigs can be used e.g. for old release notes, and lwm2m carrier library changelog. Also adds a nrf7x page which details setup instructions for software on Linux Signed-off-by: Jamie McCrae <[email protected]>
…0 PPR XIP The spi_loopback test requires more RAM than is avilable on nrf54h20dk/nrf54h20/cpuppr target. Meanwhile, test fits in Execute In Place (XIP) variant of the PPR target. Switch spi_loopback test to nrf54h20 PPR XIP target. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit 6d76a71)
…allow list Add Radio core and PPR core on nrf54h20 DK to platform_allow list. Required overlays are already present. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit bc2c95c)
…res on PPR XIP Enable Twister tests that depend on SPI feature on nrf54h20dk/nrf54h20/cpuppr/xip target. Signed-off-by: Sebastian Głąb <[email protected]> (cherry picked from commit ba8b36c)
Make sure operations are groupped when using ppr/xip and flpr/xip. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit e3a3fca)
…ading The NRFS GDPWR device driver requires NRFS which requires multithreading. Add dependency to Kconfig for the device driver to exclude it when building for single threaded apps like mcuboot. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 9a6dba9)
Add possibility to use the driver in configurations with disabled multithreading. It may be useful in bootloaders, for example. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit c8e3bfa)
…HREADING=n Add possibility to use the driver in configurations with disabled multithreading. It may be useful in bootloaders, for example. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 828bde8)
…g flash_mspi_nor Add test scenario for the flash_mspi_nor driver used in a configuration with disable multithreading. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 804508f)
…andling Refactor a bit the RX FIFO handling to prevent RX transfers performed in Single IO mode from getting stuck when they are suspended due to the empty TX FIFO and cannot be resumed because there is no further interrupt in which the TX FIFO could be filled properly with dummy bytes above its transfer start level. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit f0f5f8c)
Contributor
|
none Note: This comment is automatically posted and updated by the Contribs GitHub Action. |
Author
|
Please reviewers with write access |
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 nRF52840 with ILI9341 display using LVGL.
This commit adds the missing board support for nRF52840 when used with
an ILI9341-based display.
I added the overlay and configuration files.
Although the board/display combination was already mentioned in the
documentation, no actual board definition was provided.