Andre Richter
2905ae0b09
Add README for 0B_exception_levels
2019-02-02 21:43:10 +01:00
Andre Richter
4f4e88cfbe
Update binaries generated by newer rustc
2019-02-01 19:28:09 +01:00
Andre Richter
2a4fdc4ece
Add missing comment that triggered build errors in new nightly rust.
...
Also, update binaries generated by new nightly version:
rustc 1.33.0-nightly (75a369c5b 2019-01-12)
2019-01-13 14:16:59 +01:00
Andre Richter
e77745e545
Fix correct term usec for microseconds
2019-01-12 22:12:04 +01:00
Andre Richter
90d88f65b6
Streamlining, cleanup, and minor fixes.
2018-12-31 01:19:57 +01:00
Andre Richter
ad2d0d1182
🎉 Update to Rust 2018 🎉
2018-12-22 20:56:09 +01:00
Tyler Christensen
d981f670b1
Fix two timing issues in delays.rs ( #8 )
...
* Fix two timing issues in delays.rs
These changes correct the implementations of delays::SysTmr::wait_msec_st
and delays::wait_msec to behave correctly and consistently with one another.
* Port delay fix from 09_delays to 0B_exception_levels
I believe this covers all copies of this bug in the codebase.
* Rebuild tutorial kernels with delay fixes
2018-12-01 12:35:21 +01:00
Andre Richter
b6fafa6191
Use SP_EL1 as EL1 stack instead of SP_EL0
2018-10-27 20:26:47 +02:00
Andre Richter
3f92aab6e7
Bump extern crates
...
cortex-a -> 2.2.1
panic-abort -> 0.3.1
2018-10-02 23:47:09 +02:00
Andre Richter
6d135ee441
Makefile: Don't delete kernel8
2018-10-02 23:34:01 +02:00
Andre Richter
37fe055082
Alignment. Binaries from newer Rust version.
2018-10-02 23:16:04 +02:00
Andre Richter
4b1bac7509
First part of tutorial: 0B_exception_levels
...
- Added code
- Missing: README
2018-09-01 18:07:30 +02:00