Re: HAL SPI

2016-08-23 Thread Kevin Townsend
Regarding slaves: I thought that I mentioned which interfaces would be used by a slave? The slave interfaces are fairly basic, admittedly, and there might be other interfaces that one might want to have, but they should be usable by a slave. I will give my mail another read through to see if

Re: HAL SPI

2016-08-23 Thread will sanfilippo
Kevin: Thanks for taking the time to read it over. Much appreciated! I will make the spi config structure public in a bit (was still messing around with part of it) but certainly the baudrate is in there. That is an interesting comment you made regarding the modification of the baudrate when

Re: HAL SPI

2016-08-23 Thread Sterling Hughes
Hi Kevin, On 23 Aug 2016, at 16:21, Kevin Townsend wrote: Hi Will, You've probably already included this in the spi_config struct, but just in case I wanted to make sure you can dynamically change the SPI speed even after the spi bus has been initialized once? The use case I have in mind

gdb scripts

2016-08-23 Thread Christopher Collins
Hello all, I think we need a good location for gdb command files (containing macros). I propose: @apache-mynewt-core/compiler/gdbmacros/ Thoughts? Thanks, Chris

Re: HAL SPI

2016-08-23 Thread Kevin Townsend
Hi Will, You've probably already included this in the spi_config struct, but just in case I wanted to make sure you can dynamically change the SPI speed even after the spi bus has been initialized once? The use case I have in mind is SD cards communicating over the SPI bus where you need to

HAL SPI

2016-08-23 Thread will sanfilippo
Hello: We are considering a new HAL for the SPI. Following is the set of API we are considering for this HAL. Comments are appreciated. NOTE: the term “value” is used instead of “byte” as SPI interfaces may use more than 8 bits per value transferred. NOTE: the spi_config structure is not