Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Z zigbee-dongle-kw2x
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Gianmarco Garrisi
  • zigbee-dongle-kw2x
  • Wiki
  • setup

setup · Changes

Page history
Graphic authored May 16, 2017 by Gianmarco Garrisi's avatar Gianmarco Garrisi
Show whitespace changes
Inline Side-by-side
setup.md
View page @ 3f8cdcd4
...@@ -38,8 +38,10 @@ to ...@@ -38,8 +38,10 @@ to
``` ```
finally, in the ZigBeeGetawayMain.java, finally, in the ZigBeeGetawayMain.java,
`final ZigBeeDongle dongle = new ZigBeeDongleTiCc2531Impl(serialPort, pan, channel, networkKey, resetNetwork);` `final ZigBeeDongle dongle = new ZigBeeDongleTiCc2531Impl(serialPort, pan, channel, networkKey, resetNetwork);`
` ^^^^^^^^`
to to
`final ZigBeeDongle dongle = new ZigBeeDongleNxpKw2xImpl(serialPort, pan, channel, networkKey, resetNetwork);` `final ZigBeeDongle dongle = new ZigBeeDongleNxpKw2xImpl(serialPort, pan, channel, networkKey, resetNetwork);`
` ^^^^^^^`
To set up git proxy: To set up git proxy:
`git config --global http.proxy http://proxy.server.it:8080`; `git config --global http.proxy http://proxy.server.it:8080`;
......
Clone repository
  • bug dongle ti
  • clusters and endpoins
  • differences nxp ti
  • Home
  • long term plan
  • setup
  • short term plan
  • start
  • state of impl