Skip to content

Releases: nielsmh/escsitoolbox

Beta release 0.3

Choose a tag to compare

@nielsmh nielsmh released this 23 Jun 21:11

Features

  • Command to show/toggle the firmware debug logging mode.

Bugfixes

  • Overall better compatibility with a wide variety of host adapters and ASPI drivers. No longer dependent on the ASPI residual byte count reporting feature, which is not implemented by all drivers.

Other

  • Build is now done with Open Watcom 2.0 beta, the resulting EXE file is somewhat smaller. There doesn't seem to be any adverse effects of this.

The release is now marked as "beta", as it is essentially feature complete with respect to the toolbox API available from the device firmwares developed against. Compatibility should also be improved from previous versions.

Alpha 2

Choose a tag to compare

@nielsmh nielsmh released this 16 Jan 19:57
9d1c53f

Features

  • File upload to SD card shared folder.
  • The format for the info listing has been updated to be more succinct and useful.
  • Check for existing files with same name before downloading files from SD card shared folder.
  • Convert filenames to DOS 8.3 format automatically before downloading from SD card shared folder.

Bugfixes

  • Various fixes that should improve compatibility with more ASPI managers.

Other

  • The build system has been revamped, so the project can be built with Open Watcom wmake and does not depend on the Open Watcom IDE.
  • Using fewer fancy C++ features and STL classes, making the compiled EXE file significantly smaller. (Down from 71 KB to 52 KB!)

This release is getting closer to feature complete for the DOS version, but is still being labeled as "alpha" due to significant compatibility issues with a variety of ASPI managers/drivers. See the project wiki on Github for details on compatibility.

Alpha 1

Choose a tag to compare

@nielsmh nielsmh released this 11 May 15:55

Initial "this might be useful to someone" release.

Features:

  • Changing mounted CD image
  • Query for list of available CD images
  • Download files from shared directory on SD card
  • List files in shared directory on SD card

DOS only, for now. Works in a Windows 3.11 DOS box too. Will probably not work on Windows 9x, definitely not on NT.
Intended to work on any x86 CPU, but not verified.