-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
drivers: mspi: mspi_nrfe: cleanup #20447
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e00803accdb848f6144c9c4b1d004219aad3fa22 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 0f22b642ed Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
This commit: - removes support for `CONFIG_MULTITHREADING=n` - removes support for `CONFIG_SYS_CLOCK_EXISTS=n` - removes unnecessary decriptions for functions - renames functions to make them more descriptive and remove namespacing where unnecessary - removes arguments where unnecessary - moves functions around to make it more readable - removes code for `CONFIG_PM_DEVICE` - other minor changes Signed-off-by: Marcin Szymczyk <[email protected]>
3de21f3
to
e30148d
Compare
Update directories for SDP. Signed-off-by: Marcin Szymczyk <[email protected]>
This commit:
CONFIG_MULTITHREADING=n
CONFIG_SYS_CLOCK_EXISTS=n
CONFIG_PM_DEVICE