Skip to content
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

Initial support for nRF51822 #17

Merged
merged 5 commits into from Jan 15, 2016
Merged

Conversation

lizardo
Copy link
Contributor

@lizardo lizardo commented Jan 15, 2016

Add support for the PCA10001 board with the nRF51822 SoC. This initial support contains just the minimal support for the "blinky" app to work:

  • Context switching to/from kernel
  • GPIO output pins
  • Programming using JLink Debugger

script:
- make build/main.elf
- make clean-all
- make PLATFORM=nrf_pca10001 CHIP=nrf51822 APPS=c_blinky
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh great! So this will test compilation for both platforms. I think APPS=c_blinky might be somewhat extraneous since it just gets compiled to a blob and linked -- there is nothing really specific to this platform here.

But no matter, it's at least a place for now to document how to get an example that actually runs on the board.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once UART is implemented for this board, I can simply drop APPS and still have a functional default build. Should be my next task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants