From 9f6d99352a880ddb84993bdbc868141050470cfa Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Fri, 23 Dec 2022 19:45:57 -0300 Subject: [PATCH] Added link to tutorial --- examples/ti/ek-tm4c1294xl-freertos-mip/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/ti/ek-tm4c1294xl-freertos-mip/README.md b/examples/ti/ek-tm4c1294xl-freertos-mip/README.md index 8691b7eb..13f44d42 100644 --- a/examples/ti/ek-tm4c1294xl-freertos-mip/README.md +++ b/examples/ti/ek-tm4c1294xl-freertos-mip/README.md @@ -37,4 +37,6 @@ To see debug log, use any serial monitor program like `picocom` at 115200 bps an $ picocom /dev/ttyACM0 -i -b 115200 --imap=lfcrlf ``` +There is also a [detailed tutorial on this example](https://mongoose.ws/tutorials/ti/ek-tm4c1294xl-freertos-mip/) + For more details and benchmark data on MIP, check the [F746ZG baremetal example](../../stm32/nucleo-f746zg-baremetal/)