Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux ボード用の BSP を開発しています。ボードには、SPI で動作するデバイスが含まれています。BSP にそのデバイス用のドライバを含める必要があるのか、それとも BSP で SPI ポート ドライバのみを提供する必要があるのか教えてください。
また、一部のデバイスにカーネル モードではなくユーザー モード ドライバーがある場合。では、このユーザー モード ドライバーは BSP の一部になりますか?