-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
9160 Socket Network Support #2517
base: develop-nordic-zephyr-port
Are you sure you want to change the base?
9160 Socket Network Support #2517
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style changes look good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
@@ -153,7 +153,7 @@ macro(nf_setup_target_build) | |||
|
|||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you comment this line of code, please add a little comment on why :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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