Releases: xmos/xscope_fileio
Releases · xmos/xscope_fileio
v1.2.0
- CHANGED: Update tools version in Jenkinsfile to 15.2.1.
- ADDED: XCommon CMake for tests and example integration.
- FIXED: Adapter ID can now be passed to examples.
- CHANGED: Improved documentation formatting and updates.
- ADDED: Pytest support.
- ADDED: xscope_fclose function for closing a single file.
- ADDED: Support for XCommon CMake build system.
- FIXED: Hang in run_on_target when invalid file was opened for reading.
- FIXED: fread no longer can cause buffer overflow.
- FIXED: fread always returns the end of the file if eof is reached.
v1.1.2
v1.1.1
- REMOVED: xscope_fread() delay for Windows race condition
- ADDED: checks that xscope_io_init() has completed before allowing a file to be opened
- ADDED: adds helper function, xscope_fileio_is_initialized(), to allow application to check if the host connection has been established
v1.1.0
v1.0.0
ADDED: support for building and running the host endpoint on Windows
ADDED: XMOS public V1 license
ADDED: support for run_on_target() to optionally redirect stdout to file
REMOVED:run_on_target() method returns stdout/err as list of lines
REMOVED: optional verbose kwarg in run_on_target()to reduce verbosity