diff --git a/README.md b/README.md index 0cde995..ede27ef 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,17 @@ compatible with the requirements of The SST hardware implementation is likely the most performant and efficient **hard-real time RTOS** kernel for ARM Cortex-M. + +# Hardware RTOS for Microchip dsPIC +The contributed [SST port for dsPIC](sst_c/ports/dspic) provides a unique +**hardware implementation** of the SST API for +[Microchip dsPIC](https://www.microchip.com/en-us/products/microcontrollers-and-microprocessors/dspic-dscs). +The SST "hardware RTOS" for dsPIC is fully compatible with the requirements of +[Rate Monotonic Analysis/Scheduling (RMA/RMS)](https://youtu.be/kLxxXNCrY60). + +

+ + # SST Videos SST has been presented at the Embedded Online Conference 2023 and the videos are available on YouTube: diff --git a/img/dsPIC.png b/img/dsPIC.png new file mode 100644 index 0000000..f8d5f98 Binary files /dev/null and b/img/dsPIC.png differ