Jorge Aparicio
|
271df39bdb
|
Send -ness check is now in rtfm-core
|
2017-07-27 21:30:24 -05:00 |
|
Jorge Aparicio
|
d396da5950
|
make task.$T.enabled optional
and move the logic that differentiates interrupts from exceptions from the crate
to the procedural macro logic
|
2017-07-27 17:08:42 -05:00 |
|
Jorge Aparicio
|
aa22494549
|
update tests and examples
with task! gone 3 types of errors / gotchas have been eliminated 🎉
|
2017-07-27 11:40:15 -05:00 |
|
Jorge Aparicio
|
a14b0121b7
|
add another duplicated-handler cfail test
|
2017-07-24 22:52:12 -05:00 |
|
Jorge Aparicio
|
4139b47d4b
|
add cfail test: borrow can't escape critical sections
|
2017-07-23 22:18:44 -05:00 |
|
Jorge Aparicio
|
6ea9cda663
|
update cfail tests
|
2017-07-23 20:51:58 -05:00 |
|
Jorge Aparicio
|
23425f2f06
|
more cfail tests
|
2017-07-20 16:16:40 -05:00 |
|
Jorge Aparicio
|
97a7e38db7
|
tasks / idle have exclusive access to Threshold, but do not own the token
|
2017-07-18 20:03:22 -05:00 |
|
Jorge Aparicio
|
1f1cf84ab4
|
add cfail tests
|
2017-07-18 15:14:39 -05:00 |
|
Jorge Aparicio
|
86a360a396
|
rtfm! macro take 2
|
2017-07-04 11:26:11 -05:00 |
|
Jorge Aparicio
|
c1a0f8173a
|
require Resource protected data to be Send, make tokens !Send
|
2017-05-08 13:25:20 -05:00 |
|
Jorge Aparicio
|
fc4cb7d472
|
replace the ceiling token with a preemption threshold token
|
2017-05-08 12:05:42 -05:00 |
|
Jorge Aparicio
|
e2bde8d21a
|
make the ceiling part of the task signature
remove the P.as_ceiling method
|
2017-04-27 19:28:27 -05:00 |
|
Jorge Aparicio
|
aa0347e36c
|
fix cfail tests
|
2017-04-25 21:55:11 -05:00 |
|
Jorge Aparicio
|
8659ecea72
|
add a peripherals! macro
for safe declaration of `Peripheral`s
closes #12
|
2017-04-25 14:13:46 -05:00 |
|
Jorge Aparicio
|
39c111a59a
|
change tasks! syntax to resemble struct initialization
|
2017-04-25 09:29:29 -05:00 |
|
Jorge Aparicio
|
d0ddc322e3
|
rename borrow to access
|
2017-04-21 21:38:39 -05:00 |
|
Jorge Aparicio
|
eea8030083
|
reword the comments in compile-fail tests
|
2017-04-21 21:24:28 -05:00 |
|
Jorge Aparicio
|
1c82f1b119
|
raise_to -> Ceiling.raise
|
2017-04-21 15:41:03 -05:00 |
|
Jorge Aparicio
|
3e165f2a42
|
drop lock methods, add raise_to function
|
2017-04-21 15:31:02 -05:00 |
|
Jorge Aparicio
|
4992db7877
|
more docs, remove Ceiling / Priority / Level traits
|
2017-04-21 00:24:54 -05:00 |
|
Jorge Aparicio
|
4e6818eb2c
|
remove claim, add Priority.as_ceiling
|
2017-04-19 17:21:13 -05:00 |
|
Jorge Aparicio
|
0827c40a26
|
remove the _mut methods
they are too limited
|
2017-04-19 16:35:07 -05:00 |
|
Jorge Aparicio
|
aee3c2b29b
|
critical: don't let the ceiling token escape the critical section
|
2017-04-19 15:03:49 -05:00 |
|
Jorge Aparicio
|
aee1d785a9
|
don't let the ceiling token escape the critical section
|
2017-04-19 14:15:18 -05:00 |
|
Jorge Aparicio
|
a94de6bafc
|
wrap references to resources in static-ref's Ref/RefMut
to assert that they point to `static` data
|
2017-04-14 10:19:08 -05:00 |
|
Jorge Aparicio
|
4d8d53a206
|
add another would-be data race compile fail test
|
2017-04-14 10:18:50 -05:00 |
|
Jorge Aparicio
|
c6bf89a318
|
remove unnecessary trait bounds
|
2017-04-14 00:33:07 -05:00 |
|
Jorge Aparicio
|
46baa7ea70
|
regression test
|
2017-04-13 23:31:11 -05:00 |
|
Jorge Aparicio
|
2fb00c7d85
|
fix memory safety hole around borrow
|
2017-04-13 22:58:29 -05:00 |
|
Jorge Aparicio
|
cc6c1ad3f3
|
add cfail tests for the tasks! macro
|
2017-04-12 16:05:48 -05:00 |
|
Jorge Aparicio
|
f62af15cfd
|
implement lock_mut
|
2017-04-12 15:27:48 -05:00 |
|
Jorge Aparicio
|
fb20b51528
|
add claim_mut
|
2017-04-12 10:43:36 -05:00 |
|
Jorge Aparicio
|
595404c5ff
|
compile time verified ceilings
|
2017-04-09 22:42:17 -05:00 |
|