Skip to content
New issue

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

Extern System functions for SILS runtime #37

Merged
merged 2 commits into from
Aug 2, 2023

Conversation

sksat
Copy link
Member

@sksat sksat commented Aug 1, 2023

概要

SILS runtime で用いる System/ 以下の関数を(bindgen の代わりに手動で)Rust から扱えるようにする

Issue

詳細

#14 がまだなので,System/ 以下の関数のプロトタイプ宣言が含まれたヘッダ(例: watchdog_timer.h)が bindgen できない.そこで,SILS runtime で使う必要最低限の関数だけ手動で extern 宣言しておく.

影響範囲

c2a-core crate

@sksat sksat added enhancement New feature or request priority::high priorityg high tools labels Aug 1, 2023
@sksat sksat self-assigned this Aug 1, 2023
@sksat sksat mentioned this pull request Aug 1, 2023
System/mod.rs Outdated Show resolved Hide resolved
Base automatically changed from feature/add-rustfmt-check to develop August 2, 2023 02:38
@sksat sksat merged commit 2d17029 into develop Aug 2, 2023
24 checks passed
@sksat sksat deleted the feature/extern-system-funcs-for-runtime branch August 2, 2023 03:53
sksat pushed a commit that referenced this pull request Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority::high priorityg high tools
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants