You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Allow used LIBUSBSIO device index being specified from the Python command line argument.
-- Remove obsolete python test files.
-- Minor Misra and typo corrections.
-- Update license file.
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,11 +189,10 @@ eRPC code is validated with respect to the C++ 11 standard.
189
189
190
190
### Installing for Python
191
191
192
-
To install the Python infrastructure for eRPC, first change to the `erpc_python/` directory. Then run the setup.py script like this:
192
+
To install the Python infrastructure for eRPC see instructions in the [erpc_python folder readme](erpc_python/readme.md).
193
193
194
-
python setup.py install
195
-
196
-
After installation, the `erpc` package is available via normal import statements. See the [erpc_python folder readme](erpc_python/readme.md) for more.
194
+
## Known issues and limitations
195
+
- Static allocations controlled by the ERPC_ALLOCATION_POLICY config macro are not fully supported yet, i.e. not all erpc objects can be allocated statically now. It deals with the ongoing process and the full static allocations support will be added in the future.
0 commit comments