-
Notifications
You must be signed in to change notification settings - Fork 33
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
Update master to nRF52x #42
Open
nealjack
wants to merge
141
commits into
master
Choose a base branch
from
combine
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Still need to figure out startup code, cases specific to nrf52840
Add standard library linkage to ld scripts, simplify blink app, configure specific linker scripts to use correct common script. Use origin settings from example nrf52840 linker script.
Couldn't figure out how to change the name.
… and 52832 without a softdevice
Also add gcc 7+ flag for macros
…g the hardfpu ABI
Got blink working - still needs testing
Reduce to just sdk 12, 15 for nrf51 and nrf52, respectively. Clean out most example apps.
Strip out bootloader/dfu, old sdks Add blink/sleep app
but lots of unexpected header files Might just switch over to using nordic thread sdk
Update OpenThread libs to get new SNTP. Fix SLAAC changes
Allows app to monitor progress of DFU
Update OpenThread libs to get new SNTP. Fix SLAAC changes new ot handles slaac internally
Allows app to monitor progress of DFU
TIME TO COMBINE
Turn on an LED by writing a 0x01, and turn it off by writing 0x00.
Add notice for nRF51x deprecation update Makefile example
Moved to lab11/nrf52x-base |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since nobody in lab has touched or used the master branch of this repository since 2017, it is high time we've updated it with support for the nRF52x platforms.