aboutsummaryrefslogtreecommitdiff
path: root/rtic-macros/src/codegen (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-28remove nop from the empty idle loopGravatar onsdagens 1-1/+0
remove nop from the empty idle loop
2023-09-27esp32c3 supportGravatar onsdagens 7-9/+273
2023-07-25Fixed new TAIT requirement and release v2.0.1 of RTICv2.0.1Gravatar Emil Fresk 1-3/+11
2023-06-08allow init and idle to be externedGravatar Vixu 2-18/+28
2023-04-15Remove unusedGravatar datdenkikniet 1-1/+1
2023-04-15rtic-macros: wrap everything in macro_rules! to improve the error experience andGravatar datdenkikniet 1-7/+0
royally **** up the DX experience (for lib.rs in rtic-macros, at least :P)
2023-04-12remove vis restriction for local and shared resourcesGravatar Andrew Gazelka 1-4/+8
2023-03-29Merge branch 'master' into masterGravatar Román Cárdenas 2-0/+20
2023-03-29Adding a limit that async HALs can read and have as max prioGravatar Emil Fresk 2-0/+20
2023-03-20explicit rtic::export::pend on macrosGravatar Román Cárdenas 2-2/+2
2023-03-04rtic-macros: clippy fixesGravatar Henrik Tjäder 1-0/+1
2023-03-04rtic-macros: clippy fixesGravatar Henrik Tjäder 1-0/+1
2023-03-01Add template for bindingsGravatar Emil Fresk 2-2/+46
2023-03-01Update backend features to be more clearGravatar Emil Fresk 2-11/+11
2023-03-01Added support for adding codegen to intrrupt entry and exit (needed for RISC-V)Gravatar Emil Fresk 3-2/+32
2023-03-01Add feature flagsGravatar Emil Fresk 3-45/+26
2023-03-01Break out core specific codegen to bindingsGravatar Emil Fresk 7-250/+364
2023-03-01Move rtic macros to repo root, tune xtaskGravatar Henrik Tjäder 15-0/+1534