You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by vi...@apache.org on 2021/11/06 00:07:30 UTC

[mynewt-core] branch master updated (5af1e00 -> afce64e)

This is an automated email from the ASF dual-hosted git repository.

vipulrahane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from 5af1e00  mcu/nrf5340: Add GPIO pin core selection
     new 47aba2a  mcu/nrf5340: Add a check to confirm that the buffer points to a location in RAM. easyDMA can only access RAM locations
     new 6961e82  mcu/nrf5340: Change error code to EINVAL inline with rest of the file
     new afce64e  Merge pull request #2711 from vikrant-proxy/ram-check

The 10272 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 hw/bus/drivers/i2c_nrf5340/src/i2c_nrf5340.c | 8 ++++++++
 hw/mcu/nordic/nrf5340/src/hal_spi.c          | 7 ++++++-
 hw/mcu/nordic/nrf5340_net/src/hal_spi.c      | 7 ++++++-
 3 files changed, 20 insertions(+), 2 deletions(-)