Skip to content

Commit

Permalink
DOC: add CPF/MPF image
Browse files Browse the repository at this point in the history
  • Loading branch information
ser-mk committed Oct 24, 2023
1 parent 82c7697 commit ad0fc16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

The REMCU CHIP SDK Collection is a comprehensive compilation of prepared Microcontroller Unit (MCU) Software Development Kits (SDKs) sourced from various chip vendors. These SDKs have undergone meticulous customization and adaptation to seamlessly integrate with the [REMCU](https://github.com/remotemcu/remcu) library on multiple platforms, including Windows, Linux, and MacOS.This collection empowers developers to remotely control MCUs from their PC applications using familiar APIs from the vendor SDKs made possible through the technology of [MCU Peripheral Forwarding](https://interrupt.memfault.com/blog/mcu-peripheral-forwarding).

![MCU Peripheral Forwarding](https://raw.githubusercontent.com/remculib/site/master/post/forwarding/title.png)

By leveraging the REMCU library, developers can seamlessly integrate the functions of the vendor SDKs into their PC applications. REMCU interrupts all peripheral operations, including storing and loading from registers, and executes them on the chip using OpenOCD or GDB server. This allows developers to conveniently and efficiently control the MCU's peripherals directly from their PC environment.

## How to use
Expand Down

0 comments on commit ad0fc16

Please sign in to comment.