zephyr/tests/subsys
Henrik Brix Andersen c817a09b0a canbus: rename zephyr,can-primary chosen property to zephyr,canbus
Rename the Zephyr chosen property for specifying the default CAN bus
controller from "zephyr,can-primary" to "zephyr,canbus".

The "zephyr,can-primary" property name was selected in antipation of
adding support for redundant CAN networks, which we have yet to
add. Meanwhile, the "primary" term causes confusion for non-redundant
CAN bus configurations (and the "can" term doesn't match the name of the
Zephyr CAN bus subsystem).

The CAN in Automation (CiA) 302-6, which deals with CANopen network
redundancy, uses the terms "default interface" and "redundant
interface". If/when we add support for redundant CAN networks, the
"zephyr,canbus" chosen property can be supplemented with a
"zephyr,canbus-redundant" chosen property.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2021-11-07 09:05:39 -05:00
..
canbus canbus: rename zephyr,can-primary chosen property to zephyr,canbus 2021-11-07 09:05:39 -05:00
cpp tests: subsys: libcxx: extend the timeout for cpp.libcxx.newlib_nano 2021-10-23 20:44:08 -04:00
debug
dfu
edac/ibecc edac: tests: Add testing error_trigger() for unset type 2021-10-14 12:11:09 -04:00
fs cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
ipc/ipc_service ipc: ipc_service: Add support for multiple instances 2021-11-04 18:03:16 +01:00
jwt tests: jwt: This test requires csprng 2021-10-07 14:02:40 -05:00
logging cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
mgmt/ec_host_cmd
modbus
openthread cmake: use find_package() instead of literal include in tests and samples 2021-11-01 10:33:09 -04:00
pm pm: policy: Add cpu information in the API 2021-11-06 10:21:53 -04:00
portability
settings
shell
storage storage/flash_map: Add FLASH_AREA_DEVICE macro 2021-11-06 21:37:47 -04:00
tracing/tracing_api
usb