Skip to content
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

Libmodem #14

Open
wants to merge 1,661 commits into
base: lemrey_libmodem
Choose a base branch
from
Open

Libmodem #14

wants to merge 1,661 commits into from

Conversation

eivindj-nordic
Copy link
Owner

@eivindj-nordic eivindj-nordic commented Feb 1, 2024

Just to see the changes.

Copy link
Collaborator

@MirkoCovizzi MirkoCovizzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the merge, just one minor comment.

break;
}

LOG_DBG("Set socket option SO_RAI_%s\n", opt_names[state]);
ret = setsockopt(sock_fd, SOL_SOCKET, opt, NULL, 0);
LOG_DBG("Set socket option SO_RAI with optval %s\n", opt_names[state]);
Copy link
Collaborator

@MirkoCovizzi MirkoCovizzi Feb 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
LOG_DBG("Set socket option SO_RAI with optval %s\n", opt_names[state]);
LOG_DBG("Set socket option SO_RAI with value %s\n", opt_names[state]);

So it aligns with documentation and similar code.

greg-fer and others added 26 commits April 3, 2024 16:09
Reworked the debugging tools section into a table with more
tools listed. NCSDK-22325.

Signed-off-by: Grzegorz Ferenc <[email protected]>
Enabled app server log module to display QR code hyperlink
in the application logs.

Signed-off-by: Kamil Kasperczyk <[email protected]>
Regular OpenThread update to `38418ae`

Signed-off-by: Nordic Builder <[email protected]>
- Add macros for contiuous scanner
- Fix PAwR sample failed to set subevent data

Signed-off-by: Ryan Chu <[email protected]>
Prepares the hci driver to allocate additional memory for the initiator
in the case where SDC supports scanning and initiating at the same time.

Signed-off-by: Olivier Lesage <[email protected]>
This commit updates sdk-nrf-802154 and nrfxlib revisions to bring in
the latest changes in the nrf_802154 component.

Signed-off-by: Andrzej Kuros <[email protected]>
Refactored the custom AT command implementation to use the Custom AT
commands library and underlying Modem library implementation.

MOSH-259

Signed-off-by: Tommi Kangas <[email protected]>
Multi-image parser doesn't allow to resume the copy of an image.
Thus, disable saving progress for now.

Signed-off-by: Eduardo Montoya <[email protected]>
Make sure to release dfu_target resources after a failed chunk write
to be able to resume the image copy without a device reboot.

Signed-off-by: Eduardo Montoya <[email protected]>
Update known issues and changelog about NCSIDB-1213.

Signed-off-by: Eduardo Montoya <[email protected]>
Added Wi-Fi certification page under the Wi-Fi protocols.
Moved the Wi-Fi certification section from the Overview
page to the new page.
Added certification info to the nRF7002 DK gsg.

SHEL-1666

Signed-off-by: Richa Pandey <[email protected]>
Apply some minor changes that makes it easier to use this sample
with bsim (internal only).

Signed-off-by: Rubin Gerritsen <[email protected]>
The workaround is no longer needed.
Now the channel allocation is done correctly.

Signed-off-by: Rubin Gerritsen <[email protected]>
Using these macros makes it more clear what the intention is.

Signed-off-by: Rubin Gerritsen <[email protected]>
Enabled NCS_SAMPLE_MATTER_SETTINGS_SHELL if CHIP_MEMORY_PROFILING
is set.
Disabled SHELL_MINIMAL when the memory profiling is enabled.

Signed-off-by: Arkadiusz Balys <[email protected]>
Add function to clear all stored credentials and to
check if there are any valid entries in storage.

Add storing of channel.

Make wifi exts auto connect feature pass in preferred channel
to the wifi stack.

Signed-off-by: Simen S. Røstad <[email protected]>
[SHEL-2078] Add print of the lockup recovery stats
in lmac RPU stats.

Signed-off-by: Kapil Bhatt <[email protected]>
The CRACEN driver for AEAD didn't set the output length
properly in cases where the first call to the cracen_aead_update
contained data length < block size.

This fixes this and returns the correct output_lenth for such
cases.

Ref: NCSDK-26796

Signed-off-by: Georgios Vasilakis <[email protected]>
MAX_FDS change is required for aws integration to work.
Increased SSL_CONTENT_LEN to fit some slightly larger aws certificates.

Signed-off-by: Jorgen Kvalvaag <[email protected]>
Two commits from zephyr upstream.

Signed-off-by: Marcin Gasiorek <[email protected]>
This adds support for nRF54l15 in the NFC
platform libraries.

NCSDK-19275

Signed-off-by: Kamil Gawor <[email protected]>
Add board overlays and update sample.yaml for
nRF54L and nRF54H NFC samples.

Jira: NCSDK-25660

Co-authored-by: Kamil Gawor <[email protected]>
Signed-off-by: Dominik Chat <[email protected]>
This fixes default value choosing for the
NFC_LOW_LATENCY_IRQ Kconfig option.

