1. 15 11月, 2020 1 次提交
  2. 17 7月, 2020 2 次提交
  3. 14 7月, 2020 2 次提交
  4. 29 6月, 2020 4 次提交
  5. 28 6月, 2020 3 次提交
  6. 25 6月, 2020 1 次提交
  7. 24 6月, 2020 4 次提交
  8. 19 6月, 2020 1 次提交
  9. 18 6月, 2020 5 次提交
  10. 10 6月, 2020 1 次提交
    • D
      optimization for elfloader · 842e8a04
      daishengdong 提交于
      use a rel/rela section's sh_info to resolve which section this rel will be applied to, rather than the section's name
      842e8a04
  11. 09 6月, 2020 2 次提交
    • D
      support more relocation type in elfloader · 5e16690f
      daishengdong 提交于
      mostly copied from linux kernel 4.20, Shh...
      5e16690f
    • D
      support elfloader for shared object and relocatable object · 0a2d5a4e
      daishengdong 提交于
      1. elfloader for shared object
      example: TencentOS-tiny\examples\elfloader_shared_object
      keil: TencentOS-tiny\board\TencentOS_tiny_EVB_MX_Plus\KEIL\elfloader_shared_object
      
      2. elfloader for relocatable object:
      example: TencentOS-tiny\examples\elfloader_relocatable_object
      keil: TencentOS-tiny\board\TencentOS_tiny_EVB_MX_Plus\KEIL\elfloader_relocatable_object
      
      3. TODO:
      - add icache/dcache flush when module is loaded
      - support more relocation type in elfloader_arch_relocate
      0a2d5a4e
  12. 02 6月, 2020 4 次提交
    • D
      add fatfs through vfs for EVB plus · 7f4b0b25
      daishengdong 提交于
      1. see board\TencentOS_tiny_EVB_MX_Plus\KEIL\fatfs_through_vfs
      7f4b0b25
    • S
      Update RegionCN470.c · 5ed72770
      Supowang 提交于
      5ed72770
    • S
      fix lorawan class A demo for RHF76_052DM board · 595cd6f0
      supowang 提交于
      LoRaMac-node-4.4.4 demo
      595cd6f0
    • D
      add ota algorithm for device · 5b51d50a
      daishengdong 提交于
      1. effective "Differential Upgrade" patch algorithm with high compression rate
      2. effective recovery algorithm support recovery firmware in blocks which has low memory consumption and wear-leveling strategies, especially suitable for embeded devices with low RAM.
      3. add sample ota bootloader project, see:
      board\TencentOS_tiny_EVB_MX_Plus\KEIL\ota\ota_bootloader_recovery
      4. add sample application project for download firmware through http, see:
      board\TencentOS_tiny_EVB_MX_Plus\KEIL\ota\ota_application_download_through_http
      5. add sample application project for download firmware through qcloud explorer console, see:
      board\TencentOS_tiny_EVB_MX_Plus\KEIL\ota\ota_application_download_through_qcloud_iot_explorer
      6. an OTA markdown document is pending
      5b51d50a
  13. 29 5月, 2020 1 次提交
  14. 07 5月, 2020 3 次提交
  15. 28 4月, 2020 1 次提交
  16. 26 4月, 2020 5 次提交