CHANGELOG 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. CHANGEFILE
  2. ----------
  3. This is the Changefile for the development 0.3 branch of EFSL.
  4. Recording began with EFSL-0.3.3
  5. 0.3.5
  6. -----
  7. * Added warning in documentation that it is outdated
  8. * Changed structure definitions
  9. * Implemnted full-feature cp
  10. * Renamed some efsl-functions (all starting with EFSL_)
  11. * Added another example for AVR.
  12. * Updated docs on getting started on AVR.
  13. 0.3.4
  14. -----
  15. * Fixed avr support
  16. * Created new avr example + makefile
  17. * Some more work on new fsutils
  18. 0.3.3
  19. -----
  20. * Renamed src/core to src/base
  21. * Implemented new hwInterface structure
  22. Support for multiple hwEndpoints in one project
  23. * Modified SD_SPI to work as a general protocol
  24. * Modified Linuxfile to the new hwInterface model
  25. * Created a new efs_configger, now supports every
  26. combination of partitions/disc
  27. * Implemented full support for little and big endian
  28. machines, as well as for little and big endian
  29. filesystems
  30. * Created new build system, for multiple platforms,
  31. configurable from one file
  32. * Changes cpo to use the new library functions
  33. * Broke both dsp & atmega support