Skip to content
Snippets Groups Projects
Commit b6b85d3d authored by Henrik Theolin's avatar Henrik Theolin
Browse files

bare10_2

parent fb88f73b
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ const APP: () = { ...@@ -79,7 +79,7 @@ const APP: () = {
} }
} }
#[task(priority = 1, resources = [ITM])] #[task(priority = 1, capacity = 4, resources = [ITM])]
fn trace_data(byte: u8) { fn trace_data(byte: u8) {
let stim = &mut resources.ITM.stim[0]; let stim = &mut resources.ITM.stim[0];
iprintln!(stim, "data {}", byte); iprintln!(stim, "data {}", byte);
...@@ -169,7 +169,7 @@ const APP: () = { ...@@ -169,7 +169,7 @@ const APP: () = {
// //
// What information would you need? // What information would you need?
// //
// ** your answer here ** // ** We need to know the maximum size of the usart message, the frequency that the messages are sent and the maximum time it takes for the work to be finished **
// //
// Commit your answers (bare10_2) // Commit your answers (bare10_2)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment