Skip to content

Conversation

@vaishnavachath
Copy link
Contributor

Fixes #12
Changes as per discussion in https://github.com/cfriedt/zephyr/pull/5 #50

Currently priorities are assigned in the following manner:

CONFIG_GREYBUS_SERVICE_PRIORITY N-5
CONFIG_GREYBUS_STRING_PRIORITY N-4
CONFIG_GREYBUS_INTERFACE_PRIORITY N-3
CONFIG_GREYBUS_BUNDLE_PRIORITY N-2
CONFIG_GREYBUS_CPORT_PRIORITY N-1

where N = CONFIG_APPLICATION_INIT_PRIORITY

Tested GPIO, I2C and SPI on CC1352R SensorTag

Fixes cfriedt/greybus-for-zephyr#12
Changes as per discussion in  https://github.com/cfriedt/zephyr/pull/5

Currently priorities are assigned in the following manner:

CONFIG_GREYBUS_SERVICE_PRIORITY N-5
CONFIG_GREYBUS_STRING_PRIORITY N-4
CONFIG_GREYBUS_INTERFACE_PRIORITY N-3
CONFIG_GREYBUS_BUNDLE_PRIORITY N-2
CONFIG_GREYBUS_CPORT_PRIORITY N-1

where N = CONFIG_APPLICATION_INIT_PRIORITY

Tested GPIO, I2C and SPI on CC1352R SensorTag

Signed-off-by: Vaishnav M A <[email protected]>
@cfriedt cfriedt merged commit 8d002fa into cfriedt:master Dec 21, 2020
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.

subsys: greybus: remove deferred init

2 participants