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

Silabs #98

Merged
merged 9 commits into from
Feb 6, 2021
Merged

Silabs #98

merged 9 commits into from
Feb 6, 2021

Commits on Feb 3, 2021

  1. Remove stray console log.

    tecimovic committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    73d8e46 View commit details
    Browse the repository at this point in the history
  2. Increase feature level.

    tecimovic committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    247939f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5e503 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. run version check for packaged binaries.

    1) "zap --version" display version information for all distros.
    
      for windows / linux, the binary inside the adapter pack .zap files were
      used.
      for mac, the binary inside /dist/mac were used due to jenkins unzip/zip
      not able to maintain framework symlinks properly and causes zap unable
      to be run properly.
    
    2) backing down electron/electron-builder versions due to crashes
    
      Prior to reverting, the following error would be thrown via "zap --version"
    
      FATAL ERROR: Error::Error napi_create_reference
    
      1: 0x10d3cacd5 node::Buffer::New(v8::Isolate*, char*, unsigned long, void (*)(char*, void*), void*) [/Users/buildengineer/mac-jenkins-slave-tools/jenkins-slave/workspace/version_check_for_electron_crash/dist/mac/zap.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework]
    
      2: 0x10d3cad44 node::Buffer::New(v8::Isolate*, char*, unsigned long, void (*)(char*, void*), void*) [/Users/buildengineer/mac-jenkins-slave-tools/jenkins-slave/workspace/version_check_for_electron_crash/dist/mac/zap.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework]
    
      3: 0x10d3cacf9 node::Buffer::New(v8::Isolate*, char*, unsigned long, void (*)(char*, void*), void*) [/Users/buildengineer/mac-jenkins-slave-tools/jenkins-slave/workspace/version_check_for_electron_crash/dist/mac/zap.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework]
    
      4: 0x10d3a58e8 napi_fatal_error [/Users/buildengineer/mac-jenkins-slave-tools/jenkins-slave/workspace/version_check_for_electron_crash/dist/mac/zap.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Electron Framework]
    
      5: 0x112d3cc3d Napi::Error::Fatal(char const*, char const*) [/var/folders/v5/0p331z1s1qvfcmv0vjm3kn6w0000gn/T/.zap.id.2I0QU4]
    
      6: 0x112d4261f Napi::Error::New(napi_env__*) [/var/folders/v5/0p331z1s1qvfcmv0vjm3kn6w0000gn/T/.zap.id.2I0QU4]
    
      7: 0x112d42cb2 Napi::Function::MakeCallback(napi_value__*, unsigned long, napi_value__* const*, napi_async_context__*) const [/var/folders/v5/0p331z1s1qvfcmv0vjm3kn6w0000gn/T/.zap.id.2I0QU4]
    
      8: 0x112d54dfd node_sqlite3::Statement::Work_AfterPrepare(napi_env__*, napi_status, void*) [/var/folders/v5/0p331z1s1qvfcmv0vjm3kn6w0000gn/T/.zap.id.2I0QU4]
    Jing Teng committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    3f79e52 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    8eda869 View commit details
    Browse the repository at this point in the history
  2. Implement the 'convert' flow, where `zap convert file.isc -o file.zap…

    …` performs the headless conversion.
    
    People don't have to run UI, load the file and then save the file any more.
    tecimovic committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    9ac6d25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52a8c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbec04c View commit details
    Browse the repository at this point in the history
  5. Helpers for zcl cli - zap-cli.c

    - Added helpers for zcl cli to extract the commands with cli in zap databse
    - Bumping the feature level pointer
    
    - JIRA: ZAPP-459
    brdandu committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    79bc5b2 View commit details
    Browse the repository at this point in the history