Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
Signed-off-by: Jiazhen Lv <[email protected]>
  • Loading branch information
sakumisu committed Nov 1, 2024
0 parents commit 553efd0
Show file tree
Hide file tree
Showing 28 changed files with 10,657 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Copyright (c) 2021-2022 HPMicro
# SPDX-License-Identifier: BSD-3-Clause

sdk_inc(src)
sdk_inc(src/port)
sdk_src(src/ethercatbase.c)
sdk_src(src/ethercatcoe.c)
sdk_src(src/ethercatconfig.c)
sdk_src(src/ethercatdc.c)
sdk_src(src/ethercatfoe.c)
sdk_src(src/ethercatmain.c)
sdk_src(src/ethercatprint.c)
sdk_src(src/ethercatsoe.c)

sdk_src(src/port/nicdrv.c)
sdk_src(src/port/osal.c)
sdk_src(src/port/hpm_enet_port.c)
Loading

0 comments on commit 553efd0

Please sign in to comment.