We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
背景 最近のCPUでは、割込み線の割込み優先度をプログラムから設定できるものがある。 例えば、Cortex-R/Cortex-AのGICやRisc-VのPLICがそれに該当する。 これらのCPUを搭載したボードでユーザの要望に応じて割込み線の優先度を設定可能にすることでボード依存の処理をカーネル本体から切り離し、ボードポーティングを容易にする。
要望内容 Toppers第3世代カーネル(ITRON系)統合仕様書のCFG_INT相当の機能をVCFG_INT/vcfg_intとして実装する https://www.toppers.jp/documents.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
背景
最近のCPUでは、割込み線の割込み優先度をプログラムから設定できるものがある。
例えば、Cortex-R/Cortex-AのGICやRisc-VのPLICがそれに該当する。
これらのCPUを搭載したボードでユーザの要望に応じて割込み線の優先度を設定可能にすることでボード依存の処理をカーネル本体から切り離し、ボードポーティングを容易にする。
要望内容
Toppers第3世代カーネル(ITRON系)統合仕様書のCFG_INT相当の機能をVCFG_INT/vcfg_intとして実装する
https://www.toppers.jp/documents.html
The text was updated successfully, but these errors were encountered: