preparations for v0.3.0

- Relicensing as Apache-2.0 only
- Baseline BSP with all core features
This commit is contained in:
2021-12-12 14:31:26 +01:00
parent 4b3a46bbbb
commit a912dd3971
7 changed files with 67 additions and 242 deletions

View File

@ -79,7 +79,7 @@ fn main() -> ! {
loop {
delay.delay_ms(500);
todo!("Not implemented for now, is not populated on the board..");
unimplemented!("Not implemented for now, is not populated on the board..");
}
}