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
-- MUTransport adaptation to new supported SoCs.
-- Made MUTransport class variables volatile.
-- Add missing setCrc16 and getCrc16 methods into rpmsg transport layers.
-- Adapt rpmsg_lite based transports to changed rpmsg_lite_wait_for_link_up() API parameters.
-- Serialize enums as int32 instead of uint32 in Python.
-- Replace github.com/NXPmicro by github.com/nxp-mcuxpresso.
-- Update license file.
@@ -102,8 +102,8 @@ To get the board list with multicore support (eRPC included) use filtering based
102
102
103
103
eRPC examples use the 'erpc_' name prefix.
104
104
105
-
Another way of getting NXP MCUXpressoSDK eRPC multicore and multiprocessor examples is using the [mcux-sdk](https://github.com/NXPmicro/mcux-sdk) Github repo. Follow the description how to use the West tool
106
-
to clone and update the mcuxsdk repo in [readme Overview section](https://github.com/NXPmicro/mcux-sdk#overview). Once done the armgcc eRPC examples can be found in
105
+
Another way of getting NXP MCUXpressoSDK eRPC multicore and multiprocessor examples is using the [mcux-sdk](https://github.com/nxp-mcuxpresso/mcux-sdk) Github repo. Follow the description how to use the West tool
106
+
to clone and update the mcuxsdk repo in [readme Overview section](https://github.com/nxp-mcuxpresso/mcux-sdk#overview). Once done the armgcc eRPC examples can be found in
107
107
108
108
mcuxsdk/examples/<board_name>/multicore_examples or in
109
109
@@ -230,4 +230,4 @@ Repository on Github contains two main branches. __Master__ and __develop__. Cod
0 commit comments