rtic/rtic-macros/src/codegen
Albin Hedman 82c9d75a06 Cleanup
2025-11-19 22:59:25 +01:00
..
bindings Update esp32c{3,6} support to esp-hal-1.0.0-rc.0. 2025-09-17 18:57:09 +00:00
assertions.rs Break out core specific codegen to bindings 2023-03-01 00:35:20 +01:00
async_dispatchers.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
bindings.rs Added esp32c6 support and example 2025-04-07 21:11:21 +00:00
extra_mods.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
hardware_tasks.rs esp32c3 support 2023-09-27 19:50:13 +00:00
idle.rs allow init and idle to be externed 2023-06-08 14:14:36 +02:00
init.rs allow init and idle to be externed 2023-06-08 14:14:36 +02:00
local_resources.rs fix: in edition 2024 link_section is used as unsafe(link_section = ...) 2025-06-18 18:49:41 +00:00
local_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
main.rs Fix clippy lints 2024-05-27 11:26:06 +02:00
module.rs Cleanup 2025-11-19 22:59:25 +01:00
post_init.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
pre_init.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
shared_resources.rs fix: in edition 2024 link_section is used as unsafe(link_section = ...) 2025-06-18 18:49:41 +00:00
shared_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
software_tasks.rs fix(či): space between name and generics 2025-03-27 14:47:11 +00:00
util.rs Allow spawning non Send/Sync tasks from the same prio using local spawner 2025-11-13 01:46:49 +01:00