Jira: NCSDK-25660

Signed-off-by: Kamil Gawor <[email protected]>
This adds workaround for button handling in NFC samples
for nRF54l15 target.

Jira: NCSDK-25660

Signed-off-by: Kamil Gawor <[email protected]>
Update changelog wirh support for new targets
in NFC samples.

Jira: NCSDK-25660

Signed-off-by: Kamil Gawor <[email protected]>
Update Zephyr revision intrroduces reuired
configuration for nRF54h20 FP1.

Jira: NCSDK-25660

Signed-off-by: Kamil Gawor <[email protected]>
trantanen and others added 26 commits April 17, 2024 07:29
In method_gnss_location_get(), 'running' variable is set after
submitting method_gnss_prepare_work_fn() into location_api_workq.
It has been seen that 'running' is not set when
method_gnss_prepare_work_fn() is executed meaning that
location_request() was called from a lower priority thread than
location_api_workq. We need to set 'running' before submitting
method_gnss_prepare_work_fn() into location_api_workq.

Jira: NCSDK-27001

Signed-off-by: Tommi Rantanen <[email protected]>
Moving security related libraries under common
Security section.

Signed-off-by: Mia Koen <[email protected]>
This patch updates the board files for the Thingy:91 to the
latest version of the board.

Signed-off-by: Maximilian Deubel <[email protected]>
[SHEL-2693] Fixed sample description

Signed-off-by: Prasun Sinha <[email protected]>
Change introduces Fast Pair crypto backend that relies on PSA crypto
API.

Jira: NCSDK-15251

Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Kamil Piszczek <[email protected]>
Change adds tests for Fast Pair crypto backend based on PSA crypto APIs.

Jira: NCSDK-15251

Signed-off-by: Marek Pieta <[email protected]>
Change adds new test configuration for nrf52840dk_nrf52840 (with PSA
backend) to integration quarantine to limit CI scope.

Jira: NCSDK-15251

Signed-off-by: Marek Pieta <[email protected]>
Commit removes unneccessary konfigs for nrf54l in openthread cLi sample
and removes global overrides of backend selection for openthread.

Signed-off-by: Przemyslaw Bida <[email protected]>
Added information about Ztest in a new section about frameworks.
NCSDK-22325.

Signed-off-by: Grzegorz Ferenc <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
The default TF-M profile, TFM_PROFILE_TYPE_MINIMAL can not run crypto
operations. Use CONFIG_TFM_PROFILE_TYPE_NOT_SET=y, like other crypto
samples to enable the TF-M crypto module.

Signed-off-by: Vidar Lillebø <[email protected]>
Flash driver for interacting with network core's flash from the
application core. This utilizes IPC and NRF_RPC to controll flash
commands in the network core.

Signed-off-by: Sigvart Hovland <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Adapt samples to new default IPC configuration
for nRF54h20 platform.

Jira: NCSDK-27060

Signed-off-by: Kamil Gawor <[email protected]>
Update Zephyr revision with changes needed
to run BLE protocol on nRF54h20.

Jira: NCSDK-27060

Signed-off-by: Kamil Gawor <[email protected]>
Commit excludes writing time measurement for nrf54l.
There are no still RRAM programming digits in documentation.

Signed-off-by: Aleksandr Khromykh <[email protected]>
Adds support for the following HCI commands:
- sdc_hci_cmd_le_set_path_loss_reporting_params
- sdc_hci_cmd_le_set_path_loss_reporting_enable

Signed-off-by: Aleksandar Stanoev <[email protected]>
Fixed formatting and removed a redundant
sentence.

Signed-off-by: Pekka Niskanen <[email protected]>
OpenThread requires flash because it uses the Trusted Storage
subsystem to store persistent keys in Internal Trusted Storage.

Signed-off-by: Georgios Vasilakis <[email protected]>
We don't suppor the psa_its_file implementation
so don't include it in the build.

Signed-off-by: Georgios Vasilakis <[email protected]>
Don't use the define from the CC3XX library in the
PSA crypto driver wrappers file. There are is a corner
case in which we will have to build this file without
including the headers for CC3XX.

Signed-off-by: Georgios Vasilakis <[email protected]>
Add experimental symbol for legacy and PSA crypto
usage. This feature might be removed without notice
and should not be used in production.

Signed-off-by: Georgios Vasilakis <[email protected]>
With legacy and PSA crypto update.

Signed-off-by: Georgios Vasilakis <[email protected]>
Enable 802154_phy_test sample for nRF54L15.

Signed-off-by: Jędrzej Ciupis <[email protected]>
Regular OpenThread update to `be7d36e`

Signed-off-by: Nordic Builder <[email protected]>
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
Update sdk-nrfxlib with changes to nrf_modem.

Signed-off-by: Eivind Jølsgard <[email protected]>
Add CI token to check out nrfxlib next and zephyr next.

Signed-off-by: Eivind Jølsgard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.