EasyFlash Versions Save

Lightweight IoT device information storage solution: KV/IAP/LOG. | 轻量级物联网设备信息存储方案:参数存储、在线升级及日志存储 ,全新一代版本请移步至 https://github.com/armink/FlashDB

4.1.0

4 years ago
  • Add ef_get_env_obj and ef_read_env_value API for read big ENV data
  • Add big endian configuration
  • Fix some bugs

4.0.0

4 years ago
  • Add new NG (Next Generation) mode for ENV;
  • Fix cJSON warning by @liquanqing;

3.3.0

5 years ago
  • Fixed the log header read/wirte error on stm32f1 onchip flash by @redocCheng
  • Fixed the build warning and error by @zhaojuntao @xtaens
  • Change the log level when erase on write ENV

3.2.1

5 years ago
  • Add ENV delete API EfErrCode ef_del_env(const char *key). by @outely
  • Fixed the ENV will auto update on each reboot when EF_ENV_AUTO_UPDATE is enabled. by @outely

3.1.0

5 years ago
  • Add auto update ENV feature. The new ENV on default set will be added to system when EF_ENV_VER_NUM is changed
  • Add ef_erase_spec_user_app() and ef_copy_spec_app_from_bak() API to IAP

3.0.0

7 years ago
  • Enhance flash log sector loading speed
  • Remove some useless assert