14 Commits (28cf26a28a09843686b0559c94c6d2daa8b71daa)

Author SHA1 Message Date
Andre Richter 2905ae0b09
Add README for 0B_exception_levels 6 years ago
Andre Richter 4f4e88cfbe
Update binaries generated by newer rustc 6 years ago
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)
6 years ago
Andre Richter e77745e545
Fix correct term usec for microseconds 6 years ago
Andre Richter 90d88f65b6
Streamlining, cleanup, and minor fixes. 6 years ago
Andre Richter ad2d0d1182
🎉 Update to Rust 2018 🎉 6 years ago
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
6 years ago
Andre Richter 3e10cd52a1
Add nm target 6 years ago
Andre Richter b6fafa6191
Use SP_EL1 as EL1 stack instead of SP_EL0 6 years ago
Andre Richter 2046da5eab
Add objdump target 6 years ago
Andre Richter 3f92aab6e7
Bump extern crates
cortex-a -> 2.2.1
panic-abort -> 0.3.1
6 years ago
Andre Richter 6d135ee441
Makefile: Don't delete kernel8 6 years ago
Andre Richter 37fe055082
Alignment. Binaries from newer Rust version. 6 years ago
Andre Richter 4b1bac7509
First part of tutorial: 0B_exception_levels
- Added code
- Missing: README
6 years ago