michal-narajowski commented on issue #755: npl/riot: disable SM in default configuration URL: https://github.com/apache/mynewt-nimble/pull/755#issuecomment-586203511 Yes, I think it works. I didn't test it with this particular PR but I just tested it with master and it looks like there are some changes. A reminder how to do it: If you do not have nimble project: - `newt new <project name>` - `cd <project-name>` - edit project.yml file and change the version of `apache-mynewt-core` repo to `0.0.0` - `newt upgrade` - now you should have all the repositories downloaded and set to `master` Once you have nimble set up: - make sure you are in `<project-name>` directory - `newt build riot` (riot target is already in the nimble repo and this will compile it) - Then you can you can copy generated files: `cp bin/@apache-mynewt-nimble/targets/riot/generated/include repos/apache-mynewt-nimble/porting/npl/riot/ -r`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
