Example ipc (#60)
* add blank example * add ipc example code, need to change FURI API * add ipc example code, need to change FURI API * change core API, add context * check handler at take * fix important bugs in furi * drawing example * add posix mq * fix unsigned demo counter * create at open * working local demo * russian version of IPC example * english version * add gif
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
One of the most important component of Flipper Core is [FURI](FURI) (Flipper Universal Registry Implementation). It helps control the applications flow, make dynamic linking and interaction between applications.
|
||||
|
||||
In fact, FURI is just wrapper around RTOS thread management and mutexes, and callback management.
|
||||
|
||||
In this article we create few application, interact between apps, use OS functions and interact with HAL.
|
||||
|
||||
# General agreements
|
||||
@@ -27,3 +23,4 @@ void application_name(void* p) {
|
||||
|
||||
* **[Blink](Blink-app)** show how to create app and control GPIO
|
||||
* **[UART write](UART-write)** operate with FURI pipe and print some messages
|
||||
* **[Inter-process communication](IPC-example)** describes how to interact between application through FURI
|
||||
|
Reference in New Issue
Block a user