-
Notifications
You must be signed in to change notification settings - Fork 5
/
README.txt
20 lines (19 loc) · 1 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description of Library
======================
The REMCU Lib is a cross-platform library designed for remote access to
internal peripherals of various MCU and SoC as if these peripherals were a part
of your computer.
The library gives access a user space program to all peripherals of the remote
chip through the same API as peripheral drivers from Software Development
Kit (SDK) provided by semiconductor chip vendors or third parties for MCU
firmware development.
Thereby a developer doesn’t need to learn new tools but can just reuse his
firmware code and examples of the SDK in his code designed for personal or
embedded computers.
Firmware and protocol communication development are not required, because the
REMCU Lib translates itself the local API function call on computer to the call
of the same function of peripheral driver on the remote chip.
Let's have a look at
site: remotemcu.com
GitHub samples: github.com/remotemcu/remcu_examples
... and see what opportunities and applications it provides.