A modern TypeScript rewrite of lwIP makefsdata (v1.3.1) combined with html-minifier-next for embedded system web server file generation. Version 3.1.10 provides a web GUI (Express on port 3000) to select input directories and output C files, minifying HTML/CSS/JS. Runs on Node.js (CLI tool) and outputs ready-to-compile C arrays for lwIP HTTPD. Differentiators: TypeScript-first, modern minification via html-minifier-next, and interactive GUI vs original makefsdata's command-line-only approach. Designed for STM32 and other embedded targets.
npm install cc4-embedded-systemNo compatibility data collected yet for this library.
Install and run the tool to generate lwIP makefsdata C files via a web GUI.
Update Node.js to version 12 or later.
Use --port flag to specify a different port.
Use V2.x if image processing is required, or manually convert images to C arrays.
Run 'npx cc4-embedded-system' instead, or reinstall globally with 'npm install -g cc4-embedded-system'.
Use 'cc4es --port 3002' to specify an alternate port.
Upgrade Node.js to version 12 or later.
No dependency data recorded yet.