wes3 opened a new pull request #865: hw/drivers/sx1272: Make driver shield 
compatible and fix driver issues.
URL: https://github.com/apache/mynewt-core/pull/865
 
 
   The main changes in this commit were to make all GPIO that interface
   the chip to the MCU MYNEWT_VALs so they can be configured either
   in a target or bsp. This makes creating a bsp + shield combo
   simple by defining the interface GPIO in a target.
   
   Some additional fixes/changes are in this commit such as:
   1) Using the proper reset sequence.
   2) Fixing a bug with the spi/read write command.
   3) Adding a MYNEWT_VAL to select a separate spi routine to be
   used to read/write buffers to the chip. The blocking,
   byte-by-byte hal spi api is not working on the 52840
   when combined with the sx1272 for some reason so this is a
   temporary work-around.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to