Re: Convenience header: mynewt.h

2018-03-27 Thread Christopher Collins
FYI- I have filed a PR implementing this change: https://github.com/apache/mynewt-core/pull/969 Chris On Wed, Mar 21, 2018 at 10:47:14AM -0700, Christopher Collins wrote: > Hello all, > > I was thinking about adding a new header to the core repo that just > includes the (more or less) mandatory

Re: STM32 backbone library

2018-03-27 Thread markus
Hey Miguel, as you can tell - still causing trouble ;) I should have mentioned that both APIs, LL (low level) and HAL (high level) are provided by ST Microelectronics and are part of their SDKs. Although the LL API is called "low level" it is still portable between the different STM32 processor

STM32 backbone library

2018-03-27 Thread markus
I have a PWM implementation for the STM32 (currently F3 & F7) but I'm not happy with it - which is why there currently is no PR. Most of what I want to change is the use of the backend library, using the LL api instead of HAL. All STM32 bindings I could find in mynewt are based on the HAL library