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

MYNEWT-266 Newtmgr over BLE #73

Merged
merged 5 commits into from
Jul 18, 2016
Merged

MYNEWT-266 Newtmgr over BLE #73

merged 5 commits into from
Jul 18, 2016

Conversation

vrahane
Copy link
Contributor

@vrahane vrahane commented Jul 13, 2016

  • Enable remote configuration, remote soft reset,
    firmware upgrade
  • Adding a seperate package for BLE newtmgr transport
  • Adding BLE_HOST feature
  • Moving logs constants from source file to header file; Were causing
    issues while testing
  • Increasing imgmgr max msg size to 400; Can be increased further when
    we support higher MTUs with BLE
  • Increasing stack size and number of mbufs for bleprph
  • Creating a separate library for newtmgr over BLE

@vrahane vrahane force-pushed the develop branch 3 times, most recently from 318e793 to ebbcd49 Compare July 18, 2016 17:59
Vipul Rahane added 5 commits July 18, 2016 11:46
- Enable remote configuration, remote soft reset,
  firmware upgrade
- Adding a seperate package for BLE newtmgr transport
- Adding BLE_HOST feature
- Moving logs constants from source file to header file; Were causing
  issues while testing
- Increasing imgmgr max msg size to 400; Can be increased further when
  we support higher MTUs with BLE
- Increasing stack size and number of mbufs for bleprph
- Creating a separate library for newtmgr over BLE
- Use globally unique UUIDS for newtmgr service and characteristic
- log_append() was not checking for a valid log
- Updating Newtmgr ble as per updated Nimble host APIs and structures
- Decreasing number of mbufs and reducing stack size
- Adapting newtmgr BLE to API changes
@asfgit asfgit merged commit ab33b2b into apache:develop Jul 18, 2016
@hathach
Copy link

hathach commented Jul 26, 2016

just want to say that I could test it successfully on ubuntu 14.04 with bluez 5.

sudo newtmgr -c ble image boot
2016/07/26 23:38:47 dev: hci0 up
2016/07/26 23:38:47 dev: hci0 down
2016/07/26 23:38:47 dev: hci0 opened
    Test image: 0.1.1
    Main image: 
    Active img: 0.1.2

@vrahane
Copy link
Contributor Author

vrahane commented Jul 26, 2016

Thank you for trying it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants