nrf52
Here are 101 public repositories matching this topic...
-
Updated
Jun 12, 2020 - Java
-
Updated
Jun 16, 2020 - Swift
API Documentation
Hi,
I'm not sure if I'm missing something here, but I is there any API documentation?
For example, set the connection interval or MTU? (https://stackoverflow.com/questions/18240978/ble-peripheral-throughput-limit)
The only documentation that I have been able to find, for the arduino IDE at least, is through the examples section.
Add more info on building and programming the application into the PineTime (more details, commands, examples) for different environnment (clion, command line,...).
Documentation is sorely lacking right now. It would be great to have a more useful README.
-
Updated
Jun 20, 2020 - C++
-
Updated
May 21, 2020 - C
-
Updated
Jun 22, 2020 - Python
-
Updated
Mar 7, 2020 - C
-
Updated
Feb 14, 2020 - Swift
-
Updated
Feb 4, 2020 - C++
-
Updated
Jun 14, 2020 - C++
-
Updated
Jan 5, 2018 - C
-
Updated
Jun 21, 2020 - Python
This repository is not an Arduino library, thus the use of the arduino-library topic is inappropriate.
The topic can be removed by clicking the "Manage topics" link near the top of the repository's home page and then clicking the X to the right of arduino-library.
-
Updated
Dec 3, 2018 - Makefile
-
Updated
Feb 22, 2020 - C
-
Updated
Apr 8, 2020 - C
-
Updated
Jan 10, 2020 - C
-
Updated
Jun 22, 2020 - C
Improve this page
Add a description, image, and links to the nrf52 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nrf52 topic, visit your repo's landing page and select "manage topics."


There are a few flags that currently don't have proper error checking. The ones I found are
-gc,-schedulerand-size. Using the wrong value will lead to no or unexpected errors.I think the best way to handle it is to add a new method to
compileopts.Configthat checks whether there are any faulty flags, which is then called from the main function.