9160 Socket Network Support#2517
9160 Socket Network Support#2517dboling-ericsson wants to merge 8 commits intonanoframework:develop-nordic-zephyr-portfrom
Conversation
Adds non-secure network support for nrf9160
Automated fixes for code style.
…176-ad21-4553-9e82-ebf345d34981 Code style fixes for nanoframework/nf-interpreter PR#2517
dboling-ericsson
left a comment
There was a problem hiding this comment.
Style changes look good.
Ellerbach
left a comment
There was a problem hiding this comment.
Thanks for the addition, that will be useful! Few comments more on the style. Please don't forget to merge the latest code style PR into your branch. In general, we don't keep dead code or we document why it's there. And we don't keep the traces. Also, in some of the code, it would be great to have few more comments to understand what's done and for some of the key functions a good description of what they are doing. In general, that does help a lot for the maintenance.
| zephyr_compile_definitions(PROJECT_NAME=nanoCLR) | ||
|
|
||
| zephyr_compile_definitions(APP_VERSION=${BUILD_VERSION}) | ||
| #zephyr_compile_definitions(APP_VERSION=${BUILD_VERSION}) |
There was a problem hiding this comment.
if you comment this line of code, please add a little comment on why :-)
There was a problem hiding this comment.
Sorry for the sloppy code. I wanted to post what I could as I'm not sure when I'll be able to work on the code again. I'll try to clean things up today.
…dbb-b28d-461e-94f4-1a829a1ecf42 Code style fixes for nanoframework/nf-interpreter PR#2517
|
The 'build failing' bug is strange. I always build the code before uploading. I'm trying now, to build and have the build pull down the NCS instead of referencing a local copy. If that fails, I'll know what the issue is. |
|
I pushed up a fix to the build error. It was a problem with the ARDESCO target not having the proper configuration. In my rush, I hadn't built that version before posting. Fixed and tested all 3 targets. |
Awesome! Thanks for fixing it. |
|
@dboling-ericsson I've started reviewing this. |
|
Great to hear. I don't have as much time for this now but am happy to answer questions and to fix something if I can. |
Description
Adds non-secure network support for nrf9160.
Motivation and Context
Feature add
How Has This Been Tested?
Limited testing with HttpSample
Types of changes
Checklist