[GitHub] [mynewt-nimble] Huihh closed issue #561: hkdf

2019-09-12 Thread GitBox
Huihh closed issue #561: hkdf URL: https://github.com/apache/mynewt-nimble/issues/561 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

[GitHub] [mynewt-nimble] Huihh commented on issue #561: hkdf

2019-09-12 Thread GitBox
Huihh commented on issue #561: hkdf URL: https://github.com/apache/mynewt-nimble/issues/561#issuecomment-530697988 Thank you very mush, I have Done This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts

2019-09-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r323694541 ## File path: hw/mcu/dialog/da1469x/src/da1469x_otp.c ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts

2019-09-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r323694513 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_otp.h ## @@ -0,0 +1,49 @@ +/* + * Licensed to the

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts

2019-09-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r323694733 ## File path: hw/mcu/dialog/da1469x/include/mcu/da1469x_otp.h ## @@ -0,0 +1,49 @@ +/* + * Licensed to the

[GitHub] [mynewt-core] utzig commented on issue #1995: Fatfs + mynewt_glue + mmc issue if we write data addressed above 4GB in memory

2019-09-12 Thread GitBox
utzig commented on issue #1995: Fatfs + mynewt_glue + mmc issue if we write data addressed above 4GB in memory URL: https://github.com/apache/mynewt-core/issues/1995#issuecomment-530799832 > One solution would be to change mmc_write() and mmc_read() to expect a 64bits address (and change

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts

2019-09-12 Thread GitBox
andrzej-kaczmarek commented on a change in pull request #1993: OTP drivers and scripts URL: https://github.com/apache/mynewt-core/pull/1993#discussion_r323711363 ## File path: hw/mcu/dialog/da1469x/src/da1469x_otp.c ## @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache

[GitHub] [mynewt-nimble] HendrikVE commented on issue #552: ble_gattc_notify_custom cuts off message

2019-09-12 Thread GitBox
HendrikVE commented on issue #552: ble_gattc_notify_custom cuts off message URL: https://github.com/apache/mynewt-nimble/issues/552#issuecomment-530845403 Solved by chaining notifications using an event callback, sending the next notification after receiving `BLE_GAP_EVENT_NOTIFY_TX`.

[GitHub] [mynewt-nimble] HendrikVE closed issue #552: ble_gattc_notify_custom cuts off message

2019-09-12 Thread GitBox
HendrikVE closed issue #552: ble_gattc_notify_custom cuts off message URL: https://github.com/apache/mynewt-nimble/issues/552 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #1996: hw/mcu/da1469x: Add support to use trim values from OTP

2019-09-12 Thread GitBox
andrzej-kaczmarek opened a new pull request #1996: hw/mcu/da1469x: Add support to use trim values from OTP URL: https://github.com/apache/mynewt-core/pull/1996 We'll need to do something with these values later. This requires OTP driver from https://github.com/apache/mynewt-core/pull/1993