mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
IPC: Move ipc sources to esp_system
IPC shall be put back into esp_system as it is an 'OS additions'.
This commit is contained in:
@@ -7,3 +7,4 @@ ESP-IDF 5.0 Migration Guides
|
||||
|
||||
Peripherals <peripherals>
|
||||
Build System <build-system>
|
||||
System <system>
|
||||
|
||||
10
docs/en/migration-guides/system.rst
Normal file
10
docs/en/migration-guides/system.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Migrate System to ESP-IDF 5.0
|
||||
==================================
|
||||
|
||||
Inter-Processor Call
|
||||
-----------------------
|
||||
|
||||
IPC (Inter-Processor Call) component has been moved to ``esp_system``.
|
||||
|
||||
Thus, any project presenting a ``CMakeLists.txt`` file with the parameters ``PRIV_REQUIRES esp_ipc`` or ``REQUIRES esp_ipc``, should be modified to simply remove these options as ``esp_system`` component is included by default.
|
||||
|
||||
Reference in New Issue
Block a user