Skip to content

loki-amorf/smbusb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smbusb

SMBusb is a USB SMBus interface based on the Cypress FX2LP. This repository contains the firmware and library (libsmbusb) that make up the interface. Firmware is uploaded automatically by the library and remains loaded until power-cycle.

For more information see http://www.karosium.com/p/smbusb.html

Prerequisites

  • libusb >= 1.0

On *nix:

  • build environment with autotools
  • sdcc and xxd for building the firmware

On Windows:

Note: Windows build uses pre-built firmware

Build instructions

On *nix:

aclocal
libtoolize
autoconf
automake --add-missing
./configure (options: --disable-firmware, --disable-tools)
make
make install

On Windows:

build.bat

About

USB SMBus Interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.7%
  • Assembly 5.4%
  • M4 1.6%
  • Other 1.3%