Commit graph

20 commits

Author SHA1 Message Date
bors[bot]
55083fb3cc
Merge #736
736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet

This was in #732 before, but decluttering that PR seemed sensible

Co-authored-by: datdenkikniet <jcdra1@gmail.com>
2023-04-16 19:19:09 +00:00
datdenkikniet
2db26c1015 Deny on warnings in xtasks 2023-04-16 13:08:46 +02:00
datdenkikniet
9e340c253e Remove unused 2023-04-15 19:19:49 +02:00
datdenkikniet
2ba09dd68d rtic-macros: wrap everything in macro_rules! to improve the error experience and
royally **** up the DX experience (for lib.rs in rtic-macros, at least :P)
2023-04-15 19:19:49 +02:00
Andrew Gazelka
e47914ee50
remove vis restriction for local and shared resources 2023-04-12 15:26:06 -07:00
Emil Fresk
f0a59e3441 Less keywords 2023-04-05 21:29:17 +02:00
Emil Fresk
acc76c0355 Fix macros README path 2023-04-05 21:20:26 +02:00
Román Cárdenas
ce508a1882
Merge branch 'master' into master 2023-03-29 21:07:36 +02:00
bors[bot]
31055fa64a
Merge #719
719: Adding a limit that async HALs can read and have as max prio r=AfoHT a=korken89



Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2023-03-29 18:56:07 +00:00
Emil Fresk
323b847bf6 Adding a limit that async HALs can read and have as max prio 2023-03-29 20:46:24 +02:00
Román Cárdenas
06ddfb7ab8 explicit rtic::export::pend on macros 2023-03-20 07:59:42 +01:00
Emil Fresk
48e5acf294 Start async tasks at lowest priority 2023-03-19 22:15:36 +01:00
Henrik Tjäder
25491291af rtic-macros: clippy fixes 2023-03-04 21:09:22 +01:00
Henrik Tjäder
bdfad77938 rtic-macros: clippy fixes 2023-03-04 20:52:39 +01:00
Emil Fresk
1c26eb722f Add template for bindings 2023-03-01 00:35:21 +01:00
Emil Fresk
4442c46926 Update backend features to be more clear 2023-03-01 00:35:21 +01:00
Emil Fresk
e8cebff69e Added support for adding codegen to intrrupt entry and exit (needed for RISC-V) 2023-03-01 00:35:20 +01:00
Emil Fresk
b9e0f36aff Add feature flags 2023-03-01 00:35:20 +01:00
Emil Fresk
60f0342b69 Break out core specific codegen to bindings 2023-03-01 00:35:20 +01:00
Henrik Tjäder
9e445b3583 Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00