rtic/rtic-macros/src/codegen
2023-04-15 19:19:49 +02:00
..
bindings Remove unused 2023-04-15 19:19:49 +02:00
assertions.rs Break out core specific codegen to bindings 2023-03-01 00:35:20 +01:00
async_dispatchers.rs explicit rtic::export::pend on macros 2023-03-20 07:59:42 +01:00
bindings.rs rtic-macros: wrap everything in macro_rules! to improve the error experience and 2023-04-15 19:19:49 +02:00
hardware_tasks.rs Added support for adding codegen to intrrupt entry and exit (needed for RISC-V) 2023-03-01 00:35:20 +01:00
idle.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
init.rs remove vis restriction for local and shared resources 2023-04-12 15:26:06 -07:00
local_resources.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
local_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
main.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
module.rs explicit rtic::export::pend on macros 2023-03-20 07:59:42 +01:00
post_init.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
pre_init.rs Break out core specific codegen to bindings 2023-03-01 00:35:20 +01:00
shared_resources.rs Break out core specific codegen to bindings 2023-03-01 00:35:20 +01:00
shared_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
software_tasks.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
util.rs Add feature flags 2023-03-01 00:35:20 +01:00