Conversation
…rate for mynewt port
- Make sure it builds and works - Make stat_mgmt buildable - Some fixes to img_mgmt
- Update mynewt port wrt features from mynewt-core - For flash functions define 'impl' functions - Make sure everything builds
- 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
- Add capability to talk to the omp_svr over BLE and shell
- Enabled GATT transport in OIC to talk to the device using BLE
…e, mgmt encoder/parser inited on oicmgr.
- 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
- Log entries get read chunk by chunk and should get encoded at the end
- Earlier while reading logs were not chunked and now they are chunked, syscfgs have to match that functional approach
Closing CBOR containers on error situations before returning.
- entries were encoded together earlier which caused issues, encoding them chunk by chunk fixes it.
- Move config headers to include directory and general clean up and address review comments
- mbuf APIs and structs containing mbuf ptrs need to be MYNEWT specific
cmd/fs fixing package dependency chain
|
This is being done here: #63 |
I don't think those have the same purpose, I am just setting up a build of the |
Ok reopening it. I'll have to look what will your PR comprise in order to see up to which point I'll add up tests to it or do things separately. |
|
|
Also rebase on latest |
Tests that should cover most of the functionality.
Depends on #27