rtic/rtic-macros/src/codegen
Adam Hott 420ca51058
Clean up esp32c3 files with rustfmt (#913)
* Fix incorrect end bracket, moved to after pub fn extra_modules

* Clean up - rtic-macros/src/codegen/bindings/esp32c3.rs
2024-04-10 18:28:48 +00:00
..
bindings Clean up esp32c3 files with rustfmt (#913) 2024-04-10 18:28:48 +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 RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +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 Update syn requirement from 1.0.107 to 2.0.48 (#881) 2024-01-16 07:03:49 +00:00
local_resources_struct.rs Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
main.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00
module.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00: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 Update syn requirement from 1.0.107 to 2.0.48 (#881) 2024-01-16 07:03:49 +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 Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
util.rs RISC-V support over CLINT (#815) 2024-03-20 20:06:47 +00:00