Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP, DNM] Adding test scripts #32

Open
wants to merge 67 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 28, 2019

  1. mynewt core mcumgr port

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    97241e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    682df33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a2a81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a3fbb0 View commit details
    Browse the repository at this point in the history
  5. Fix build issues

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    6e4556a View commit details
    Browse the repository at this point in the history
  6. Fix build issues

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    97c6ecd View commit details
    Browse the repository at this point in the history
  7. Add img_mgmt pkg_init

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    8aec843 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    adb281c View commit details
    Browse the repository at this point in the history
  9. log_mgmt: Add fixes from mynewt-core to log_mgmt

    - Make sure it builds and works
    - Make stat_mgmt buildable
    - Some fixes to img_mgmt
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    06ecd3b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69f7d69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a0d3a96 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a29e222 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d72448 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6496426 View commit details
    Browse the repository at this point in the history
  15. Added lazy erase support.

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    675e39b View commit details
    Browse the repository at this point in the history
  16. Fix soft reset logging

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    7f034c4 View commit details
    Browse the repository at this point in the history
  17. img_mgmt: Mynewt port update

    - Update mynewt port wrt features from mynewt-core
    - For flash functions define 'impl' functions
    - Make sure everything builds
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    8914f87 View commit details
    Browse the repository at this point in the history
  18. img_mgmt: Fix build

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    724c256 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f7e2f1c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    edb23c0 View commit details
    Browse the repository at this point in the history
  21. smp_srv: Add capability to read UICR

    - Read UICR to check for a configured address before advertising
    - Remove the ANS service UUID so that we do not connect to devices
    running blecent
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    a826909 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e012ffe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fcd6904 View commit details
    Browse the repository at this point in the history
  24. omp_svr: Add app for omp_svr

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    b5d5f49 View commit details
    Browse the repository at this point in the history
  25. write map not breaking anymore

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    8be59d9 View commit details
    Browse the repository at this point in the history
  26. omp now working propperly

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    36ba8d2 View commit details
    Browse the repository at this point in the history
  27. Add capability to talkt to the omp_svr over BLE

    - Add capability to talk to the omp_svr over BLE and shell
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    abc5a1a View commit details
    Browse the repository at this point in the history
  28. omp_svr: remove redundant code and enable GATT

    - Enabled GATT transport in OIC to talk to the device using BLE
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    7e13d8c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a544bec View commit details
    Browse the repository at this point in the history
  30. Cleanup and rearangemet: added omp/port/mynewt, added struct omp_stat…

    …e, mgmt encoder/parser inited on oicmgr.
    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    2ee4828 View commit details
    Browse the repository at this point in the history
  31. Cleanup on samples/smp_svr

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    523f08b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7fd945c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    92fa6ca View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    436a9d5 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c998c74 View commit details
    Browse the repository at this point in the history
  36. omp, mgmt: Changes for backwards compatibility

    - Most of is not needed by new APIs but it is needed for old ones
      to work
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    1ae7ca5 View commit details
    Browse the repository at this point in the history
  37. img_mgmt: use IMG_MGMT_DUMMY_HDR and add backwards

    - ..compatibility
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    2df6c98 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7a11126 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    61dd615 View commit details
    Browse the repository at this point in the history
  40. log imghash support added

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    542db22 View commit details
    Browse the repository at this point in the history
  41. Sample apps support native BSP.

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    33169b7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    93e47e5 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    29473a3 View commit details
    Browse the repository at this point in the history
  44. cborattr_encode_omit test now runs.

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    610a396 View commit details
    Browse the repository at this point in the history
  45. adding cborattr dependency on omp

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    4d8078f View commit details
    Browse the repository at this point in the history
  46. Fix os_mgmt conditional feature enablement

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    635d701 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3676852 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    82a1129 View commit details
    Browse the repository at this point in the history
  49. Fixing log body read size.

    mlaz authored and vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    bd31d22 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    63e5fb9 View commit details
    Browse the repository at this point in the history
  51. mynewt_log_mgmt: need to read chunk by chunk

    - Earlier the entries were read one entry at a time and that is
    different what we have currently in mynewt, this needs to change
    so that we read logs hcunk by chunk until we reach the entry length
    - The encode funtion needs to get fixed which will be in a subsequent
    PR
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    43e485f View commit details
    Browse the repository at this point in the history
  52. log_mgmt: log entry shld get encoded at the end

    - Log entries get read chunk by chunk and should get encoded at the end
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    a2fd55c View commit details
    Browse the repository at this point in the history
  53. mynewt_log_mgmt:syscfg changes chunked log reads

    - Earlier while reading logs were not chunked and now they are chunked,
      syscfgs have to match that functional approach
    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    3ead348 View commit details
    Browse the repository at this point in the history
  54. log_mgmt: fix includes

    vrahane committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    dd0178f View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    a181f39 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    3d9943f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    ee7c1ac View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Merge pull request apache#11 from mlaz/mynewt_mcumgr

    Closing CBOR containers on error situations before returning.
    vrahane authored Oct 1, 2019
    Configuration menu
    Copy the full SHA
    b20765b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6a7bcb View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. log_mgmt: entries need to be encoded chunk by chunk

    - entries were encoded together earlier which caused issues, encoding
    them chunk by chunk fixes it.
    vrahane committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    a6adcb2 View commit details
    Browse the repository at this point in the history
  2. log_mgmt: add some comments

    vrahane committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    59576c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    081cad7 View commit details
    Browse the repository at this point in the history
  4. cmd: move config headers to include directory

    - Move config headers to include directory and general clean up
      and address review comments
    vrahane committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    8478dcb View commit details
    Browse the repository at this point in the history
  5. cborattr: APIs & structs need to be MYNEWT specific

    - mbuf APIs and structs containing mbuf ptrs need to be
      MYNEWT specific
    vrahane committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    bde1003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebf9d6e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Merge pull request apache#12 from mlaz/mynewt_mcumgr

    cmd/fs fixing package dependency chain
    vrahane authored Oct 3, 2019
    Configuration menu
    Copy the full SHA
    50e8571 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Added a few first test scripts.

    mlaz committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    7fcdfa7 View commit details
    Browse the repository at this point in the history