Skip to content

DHCOM Hardware Abstraction Library Access IO's of DHCOM systems the library allows to change DHCOM Type without code changes

License

Notifications You must be signed in to change notification settings

dh-electronics/libdhcom_hal

Repository files navigation

DHCOM Hardware Abstraction Library

AVOID USAGE IN NEW PROJECTS!

Build Steps

  • build directory should be out of source tree (when using Eclipse IDE)
  • create build directory
devel@Stretch:/work$ mkdir build
  • assume the project source code (see above) is locate within directory dhcom-hal
  • run cmake to create Makefiles
devel@Stretch:/work/build$ cmake -D CMAKE_TOOLCHAIN_FILE=../dhcom-hal/arm-linux-gnueabihf-toolchain.CMakeCrossSysroot.txt CMakeLists.txt ../dhcom-hal/
  • build binaries
devel@Stretch:/work/build$ make
  • build debian package (tested for Debian 10)
devel@Stretch:/work/build$ cpack

Latest Build

pipeline status

About

DHCOM Hardware Abstraction Library Access IO's of DHCOM systems the library allows to change DHCOM Type without code changes

Resources

License

Stars

Watchers

Forks

Packages

No packages published