From bca01eefcb82df08ed4d0c07b6127849543c9b6e Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sat, 10 Jun 2023 16:54:38 +0100 Subject: [PATCH] Extra links for CPU change / FreeRTOS --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 513ba33..1b437f0 100644 --- a/readme.md +++ b/readme.md @@ -11,6 +11,9 @@ ### Useful links - [FreeRTOS Quick Start Guide](https://www.freertos.org/FreeRTOS-quick-start-guide.html) + - [Run FreeRTOS and multitasking on VexRiscv](https://hackmd.io/@oscarshiang/freertos_on_riscv) + - [Run FreeRTOS on VexRiscv and Measure/Tweak context switch overhead](https://hackmd.io/@chiangkd/FreeRTOS-on-VexRiscv) + - [kole-huang/picorvv32_soc - GitHub](https://github.com/kole-huang/picorv32_soc), possible base for FreeRTOS port on PicoRV32 - CAN Bus Implementation - [CAN bus: Base Frame Format - Wikipedia](https://en.wikipedia.org/wiki/CAN_bus#Base_frame_format) - [Texas Instruments: Introduction to CAN](https://www.ti.com/lit/an/sloa101b/sloa101b.pdf)