Skip to content

Releases: choco-technologies/dmdevfs

v0.6.1

11 Mar 09:00
2ba701f

Choose a tag to compare

What's Changed

  • Fix release pipeline not triggering on direct tag push by @Copilot in #35
  • Fix subdirectory listing under /dev mount point by @Copilot in #37
  • Add dmdrvi v0.5 eof API support with file-size fallback by @Copilot in #39

Full Changelog: v0.6...v0.6.1

v0.6

10 Mar 15:46
53e3330

Choose a tag to compare

What's Changed

  • Fix opendir/readdir returning no entries when drivers have major/minor device numbers by @Copilot in #33

Full Changelog: v0.5.2...v0.6

v0.5.2

09 Mar 20:44
ff7ab03

Choose a tag to compare

What's Changed

  • Use dmini section iteration API in configure_section_drivers by @Copilot in #31

Full Changelog: v0.5.1...v0.5.2

v0.5.1

06 Mar 13:51
6d2e808

Choose a tag to compare

What's Changed

  • Add DMOD_LOG_STEP macros to driver configuration by @Copilot in #30

Full Changelog: v0.5...v0.5.1

v0.5

01 Mar 20:40
f284e6a

Choose a tag to compare

What's Changed

  • Support per-section driver_name in INI config files

Full Changelog: v0.3.1...v0.5

v0.4

22 Feb 15:46
2183763

Choose a tag to compare

What's Changed

  • Fix misleading error when opening device file as directory by @Copilot in #26

Full Changelog: v0.3...v0.4

v0.3.1

12 Feb 12:39
2183763

Choose a tag to compare

What's Changed

  • Fix misleading error when opening device file as directory by @Copilot in #26

Full Changelog: v0.3...v0.3.1

v0.3

11 Feb 19:16
79691d9

Choose a tag to compare

What's Changed

  • Fix is_file() to distinguish directories from files
  • Fix directory listing: exact path matching and basename extraction

Full Changelog: v0.2...v0.3

v0.2

08 Feb 14:05
490f7ef

Choose a tag to compare

What's Changed

  • Document dmod_link_modules installation, configuration file mechanism, and device numbering by @Copilot in #13
  • Fix path construction in configure_drivers directory iteration by @Copilot in #15

Full Changelog: v0.1...v0.2

v0.1 - Initial Release

05 Feb 16:33
d599c97

Choose a tag to compare

What's Changed

  • Initialize dmdfs as DMOD filesystem module
  • Rename module from dmdfs to dmdevfs by
  • Implement missing DMFSI interface functions for device driver file operations
  • Add automated tests and CI integration with fs_tester support by

Full Changelog: https://github.com/choco-technologies/dmdevfs/commits/v0.1