cmvr_head/packages/erpc-1.14.0/erpcgen
2025-12-30 15:44:41 +08:00
..
bin feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
embedded-rpc.xcodeproj feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
src feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
test feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
VisualStudio_v14 feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
.gitignore feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
CMakeLists.txt feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
Makefile feat:open I cache and FPU 2025-12-30 15:44:41 +08:00
README.md feat:open I cache and FPU 2025-12-30 15:44:41 +08:00

ERPCGEN

Directory Structure

  • bin - Contains scripts used during building erpcgen application.
  • src - Contains source code for erpcgen application.
  • test - Contains erpcgen tests
  • VisualStudio_v14 - Contains Visual Studio 2017 project files for building erpcgen application under windows.

Files

  • Makefile - Contains code to build erpcgen under Linux and OS X.
  • CMakeLists.txt - Contains code to build erpcgen under Linux and OS X.