[GitHub] [mynewt-core] vrahane merged pull request #2647: hw/mcu/nordic/nrf5340: Update netcore build script syscfg names

2021-07-26 Thread GitBox
vrahane merged pull request #2647: URL: https://github.com/apache/mynewt-core/pull/2647 -- 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. To unsubscribe, e-mail:

[mynewt-core] branch master updated: hw/mcu/nordic/nrf5340: Update syscfg names to reflect nRF5340 netcore version and signing key

2021-07-26 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 1008815 hw/mcu/nordic/nrf5340:

[GitHub] [mynewt-artifact] WeekendSuperhero opened a new pull request #32: Support Hardware Encryption is isEncrypted function

2021-07-26 Thread GitBox
WeekendSuperhero opened a new pull request #32: URL: https://github.com/apache/mynewt-artifact/pull/32 -- 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. To unsubscribe,

[GitHub] [mynewt-core] vikrant-proxy opened a new pull request #2647: hw/mcu/nordic/nrf5340: Update netcore build script syscfg names

2021-07-26 Thread GitBox
vikrant-proxy opened a new pull request #2647: URL: https://github.com/apache/mynewt-core/pull/2647 Update build script syscfg names to reflect nRF5340 netcore version and signing key -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2639: hw/bsp/dwm1001-dev Add LIS2DH12 accelerometer support

2021-07-26 Thread GitBox
kasjer commented on a change in pull request #2639: URL: https://github.com/apache/mynewt-core/pull/2639#discussion_r676888481 ## File path: hw/bsp/dwm1001-dev/pkg.yml ## @@ -41,3 +41,9 @@ pkg.deps.SOFT_PWM: pkg.deps.UARTBB_0: -

[GitHub] [mynewt-core] kasjer commented on a change in pull request #2639: hw/bsp/dwm1001-dev Add LIS2DH12 accelerometer support

2021-07-26 Thread GitBox
kasjer commented on a change in pull request #2639: URL: https://github.com/apache/mynewt-core/pull/2639#discussion_r676875853 ## File path: hw/bsp/dwm1001-dev/src/hal_bsp.c ## @@ -93,6 +118,47 @@ hal_bsp_get_nvic_priority(int irq_num, uint32_t pri) return cfg_pri; }

[mynewt-core] branch master updated (4faf524 -> f717aea)

2021-07-26 Thread jerzy
This is an automated email from the ASF dual-hosted git repository. jerzy pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. from 4faf524 hw/ipc_nrf5340: Fix enabling multiple GPIOs passed to network core #2623 add f717aea

[GitHub] [mynewt-core] kasjer merged pull request #2642: hw/mcu/nordic/nrf5340: User defined image create flags for combined image

2021-07-26 Thread GitBox
kasjer merged pull request #2642: URL: https://github.com/apache/mynewt-core/pull/2642 -- 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. To unsubscribe, e-mail:

[GitHub] [mynewt-core] kasjer opened a new pull request #2646: sys/console: Stop history auto search when echo is off

2021-07-26 Thread GitBox
kasjer opened a new pull request #2646: URL: https://github.com/apache/mynewt-core/pull/2646 When echo is off history auto search should not output anything. This allows to have **newtmgr** upload working while code is build with history auto search support. -- This is an automated

[GitHub] [mynewt-core] kasjer opened a new pull request #2645: pic32: Fix context initialization

2021-07-26 Thread GitBox
kasjer opened a new pull request #2645: URL: https://github.com/apache/mynewt-core/pull/2645 Bit **EXL** of **Status** register was not set in initial context. When task was scheduled for the first time and some interrupt fired during initial context switch task would stack in never

[GitHub] [mynewt-nimble] sjanc merged pull request #1004: Fix scanner assert on receiving AUX_ADV_IND

2021-07-26 Thread GitBox
sjanc merged pull request #1004: URL: https://github.com/apache/mynewt-nimble/pull/1004 -- 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. To unsubscribe, e-mail:

[mynewt-nimble] branch master updated: nimble/ll: Fix scanner assert on receiving AUX_ADV_IND

2021-07-26 Thread janc
This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git The following commit(s) were added to refs/heads/master by this push: new 3900772 nimble/ll: Fix scanner assert on

[GitHub] [mynewt-core] ncasaril commented on pull request #2644: hw/bus/spi_hal: Fix bus_spi_write_read

2021-07-26 Thread GitBox
ncasaril commented on pull request #2644: URL: https://github.com/apache/mynewt-core/pull/2644#issuecomment-886505566 I've now tested this change on nrf52 working with large reads / writes to a spi device (dw1000). -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-core] ncasaril closed pull request #2643: hw/mcu/nrf52: Accept NULL txbuf in hal_spi_txrx by transmitting 0xFF

2021-07-26 Thread GitBox
ncasaril closed pull request #2643: URL: https://github.com/apache/mynewt-core/pull/2643 -- 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. To unsubscribe, e-mail:

[GitHub] [mynewt-core] ncasaril commented on pull request #2643: hw/mcu/nrf52: Accept NULL txbuf in hal_spi_txrx by transmitting 0xFF

2021-07-26 Thread GitBox
ncasaril commented on pull request #2643: URL: https://github.com/apache/mynewt-core/pull/2643#issuecomment-886501412 Closing as #2644 solves this problem for all mcus whilst my fix only addresses nrf52. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] ncasaril commented on pull request #2644: hw/bus/spi_hal: Fix bus_spi_write_read

2021-07-26 Thread GitBox
ncasaril commented on pull request #2644: URL: https://github.com/apache/mynewt-core/pull/2644#issuecomment-886500719 This will work for me and as you pointed out it has fewer repercussions than having to update the hal_spi_txrx for all mcus. I'll withdraw PR #2643 in favour of this one.

[GitHub] [mynewt-core] kasjer commented on pull request #2644: hw/bus/spi_hal: Fix bus_spi_write_read

2021-07-26 Thread GitBox
kasjer commented on pull request #2644: URL: https://github.com/apache/mynewt-core/pull/2644#issuecomment-886498470 > To be consistent with: > > https://github.com/apache/mynewt-core/blob/ca3280bcd39b1dc44df307db27f243c9a3b39ab7/hw/bus/drivers/spi_hal/src/spi_hal.c#L145 > >

[GitHub] [mynewt-core] kasjer commented on pull request #2643: hw/mcu/nrf52: Accept NULL txbuf in hal_spi_txrx by transmitting 0xFF

2021-07-26 Thread GitBox
kasjer commented on pull request #2643: URL: https://github.com/apache/mynewt-core/pull/2643#issuecomment-886456440 @ncasaril I'm not opposed to your change, but accepting it would make one MCU implementation ready to work with bus_node_write_read_transact while others would still fail.

[GitHub] [mynewt-core] kasjer opened a new pull request #2644: hw/bus/spi_hal: Fix bus_spi_write_read

2021-07-26 Thread GitBox
kasjer opened a new pull request #2644: URL: https://github.com/apache/mynewt-core/pull/2644 Function bus_spi_write_read() was calling hal_spi_txrx() with NULL for txbuf for transactions involving more then 16 bytes. NULL pointer is not valid for this function. When code was build