[mynewt-core] branch master updated: pic32: Fix crt0.S build error

2021-06-03 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git The following commit(s) were added to refs/heads/master by this push: new cb68fa8 pic32: Fix crt0.S build error cb68f

[GitHub] [mynewt-core] kasjer merged pull request #2612: pic32: Fix crt0.S build error

2021-06-03 Thread GitBox
kasjer merged pull request #2612: URL: https://github.com/apache/mynewt-core/pull/2612 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, ple

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

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

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

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

[GitHub] [mynewt-core] kasjer opened a new pull request #2612: pic32: Fix crt0.S build error

2021-06-03 Thread GitBox
kasjer opened a new pull request #2612: URL: https://github.com/apache/mynewt-core/pull/2612 xc32 compiler version 3.xx starts to complain about constant value range Error: repos/apache-mynewt-core/kernel/os/src/arch/pic32/startup/crt0.S: Assembler messages: repos/apache-mynewt

[GitHub] [mynewt-core] kasjer opened a new pull request #2611: hw/drivers/spiram: Fix 4 bytes address handling

2021-06-03 Thread GitBox
kasjer opened a new pull request #2611: URL: https://github.com/apache/mynewt-core/pull/2611 Even though there is no 4 bytes addressing RAM out there, because syscfg allowed such value to be set update code to handle this case correctly to be future proof. Also restriction was a