-
Notifications
You must be signed in to change notification settings - Fork 1.3k
manifest: Pull IPC support #19539
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
Draft
ajayparida
wants to merge
104
commits into
nrfconnect:main
Choose a base branch
from
ajayparida:ipc_support_work
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.
Draft
manifest: Pull IPC support #19539
+4,066
−5,790
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
Use CI_LIB and test-nrf from v2.9-branch Signed-off-by: Sebastian Wezel <[email protected]>
added a new article. reordered the index page. Signed-off-by: Anna Wojdylo <[email protected]> (cherry picked from commit e411ad5)
These are now fixed. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit fe34349)
Bump nrfutil-device version to 2.7.7 in public docker image Signed-off-by: Jan Gałda <[email protected]> (cherry picked from commit 92b2319)
Now that NCS uses hostap external crypto module, update the Kconfig option for PSA. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit ff82fa4)
Moved Thingy:91 and Thingy:91 x under application development. Signed-off-by: divya pillai <[email protected]> (cherry picked from commit 5e2c101)
Fixed texts related to MCUboot image compression in the 2.8 release notes. Signed-off-by: divya pillai <[email protected]> (cherry picked from commit 6dcaf8c)
Pull nrfxlib with 802154 RD libs with support for nRF54L10 and nRF54L05 Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 14927ff)
Add support for nRF54L10 and nRF54L05 in OpenThread Signed-off-by: Maciej Baczmanski <[email protected]> Co-authored-by: Adrian Gielniewski <[email protected]> (cherry picked from commit d619858)
This commit updates Matter documentation to include nRF54L10. Signed-off-by: Łukasz Duda <[email protected]> (cherry picked from commit 2ebe06d)
Add support for nRF54L10 in Matter Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 760a547)
Extended the diagnostic logs snippet by nRF54L10 target and updated HW requirements page. Signed-off-by: Arkadiusz Balys <[email protected]> (cherry picked from commit 3af38c7)
added 3 new options to allow developers to use step mode-3 and multiple antenna during CS procedure Signed-off-by: Ivan Iushkov <[email protected]> (cherry picked from commit 02f9716)
These are for 2.9.0 release. Signed-off-by: Chaitanya Tata <[email protected]>
Fixes for nRF Wi-Fi driver, including interface files. Signed-off-by: Chaitanya Tata <[email protected]>
Azure IoT Hub - Add instructions for how to install "nrfcredstore" NCSDK-29789 Signed-off-by: divya pillai <[email protected]> (cherry picked from commit 7ec7917)
Updated GNSS factory almanacs. Signed-off-by: Tommi Kangas <[email protected]> (cherry picked from commit 516749b)
- Fixes bug where data was only sent in the last BIS in a subgroup - OCT-3251 Signed-off-by: Alexander Svensen <[email protected]> (cherry picked from commit b1a108d)
as in the title Signed-off-by: Maciej Perkowski <[email protected]> (cherry picked from commit 95082e8)
Removing the lightness server from the composition. The reasons for doing so; PTS can not chose the correct element to run tests when there are multiple lightness server instances on different elements. There is an element already with a lightness server along with xyL and hsL servers, this element can be used to run all lightness server tests. Signed-off-by: alperen sener <[email protected]> (cherry picked from commit 3d3284b)
Add missing scenarios Signed-off-by: Maciej Perkowski <[email protected]> (cherry picked from commit 81d8a9e)
Update sdk-connectedhomeip revision Signed-off-by: Adrian Gielniewski <[email protected]>
Set Smoke CO Alarm Cluster revision to 1. Signed-off-by: Adrian Gielniewski <[email protected]> (cherry picked from commit 8b2ef9a)
Fixed some kconfig warnings while building Matter samples and applications. Signed-off-by: Arkadiusz Balys <[email protected]> (cherry picked from commit 8965d4f)
Change fixes legacy child image build system reference in documentation. The child image build system was replaced by sysbuild. Jira: NCSDK-30742 Signed-off-by: Marek Pieta <[email protected]> (cherry picked from commit c6466c3)
nrf53: Sync sync_rtc to upstream changes Signed-off-by: Maciej Perkowski <[email protected]> (cherry picked from commit 427f16d)
Increased the number of HCI command buffers for samples with additional SMP services. One additional buffer per service added. Signed-off-by: Stine Akredalen <[email protected]> (cherry picked from commit 664911d)
Set valid nonzero message ID on response messages. Signed-off-by: Jorgen Kvalvaag <[email protected]> (cherry picked from commit ffa08e9)
With logs, sample does not fit memory. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit 20664f6)
LL devs and testers. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit 7f13c73)
Send single TX, playout/capture, RX and memcmp. Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Vivekananda Uppunda <[email protected]>
Following updations were made 1) removed zassert for kthread join and a few other zephyr specific calls 2) added code for Initialization and cleanup routine 3) packet is printed out and not checked for beacon 4) Added initial code for a serialized packet send/receive routine Signed-off-by: Vivekananda Uppunda <[email protected]>
Update the raw_tx_rx code to have multiple transmit and receive functionality. Provide a config option to increase or decrease the number of transmits. Signed-off-by: Vivekananda Uppunda <[email protected]>
Add a new ZTEST for TX burst mode. Currently, it is placed under a check RAW_TX_TEST and disabled as only loopback mode is supported. There should be a configuration setting to select either burst mode/loopback mode. Modified TX/RX ZTEST by moving thread and socket create to within the ZTEST code instead of initialization code Signed-off-by: Vivekananda Uppunda <[email protected]>
Add code to create a new netmsg for setting loopback or burst mode of operation for Wezen testing. Signed-off-by: Vivekananda Uppunda <[email protected]>
Adding initial burst transmit thread. It is still under development. checking in so that it can be shared with other teams Also modified the RX code to have a serial send-receive functionality rather than a thread as thread might slow down the TLM operation. Signed-off-by: Vivekananda Uppunda <[email protected]>
7e6f0d2
to
9530639
Compare
Add ZTEST code to process incoming RX burst packets for throughput. The ZTEST is placed under a build configuration check as each different ZTEST requires a different Firmware to be loaded. Currently build is successful. Signed-off-by: Vivekananda Uppunda <[email protected]>
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
0c439e0
to
cd1c384
Compare
|
cd1c384
to
d2b708e
Compare
Added Capture Playout settings to RAW RX ZTEST and some minor changes to received bytes calculation Added Capture Playout settings for RAW TX burst and Loopback as well Added Throughput code changes. Code is currently under development Signed-off-by: Vivekananda Uppunda <[email protected]>
d2b708e
to
ae987bc
Compare
Signed-off-by: Vivekananda Uppunda <[email protected]>
Add throughpout calcualtion without thread as we are seeing issues with threading in TLM/EMU. Signed-off-by: Chaitanya Tata <[email protected]>
Ensure the timestamps and counts are correct. Signed-off-by: Chaitanya Tata <[email protected]>
Do not rely on FMAC APIs, as there is a mismatch b/w the TX completion at application vs driver, so, like any standard traffic generator e.g., iperf/zperf, rely on the "sendto" return value and calculatte throughput. Signed-off-by: Chaitanya Tata <[email protected]>
Remove memory allocs from the hot TX path. Signed-off-by: Chaitanya Tata <[email protected]>
No prints during throughput period. Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
TX done's should be faster with higher MCS. Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Signed-off-by: Chaitanya Tata <[email protected]>
Handy in figuring out build commands. Signed-off-by: Chaitanya Tata <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
DNM
doc-required
PR must not be merged without tech writer approval.
manifest
manifest-dragoon
manifest-find-my
manifest-matter
manifest-mbedtls
manifest-mcuboot
manifest-nrf-802154
manifest-nrfxlib
manifest-sidewalk
manifest-soc-hwmv1
manifest-suit-generator
manifest-suit-processor
manifest-trusted-firmware-m
manifest-zephyr
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.
IPC support related changes.