[posix] add a vendor interface for the radio spinel layer (#7884)

This commit adds a vendor interface for developers to implement
the bus interface by themselves.
This commit is contained in:
Zhanglong Xia
2022-07-14 13:10:51 -07:00
committed by GitHub
parent 0ec9612379
commit 366786dbed
6 changed files with 360 additions and 1 deletions
+3
View File
@@ -63,6 +63,9 @@ main()
reset_source
build -DOT_POSIX_CONFIG_RCP_BUS=SPI "$@"
fi
reset_source
build -DOT_POSIX_CONFIG_RCP_BUS=VENDOR "$@"
}
main "$@"