[GitHub] [mynewt-core] ncasaril opened a new pull request #1959: Nrf52840 spi 3

2019-08-15 Thread GitBox
ncasaril opened a new pull request #1959: Nrf52840 spi 3 URL: https://github.com/apache/mynewt-core/pull/1959 The SPI_3_MASTER interface in NRF52840 has some nice features I felt were missing in mynewt. Primarily because of the 16 or 32MHz speed only spi3m can offer. Note that spi3

[GitHub] [mynewt-nimble] haukepetersen opened a new issue #556: att_svr memory corruption: entry_mem is freed without relocating existing entries

2019-08-15 Thread GitBox
haukepetersen opened a new issue #556: att_svr memory corruption: entry_mem is freed without relocating existing entries URL: https://github.com/apache/mynewt-nimble/issues/556 # How to reproduce I initialized the GATT server in the following sequence: - init some included services, e

[GitHub] [mynewt-core] d3zd3z commented on issue #1958: [MBEDTLS] Add option to use fewer AES tables

2019-08-15 Thread GitBox
d3zd3z commented on issue #1958: [MBEDTLS] Add option to use fewer AES tables URL: https://github.com/apache/mynewt-core/pull/1958#issuecomment-521788396 I suspect that swap time is dominated by the erase time on the flash. It'd be interesting to do a lower-level benchmark just to get an id

[GitHub] [mynewt-core] utzig commented on issue #1958: [MBEDTLS] Add option to use fewer AES tables

2019-08-15 Thread GitBox
utzig commented on issue #1958: [MBEDTLS] Add option to use fewer AES tables URL: https://github.com/apache/mynewt-core/pull/1958#issuecomment-521812163 @d3zd3z We have an app that inlcudes benchmark: https://github.com/apache/mynewt-core/tree/master/apps/crypto_test; I can check how each

[GitHub] [mynewt-core] vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts

2019-08-15 Thread GitBox
vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts URL: https://github.com/apache/mynewt-core/pull/1927#discussion_r314520081 ## File path: test/spiflash_stress_test/src/spiflash_stress_test.c ## @@ -0,0 +1,179 @@ +/* + * Lice

[GitHub] [mynewt-core] vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts

2019-08-15 Thread GitBox
vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts URL: https://github.com/apache/mynewt-core/pull/1927#discussion_r314520108 ## File path: test/spiflash_stress_test/src/spiflash_stress_test.c ## @@ -0,0 +1,179 @@ +/* + * Lice

[GitHub] [mynewt-core] vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts

2019-08-15 Thread GitBox
vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts URL: https://github.com/apache/mynewt-core/pull/1927#discussion_r314520090 ## File path: test/spiflash_stress_test/src/spiflash_stress_test.c ## @@ -0,0 +1,179 @@ +/* + * Lice

[GitHub] [mynewt-core] vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts

2019-08-15 Thread GitBox
vrahane commented on a change in pull request #1927: Add Dialog OTP driver and associated scripts URL: https://github.com/apache/mynewt-core/pull/1927#discussion_r314520119 ## File path: test/spiflash_stress_test/src/spiflash_stress_test.c ## @@ -0,0 +1,179 @@ +/* + * Lice

[GitHub] [mynewt-core] vrahane commented on a change in pull request #1959: Nrf52840 spi 3

2019-08-15 Thread GitBox
vrahane commented on a change in pull request #1959: Nrf52840 spi 3 URL: https://github.com/apache/mynewt-core/pull/1959#discussion_r314530211 ## File path: hw/mcu/nordic/nrf52xxx/src/nrf52_periph.c ## @@ -33,7 +33,7 @@ #include "bus/drivers/i2c_hal.h" #endif #endif -#if

[GitHub] [mynewt-core] ncasaril commented on a change in pull request #1959: Nrf52840 spi 3

2019-08-15 Thread GitBox
ncasaril commented on a change in pull request #1959: Nrf52840 spi 3 URL: https://github.com/apache/mynewt-core/pull/1959#discussion_r314538036 ## File path: hw/mcu/nordic/nrf52xxx/src/nrf52_periph.c ## @@ -33,7 +33,7 @@ #include "bus/drivers/i2c_hal.h" #endif #endif -#i

[GitHub] [mynewt-core] vrahane commented on issue #1959: Nrf52840 spi 3

2019-08-15 Thread GitBox
vrahane commented on issue #1959: Nrf52840 spi 3 URL: https://github.com/apache/mynewt-core/pull/1959#issuecomment-521839327 ``` 2019/08/15 23:42:36.268 [INFO] Ignoring /home/travis/gopath/src/github.com/apache/mynewt-core/hw/mcu/stm/stm32f7xx/src/ext/Drivers/STM32F7xx_HAL_Driver/Src/stm

[GitHub] [mynewt-core] vrahane commented on issue #1959: Nrf52840 spi 3

2019-08-15 Thread GitBox
vrahane commented on issue #1959: Nrf52840 spi 3 URL: https://github.com/apache/mynewt-core/pull/1959#issuecomment-521841683 I think the problem is nrf52xxx get's used for both nrf52832 and nrf52840 and nrf52832 does not have `SPI_3_MASTER`.