Readme.txt 866 B

12345678910111213141516171819202122232425262728293031
  1. To test the ELM FatFs:
  2. 1. Please copy "bsp/efm32/copy_this_file_dfs_elm.c" to "components/dfs/filesystems/elmfat/"
  3. 2. rename it to "dfs_elm.c" replacing the original file
  4. 3. and then compile
  5. Warning:
  6. FatFs is really FAT! (35KB)
  7. You may remove the following defines in "rtconfig.h" to save space:
  8. //#define RT_MEM_DEBUG
  9. //#define THREAD_DEBUG
  10. //#define IRQ_DEBUG
  11. //#define RT_IRQHDL_DEBUG
  12. //#define RT_IIC_DEBUG
  13. //#define RT_MISC_DEBUG
  14. //#define RT_ADC_DEBUG
  15. //#define RT_ACMP_DEBUG
  16. //#define RT_TIMER_DEBUG
  17. //#define RT_RTC_DEBUG
  18. //#define RT_USING_EVENT
  19. //#define RT_USING_MAILBOX
  20. //#define RT_USING_MESSAGEQUEUE
  21. //#define RT_USING_MEMPOOL
  22. //#define RT_USING_IIC0 0x1UL
  23. //#define RT_USING_ACMP0
  24. //#define RT_USING_ADC0
  25. //#define RT_USING_TIMER2 (0x00) /* Continuous mode */
  26. //#define RT_USING_RTC
  27. //#define EFM32_USING_SFLASH