1. 14 11月, 2019 2 次提交
    • D
      refresh 开发指南.pdf · 74572d20
      daishengdong 提交于
      add new interface develop guide and sample code
      74572d20
    • D
      merge new qcloud sdk · 943db74f
      daishengdong 提交于
      1. qcloud has a great revolution, the protocol has been changed to implement data template, so the old TencentCloud_SDK developed by us will not work fine now(mqtt still works, but data template will not works fine for recently created product/devices).
      
      2. I merge the official qlcoud sdk(include both the iot-hub and iot-explorer sdk) into the componet/conectivity to support new protocol of data template
      
      3. iot-hub sdk, supply the fundamental iot protocol(like mqtt coap, etc.)
      iot-explorer sdk, supply the high level service like data template based on mqtt
      
      4. To know how it works, see qcloud_iot_explorer_sdk_data_template、qcloud_iot_hub_sdk_mqtt example(keil project in board\TencentOS_tiny_EVB_MX_Plus\KEIL\qcloud_iot_explorer_sdk_data_template and  board\TencentOS_tiny_EVB_MX_Plus\KEIL\qcloud_iot_hub_sdk_mqtt)
      943db74f
  2. 13 11月, 2019 1 次提交
  3. 12 11月, 2019 2 次提交
    • D
      refresh sdk.md · 1333e096
      daishengdong 提交于
      add new interface comment
      1333e096
    • D
      add more nimble example · 0700d27b
      daishengdong 提交于
      1. make heart rate sensor example really work
      using nRF Toolbox HRM
      2. add master device scan example
      3. add gatt server example(seems not working)
      0700d27b
  4. 11 11月, 2019 1 次提交
  5. 08 11月, 2019 3 次提交
  6. 07 11月, 2019 1 次提交
  7. 06 11月, 2019 1 次提交
  8. 04 11月, 2019 1 次提交
  9. 31 10月, 2019 4 次提交
  10. 30 10月, 2019 8 次提交
  11. 29 10月, 2019 6 次提交
  12. 28 10月, 2019 10 次提交
    • S
      Update tos_cpu.c · 6485c7da
      supowang 提交于
      6485c7da
    • S
      update readme · c6a856de
      supowang 提交于
      c6a856de
    • S
      update porting guide doc · 1ae9583c
      supowang 提交于
      1ae9583c
    • S
      fix iar compile error for kernel change · 23e852a4
      supowang 提交于
      23e852a4
    • S
      fix board compile for kernel change · e53c0326
      supowang 提交于
      e53c0326
    • D
      fix board keil compile · bd613af5
      daishengdong 提交于
      bd613af5
    • D
      fix apollo stm32f767 keil compile · 7e11e4f0
      daishengdong 提交于
      7e11e4f0
    • D
      add ring queue/message queue/mail queue, binary heap/priority queue/priority... · d0b8d067
      daishengdong 提交于
      add ring queue/message queue/mail queue, binary heap/priority queue/priority message queue/priority mail queue
      
      1. remove the old msg queue and queue:
      i. msg queue is not a common and reusable/flexible component(need user to config the msg pool size and this componet can only be used by tos_queue)
      ii. tos_queue can only deliver the pointer message(cannot do a memory buffer deliver)
      
      2. add ring queue(tos_ring_q) componet
      rinq queue can be reused by tos_chr_fifi/tos_msg_q/tos_mail_q as the foundational data container
      
      3. add message queue(tos_msg_q)
      a little like the old queue mechanism, supply the capability to deliver a pointer message
      
      4. add mail queue(tos_mail_q)
      supply the capability to deliver a memory buffer
      
      5. add binary heap(tos_bin_heap)
      the basement componet to implement priority queue
      
      6. add priority queue(tos_prio_q)
      can be reused by the priority message/mail queue  as the foundational data container.
      
      7. add priority message queue(tos_prio_msg_q)
      a message(pointer) deliver mechanism, supply the capability of delivering the message with priority(message with higher priority comes faster to the pender than with lower)
      
      8. add priority mail queue(tos_prio_mail_q)
      a mail(memory buffer) deliver mechanism, supply the capability of delivering the mail with priority(mail with higher priority comes faster to the pender than with lower)
      d0b8d067
    • S
      rollback some project · f35b725a
      supowang 提交于
      f35b725a
    • S
      Merge pull request #52 from animala/master · 080f2e46
      Supowang1989 提交于
      移植M23,谢谢
      080f2e46