1. 19 6月, 2020 1 次提交
  2. 22 5月, 2020 1 次提交
  3. 07 5月, 2020 1 次提交
  4. 24 4月, 2020 1 次提交
  5. 09 4月, 2020 1 次提交
  6. 03 4月, 2020 1 次提交
    • W
      added reading flash functions for stm32l0xx series · 47d6313b
      Winfred LIN 提交于
      1. implemented HAL_StatusTypeDef HAL_FLASH_ReadWord(uint32_t Address, uint32_t* Data); and HAL_StatusTypeDef HAL_FLASH_ReadHalfWord(uint32_t Address, uint16_t* Data); which allows user to read the internal FLASH (with out read protection)
      
      2. implemeted device_config struct to store device configurations, e.g. magnetometer fullscale, report period, etc.
      
      3. added demonstration code of using flash reading apis in lora_demo.c, in which the configuration sent from the cloud is stored into the internal Data EEPROM bank1, and each time when the device is booted, the configurations would be loaded from the Data EEPROM and used to initialize the application.
      47d6313b
  7. 12 3月, 2020 1 次提交
  8. 29 2月, 2020 1 次提交
  9. 18 1月, 2020 1 次提交
  10. 16 1月, 2020 1 次提交
  11. 15 1月, 2020 1 次提交
  12. 08 1月, 2020 1 次提交
  13. 03 1月, 2020 1 次提交
  14. 18 11月, 2019 1 次提交
  15. 06 11月, 2019 1 次提交
  16. 04 11月, 2019 1 次提交
  17. 31 10月, 2019 1 次提交
  18. 30 10月, 2019 1 次提交
  19. 25 10月, 2019 1 次提交
  20. 08 10月, 2019 1 次提交
  21. 30 9月, 2019 1 次提交
  22. 26 9月, 2019 1 次提交
  23. 25 9月, 2019 1 次提交
  24. 24 9月, 2019 2 次提交
  25. 23 9月, 2019 2 次提交
  26. 16 9月, 2019 1 次提交