issues
search
stephendpmurphy
/
shost
💻 shost - GUI, CLI and static library for connecting to FTDI MPSSE capable devices
MIT License
2
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow building the /lib on it's own. Currently only builds as a dep of the CLI
#61
stephendpmurphy
opened
2 years ago
0
Update license to be GPLv2
#60
stephendpmurphy
opened
2 years ago
0
I2c -r option does not parse correctly
#59
stephendpmurphy
opened
2 years ago
0
I2c -a option does note parse correctly
#58
stephendpmurphy
opened
2 years ago
0
Update get connected devices api
#57
stephendpmurphy
closed
2 years ago
0
Developer can now specify the channel to transmit data on
#56
stephendpmurphy
closed
2 years ago
0
Move API to be written in C and write C++ bindings to wrap the C API
#55
stephendpmurphy
opened
2 years ago
0
Adding documentation to shost lib files
#54
stephendpmurphy
closed
2 years ago
0
Implement a logging/verbosity feature
#53
stephendpmurphy
opened
2 years ago
0
Make the getConnectedDevices API return an object with device info
#52
stephendpmurphy
closed
2 years ago
0
TX and RX buffers are not pointers to arrays defined in app space
#51
stephendpmurphy
closed
2 years ago
0
Seperate documentation between Building and Installation
#50
stephendpmurphy
opened
2 years ago
0
Build lib independently
#49
stephendpmurphy
closed
2 years ago
0
Add i2c device discovery similar to i2cdetect
#48
stephendpmurphy
opened
2 years ago
1
I²C and Protocol documentation
#47
NoeelMoeskops
closed
2 years ago
1
Add output option
#46
stephendpmurphy
closed
2 years ago
0
Add an output option to allow writing the RX buffer to a file
#45
stephendpmurphy
closed
2 years ago
0
Distribution of software
#44
NoeelMoeskops
opened
2 years ago
1
Separate the open, close and xfer so an interface can be left open between transfers
#43
stephendpmurphy
closed
2 years ago
3
Rework CMake to build lib and cli src independently
#42
stephendpmurphy
closed
2 years ago
0
Add note about udev rules not reloading on WSL2
#41
stephendpmurphy
closed
2 years ago
0
Utilize channel (-c) option
#40
stephendpmurphy
closed
2 years ago
3
rename the src folder to cli
#39
stephendpmurphy
closed
2 years ago
0
Set the RX and TX buffers to be a pointer in the xfer object
#38
stephendpmurphy
closed
2 years ago
0
Document remaining shost lib code (SPI, I2C, Protocol)
#37
stephendpmurphy
opened
2 years ago
1
Add dependencies to the build process
#36
stephendpmurphy
closed
2 years ago
0
Addind udev rule installation
#35
stephendpmurphy
closed
2 years ago
0
Add wsl documentation
#34
stephendpmurphy
closed
2 years ago
0
SPI Transfers can't exceed 6Mhz
#33
stephendpmurphy
opened
2 years ago
0
Fix data option bugs
#32
stephendpmurphy
closed
2 years ago
0
Query for devices before transferring and use same function to print …
#31
stephendpmurphy
closed
2 years ago
1
Implement the ---list option using the ftdi lib
#30
stephendpmurphy
closed
2 years ago
0
Don't allow length to be overwritten when set via a -d option
#29
stephendpmurphy
closed
2 years ago
0
Add uninstall target and only display buffers on successfull transfer
#28
stephendpmurphy
closed
2 years ago
0
Testing if you need to actually compile and install libftdi1
#27
stephendpmurphy
closed
2 years ago
0
Build libftdi and libmpsse as part of the shost build process
#26
stephendpmurphy
closed
2 years ago
0
If a full byte isn't provided with the -d option, it will improperly fill from the previous byte
#25
stephendpmurphy
closed
2 years ago
0
Move spi to open source lib
#24
stephendpmurphy
closed
2 years ago
0
Add GitHub workflows
#23
stephendpmurphy
closed
2 years ago
1
Added documentation on how to install dependencies
#22
stephendpmurphy
closed
2 years ago
0
Adding version and argp hook for printing a custom version message
#21
stephendpmurphy
closed
2 years ago
0
Add version file
#20
stephendpmurphy
closed
2 years ago
0
Renamed to shost and added a static lib generation
#19
stephendpmurphy
closed
2 years ago
0
Create a lib from shost files to be linked against our CLI main
#18
stephendpmurphy
closed
2 years ago
0
I2c protocol class name reports SPI
#17
stephendpmurphy
closed
2 years ago
0
Rename app to "shost"
#16
stephendpmurphy
closed
2 years ago
0
I2C seg faults when no devices are connected to the PC.
#15
stephendpmurphy
closed
2 years ago
0
Replace CLI parsing with ARGP
#14
stephendpmurphy
closed
2 years ago
0
Include and build the open source MPSSE and FTDI1 libraries as part of compilation
#13
stephendpmurphy
closed
2 years ago
1
I²C: FT2232H receiving ACK while the slave did not ACKed
#12
NoeelMoeskops
opened
2 years ago
1
Next