We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

Lightweight ext4 filesystem library

The main goal of the lwext4 project is to provide ext2/3/4 filesystem for microcontrollers. It may be an interesting alternative for traditional MCU filesystem libraries (mostly based on FAT32).

Lwext4 may be used with SD/MMC card, USB flash drive or other block based memory device. However it is not good for flash memory–based storage devices.

Code is also available on github:
https://github.com/gkostka/lwext4

Feel free to contact me:
kostka.grzegorz@gmail.com

Today’s small-to-medium-sized (SMB) businesses and large enterprises are saving on their monthly communications costs by making one simple decision: to switch to a VoIP service solution from their old, outdated Plain Old Telephone Service (POTS). By choosing a new VoIP service, these companies enjoy the flexibility, reliability, call features, and audio quality that only a VoIP service can provide. Plus, they cut their phone bill by up to 70%!

Website https://lwext4.sourceforge.io/
Tags
License
Features
  • full ext2 support
  • partial ext3/4 support (extents & directory HTREE)
  • fast HTREE directory operations, recursive directory remove
  • small memory footprint (CODE: 20KB, RAM 8KB, STACK 2KB)
  • flexible cross platform CMake build system
  • demo application (file images or direct partition access)
  • client-server automatic test suite
  • only C standard library dependency