mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Break out core specific codegen to bindings
This commit is contained in:
parent
1cda61fbda
commit
60f0342b69
16 changed files with 654 additions and 622 deletions
|
|
@ -4,6 +4,8 @@ use quote::quote;
|
|||
use crate::analyze::Analysis;
|
||||
use crate::syntax::ast::App;
|
||||
|
||||
pub mod bindings;
|
||||
|
||||
mod assertions;
|
||||
mod async_dispatchers;
|
||||
mod hardware_tasks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue