Re: [riot-devel] Low-Power-Management - LPM_arch

2017-02-14 Thread Ludwig Knüpfer
Hi neo, Please compare: https://github.com/RIOT-OS/RIOT/releases/tag/2017.01 and: http://api.riot-os.org/group__drivers__periph__pm.html Apropos: Our documentation does have a search function in the upper right corner of the site ;-) Cheers, Ludwig Am 14. Februar 2017 23:44:27 MEZ schrieb Neo

[riot-devel] Low-Power-Management - LPM_arch

2017-02-14 Thread Neo
Hello alltogether, as far as I have seen there is no LPM_arch anymore in the RIOT Release 2017.1. What about the low-power state management in this release? Is it gone? Regards, Neo ___ devel mailing list devel@riot-os.org

Re: [riot-devel] Radio Driver Recommendations

2017-02-14 Thread Anthony Merlino
Just another idea here: 4. At the end of the netdev init method inside the radio driver, have a single _user_config function that has a weak default implementation internally (which does nothing).  This way, the user can override that function and configure any additional settings after the

[riot-devel] Radio Driver Recommendations

2017-02-14 Thread Anthony Merlino
Hello, I am in the process of writing a radio driver for a device I'm working with.   The device is highly configurable and I am trying to identify the best strategy for exposing some of the configuration to the user.  For example, the data rate, channel, preamble length, etc. can be changed to