emBIOS Change Log
- Version 0.1.4
- Fix creation of "." and ".." directory entries.
- Fix a critical issue in the FTL that may lead to data corruption after unclean shutdowns.
- Power down USB core if no voltage is present, saves power.
- Added target-specific USB monitor commands to allow raw NAND chip access.
- Clean caches after copying code during boot, prevents some weird crashes.
- Fix USB string descriptor handling, get rid of "invalid string descriptor 0, using default 0x0409" error on Linux.
- Shut down USB controller before powering off or executing firmware images.
- Disk mode works without needing to unplug and replug the cable again.
- Optimize libc for performance instead of code size.
- Handle FTL problems more gracefully.
- Version 0.1.3
- Fix division by zero in FTL recovery code.
- Fix an interrupt handling problem that caused diagnostics mode to freeze on boot.
- Various internal minor fixes that didn't affect users, mostly in USB monitor code.
- Version 0.1.2
- Better error handling if the FTL can't be mounted.
- Version 0.1.1
- Initialize backlight properly on boot.
- Fix assertions.
- Version 0.1.0