[GitHub] [mynewt-core] vikrant-proxy commented on a change in pull request #2611: hw/drivers/spiram: Fix 4 bytes address handling

2021-06-05 Thread GitBox
vikrant-proxy commented on a change in pull request #2611: URL: https://github.com/apache/mynewt-core/pull/2611#discussion_r646035849 ## File path: hw/drivers/ram/spiram/src/spiram.c ## @@ -102,7 +102,7 @@ spiram_write_enable(struct spiram_dev *dev) int spiram_read(struct

[GitHub] [mynewt-core] vikrant-proxy commented on a change in pull request #2611: hw/drivers/spiram: Fix 4 bytes address handling

2021-06-05 Thread GitBox
vikrant-proxy commented on a change in pull request #2611: URL: https://github.com/apache/mynewt-core/pull/2611#discussion_r646035849 ## File path: hw/drivers/ram/spiram/src/spiram.c ## @@ -102,7 +102,7 @@ spiram_write_enable(struct spiram_dev *dev) int spiram_read(struct

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2611: hw/drivers/spiram: Fix 4 bytes address handling

2021-06-05 Thread GitBox
kasjer commented on a change in pull request #2611: URL: https://github.com/apache/mynewt-core/pull/2611#discussion_r646035573 ## File path: hw/drivers/ram/spiram/src/spiram.c ## @@ -102,7 +102,7 @@ spiram_write_enable(struct spiram_dev *dev) int spiram_read(struct

[GitHub] [mynewt-core] vrahane commented on a change in pull request #2611: hw/drivers/spiram: Fix 4 bytes address handling

2021-06-05 Thread GitBox
vrahane commented on a change in pull request #2611: URL: https://github.com/apache/mynewt-core/pull/2611#discussion_r646035421 ## File path: hw/drivers/ram/spiram/src/spiram.c ## @@ -102,7 +102,7 @@ spiram_write_enable(struct spiram_dev *dev) int spiram_read(struct

[GitHub] [mynewt-core] vikrant-proxy commented on a change in pull request #2611: hw/drivers/spiram: Fix 4 bytes address handling

2021-06-05 Thread GitBox
vikrant-proxy commented on a change in pull request #2611: URL: https://github.com/apache/mynewt-core/pull/2611#discussion_r646035100 ## File path: hw/drivers/ram/spiram/src/spiram.c ## @@ -102,7 +102,7 @@ spiram_write_enable(struct spiram_dev *dev) int spiram_read(struct

[GitHub] [mynewt-core] kasjer opened a new pull request #2613: mbedtls xc32 build fixes

2021-06-05 Thread GitBox
kasjer opened a new pull request #2613: URL: https://github.com/apache/mynewt-core/pull/2613 This changes one instance of `#include ""` to `#include <>` to allow build with xc32-gcc compiler. This is really a issue in the xc32 compiler not **mbedtls** but it can be fixed by changing