Philipp Oppermann
8c25133033
Check formatting on CI
2019-02-25 16:34:09 +01:00
Antoine
babf9d8cce
Introduce an InterruptIndex enum ( #557 )
...
The following modifications aim to group the hardware interrupts' indexes in an easily accessible structure, while being more friendly to eventual evolutions.
* the hardware interrupts' indexes `TIMER_INTERRUPT_ID` and `KEYBOARD_INTERRUPT_ID` have been replaced by the attributes `Timer` and `Keyboard` contained in `enum InterruptIndex`.
* only the first attribute `Timer` is explicitly declared, the following as inferred by the compiler.
* the functions `as_u8` and `as_usize` avoid the need of casts to `u8` or `usize`.
2019-02-12 19:28:24 +01:00
Philipp Oppermann
38bd9a65b6
Merge branch 'post-06' into post-07
2019-02-07 18:46:32 +01:00
Philipp Oppermann
493fcb5d84
Merge branch 'post-05' into post-06
2019-02-07 18:46:32 +01:00
Philipp Oppermann
b651214f1e
Merge branch 'post-04' into post-05
2019-02-07 18:46:32 +01:00
Philipp Oppermann
0bec03e080
Merge branch 'post-03' into post-04
2019-02-07 18:46:32 +01:00
Philipp Oppermann
e3f9cd42b0
Merge branch 'post-02' into post-03
2019-02-07 18:46:32 +01:00
Philipp Oppermann
09ff2e01b1
Merge branch 'post-07' into post-08
2019-02-07 18:46:32 +01:00
Philipp Oppermann
013e6f2add
Merge branch 'post-01' into post-02
2019-02-07 18:46:31 +01:00
bors[bot]
1eb7ca72ef
Merge #553
...
553: Add bors.toml to post branches r=phil-opp a=phil-opp
Co-authored-by: Philipp Oppermann <dev@phil-opp.com >
2019-02-07 17:43:23 +00:00
Philipp Oppermann
d009b22bf6
Add bors.toml
2019-02-07 18:40:18 +01:00
Philipp Oppermann
b3e94470e4
Merge branch 'post-06' into post-07
2019-02-07 16:15:10 +01:00
Philipp Oppermann
3fca470487
Merge branch 'post-05' into post-06
2019-02-07 16:15:10 +01:00
Philipp Oppermann
bac8703e04
Merge branch 'post-04' into post-05
2019-02-07 16:15:10 +01:00
Philipp Oppermann
71099663ad
Merge branch 'post-03' into post-04
2019-02-07 16:15:10 +01:00
Philipp Oppermann
61f524f040
Merge branch 'post-02' into post-03
2019-02-07 16:15:10 +01:00
Philipp Oppermann
901a1630eb
Merge branch 'post-07' into post-08
2019-02-07 16:15:10 +01:00
Philipp Oppermann
d5cb74ac8b
We still need nighly Rust for the second and later posts
2019-02-07 16:14:58 +01:00
Philipp Oppermann
3bf2c66acc
Merge branch 'post-01' into post-02
2019-02-07 16:11:46 +01:00
Philipp Oppermann
db898133b8
Use stable Rust for building
2019-02-07 16:07:27 +01:00
nivkner
ea513af5ad
don't require nightly compiler from freestanding binary ( #550 )
2019-02-07 16:05:21 +01:00
Philipp Oppermann
7b01e9c862
Merge branch 'post-06' into post-07
2019-02-05 15:23:49 +01:00
Philipp Oppermann
290ee927e8
Merge branch 'post-05' into post-06
2019-02-05 15:23:49 +01:00
Philipp Oppermann
99171b003e
Merge branch 'post-04' into post-05
2019-02-05 15:23:49 +01:00
Philipp Oppermann
28f37da07d
Merge branch 'post-07' into post-08
2019-02-05 15:23:49 +01:00
Philipp Oppermann
a53f0573d8
Merge branch 'post-03' into post-04
2019-02-05 15:23:48 +01:00
Philipp Oppermann
3f9072e8b5
Merge branch 'post-02' into post-03
2019-02-05 15:23:48 +01:00
Philipp Oppermann
0e6ffc1a4f
Merge branch 'post-01' into post-02
2019-02-05 15:23:48 +01:00
Philipp Oppermann
09ed317023
[CI] Directly print $BUILD_REQUESTEDFOR without case statement
2019-02-05 15:22:50 +01:00
Philipp Oppermann
5452e0f455
Merge branch 'post-06' into post-07
2019-02-05 14:59:15 +01:00
Philipp Oppermann
86b17ea139
Merge branch 'post-05' into post-06
2019-02-05 14:59:15 +01:00
Philipp Oppermann
a41a007039
Merge branch 'post-07' into post-08
2019-02-05 14:59:15 +01:00
Philipp Oppermann
f15bbaea3f
Update azure pipelines script for integration tests
2019-02-05 14:58:51 +01:00
Philipp Oppermann
b66b7563c2
Merge branch 'post-04' into post-05
2019-02-05 14:58:20 +01:00
Philipp Oppermann
b71e0644bf
Update azure pipelines script for unit testing post
2019-02-05 14:57:46 +01:00
Philipp Oppermann
078aebe32a
Merge branch 'post-03' into post-04
2019-02-05 14:55:54 +01:00
Philipp Oppermann
bac4a3c549
Merge branch 'post-02' into post-03
2019-02-05 14:55:29 +01:00
Philipp Oppermann
57484164ab
Expand azure pipelines script for second post
2019-02-05 14:55:22 +01:00
Philipp Oppermann
1ca8cec4e6
Merge branch 'post-01' into post-02
2019-02-05 14:53:53 +01:00
Philipp Oppermann
6d07a311bd
Add CI script for azure pipelines
2019-02-05 14:52:58 +01:00
Philipp Oppermann
202902f30d
Merge branch 'post-06' into post-07
2019-02-05 10:46:08 +01:00
Philipp Oppermann
223ce459a1
Merge branch 'post-05' into post-06
2019-02-05 10:46:08 +01:00
Philipp Oppermann
26be4cb84d
Merge branch 'post-07' into post-08
2019-02-05 10:46:08 +01:00
Philipp Oppermann
d808cbff94
Merge branch 'post-04' into post-05
2019-02-05 10:46:08 +01:00
Philipp Oppermann
afc89c9e4c
Merge branch 'post-03' into post-04
2019-02-05 10:46:08 +01:00
Philipp Oppermann
4bfcea2368
Merge branch 'post-02' into post-03
2019-02-05 10:46:08 +01:00
Philipp Oppermann
2d5d6ee850
Merge branch 'post-01' into post-02
2019-02-05 10:46:08 +01:00
Philipp Oppermann
3349c5d79c
UPdate Cargo.lock for latest nightly
2019-02-05 10:46:02 +01:00
Philipp Oppermann
3bb30fd1e8
Merge branch 'post-06' into post-07
2019-02-05 10:45:12 +01:00
Philipp Oppermann
62e2cee989
Merge branch 'post-05' into post-06
2019-02-05 10:45:12 +01:00