[GitHub] [mynewt-core] kasjer merged pull request #2201: Add base62 encoder/decoder

2020-03-03 Thread GitBox
kasjer merged pull request #2201: Add base62 encoder/decoder URL: https://github.com/apache/mynewt-core/pull/2201 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[mynewt-core] branch master updated: Add base62 encoder/decoder

2020-03-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 426a011 Add base62 encoder/decoder 426a011

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2226: dialog/da1469x: Fix array pointer re-referencing bug

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #2226: dialog/da1469x: Fix array pointer re-referencing bug URL: https://github.com/apache/mynewt-core/pull/2226#issuecomment-594308212 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] benmccrea opened a new pull request #2226: dialog/da1469x: Fix array pointer re-referencing bug

2020-03-03 Thread GitBox
benmccrea opened a new pull request #2226: dialog/da1469x: Fix array pointer re-referencing bug URL: https://github.com/apache/mynewt-core/pull/2226 Register trim values from OTP were not being applied. Upon inspection it was found that da1469x_pd_apply_trimv() was improperly assigning

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2225: kernel/arch: Add option to use BASEPRI for critical section

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #2225: kernel/arch: Add option to use BASEPRI for critical section URL: https://github.com/apache/mynewt-core/pull/2225#issuecomment-594153414 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] andrzej-kaczmarek opened a new pull request #2225: kernel/arch: Add option to use BASEPRI for critical section

2020-03-03 Thread GitBox
andrzej-kaczmarek opened a new pull request #2225: kernel/arch: Add option to use BASEPRI for critical section URL: https://github.com/apache/mynewt-core/pull/2225 Using BASEPRI instead of PRIMASK may be beneficial if there is some interrupt in MCU which requires low latency thus

[GitHub] [mynewt-core] ccollins476ad merged pull request #2219: Fix json decoding of empty array

2020-03-03 Thread GitBox
ccollins476ad merged pull request #2219: Fix json decoding of empty array URL: https://github.com/apache/mynewt-core/pull/2219 This is an automated message from the Apache Git Service. To respond to the message, please log

[mynewt-core] branch master updated: Fix json decoding of empty array

2020-03-03 Thread ccollins
This is an automated email from the ASF dual-hosted git repository. ccollins 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 f98ee55 Fix json decoding of empty

[GitHub] [mynewt-core] ccollins476ad commented on issue #2219: Fix json decoding of empty array

2020-03-03 Thread GitBox
ccollins476ad commented on issue #2219: Fix json decoding of empty array URL: https://github.com/apache/mynewt-core/pull/2219#issuecomment-594110579 > Does it make sense to keep both version of the json test suite (selftest and hosttest)? You're right - the host test is not really

[GitHub] [mynewt-core] dwld commented on issue #2219: Fix json decoding of empty array

2020-03-03 Thread GitBox
dwld commented on issue #2219: Fix json decoding of empty array URL: https://github.com/apache/mynewt-core/pull/2219#issuecomment-594084450 I have two questions: * Does it make sense to keep both version of the json test suite (selftest and hosttest)? * How can a recheck of the CI

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa…

2020-03-03 Thread GitBox
apache-mynewt-bot removed a comment on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa… URL: https://github.com/apache/mynewt-core/pull/2223#issuecomment-593950983 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa…

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa… URL: https://github.com/apache/mynewt-core/pull/2223#issuecomment-594075785 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] brianwyld commented on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa…

2020-03-03 Thread GitBox
brianwyld commented on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa… URL: https://github.com/apache/mynewt-core/pull/2223#issuecomment-594069064 Ok. Seems like bsp/bsp_defs.h is not a 'standard' file in mynewt BSPs. How about bsp/bsp.h?

[GitHub] [mynewt-mcumgr] ccollins476ad commented on issue #65: fs_mgmt: Fix file download for Zephyr

2020-03-03 Thread GitBox
ccollins476ad commented on issue #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#issuecomment-594033011 > The calculation happens once per file transfer. I think this is better then calculating the value as preprocessor constant. But

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2224: add functionality to allow low power operation for STM32L1xx

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #2224: add functionality to allow low power operation for STM32L1xx URL: https://github.com/apache/mynewt-core/pull/2224#issuecomment-593954354 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] brianwyld opened a new pull request #2224: add functionality to allow low power operation for STM32L1xx

2020-03-03 Thread GitBox
brianwyld opened a new pull request #2224: add functionality to allow low power operation for STM32L1xx URL: https://github.com/apache/mynewt-core/pull/2224 - get sleep mode from BSP (WFI or STOP) - allow BSP to deinit/init board peripherals when enter/exit sleep via callback -

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa…

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #2223: add include of bsp_defs.h so that a BSP can override defines (for exa… URL: https://github.com/apache/mynewt-core/pull/2223#issuecomment-593950983 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2222: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0 URL: https://github.com/apache/mynewt-core/pull/#issuecomment-593947599 ## Style check summary No suggestions at this time!

[GitHub] [mynewt-core] brianwyld opened a new pull request #2223: add include of bsp_defs.h so that a BSP can override defines (for exa…

2020-03-03 Thread GitBox
brianwyld opened a new pull request #2223: add include of bsp_defs.h so that a BSP can override defines (for exa… URL: https://github.com/apache/mynewt-core/pull/2223 The bsp_defs.h in a specific BSP can redefine the idle stack size without changing the core of mynewt

[GitHub] [mynewt-core] kasjer merged pull request #2220: [STM32] Update F4 Cube to 1.24.2

2020-03-03 Thread GitBox
kasjer merged pull request #2220: [STM32] Update F4 Cube to 1.24.2 URL: https://github.com/apache/mynewt-core/pull/2220 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-core] brianwyld opened a new pull request #2222: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0

2020-03-03 Thread GitBox
brianwyld opened a new pull request #: add ifdefs to avoid calling watchdog if WATCHDOG_INTERVAL is 0 URL: https://github.com/apache/mynewt-core/pull/ for STM32 need to avoid calling any watchdog functions if the watchdog is to be disabled

[GitHub] [mynewt-core] brianwyld closed pull request #2138: Add possibility to configure idle task stack size in syscfg.yml

2020-03-03 Thread GitBox
brianwyld closed pull request #2138: Add possibility to configure idle task stack size in syscfg.yml URL: https://github.com/apache/mynewt-core/pull/2138 This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-core] andrzej-kaczmarek commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml

2020-03-03 Thread GitBox
andrzej-kaczmarek commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml URL: https://github.com/apache/mynewt-core/pull/2138#issuecomment-593894597 you need to clean up this PR, otherwise I doubt anyone will take a look on this anytime soon. you

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on issue #2138: Add possibility to configure idle task stack size in syscfg.yml

2020-03-03 Thread GitBox
apache-mynewt-bot removed a comment on issue #2138: Add possibility to configure idle task stack size in syscfg.yml URL: https://github.com/apache/mynewt-core/pull/2138#issuecomment-593442659 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] apache-mynewt-bot commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml

2020-03-03 Thread GitBox
apache-mynewt-bot commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml URL: https://github.com/apache/mynewt-core/pull/2138#issuecomment-593882823 ## Style check summary ### Our coding style is

[GitHub] [mynewt-core] brianwyld commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml

2020-03-03 Thread GitBox
brianwyld commented on issue #2138: Add possibility to configure idle task stack size in syscfg.yml URL: https://github.com/apache/mynewt-core/pull/2138#issuecomment-593877583 I have removed the config of idle task stack size by syscfg as suggested, and added the include of the bsp_defs.h

[GitHub] [mynewt-mcumgr] de-nordic commented on issue #65: fs_mgmt: Fix file download for Zephyr

2020-03-03 Thread GitBox
de-nordic commented on issue #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#issuecomment-593860319 > > > Others have already approved this and I don't want to be a nuisance, but I still don't understand why this fix is

[GitHub] [mynewt-newt] sjanc merged pull request #379: Add repositories info to syscfg.h

2020-03-03 Thread GitBox
sjanc merged pull request #379: Add repositories info to syscfg.h URL: https://github.com/apache/mynewt-newt/pull/379 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[mynewt-newt] branch master updated: Add repositories info to syscfg.h

2020-03-03 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-newt.git The following commit(s) were added to refs/heads/master by this push: new 4d51693 Add repositories info to syscfg.h

[GitHub] [mynewt-mcumgr] de-nordic commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr

2020-03-03 Thread GitBox
de-nordic commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#discussion_r386887190 ## File path: cmd/fs_mgmt/src/fs_mgmt.c ## @@ -20,6 +20,7 @@ #include #include #include

[GitHub] [mynewt-mcumgr] de-nordic commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr

2020-03-03 Thread GitBox
de-nordic commented on a change in pull request #65: fs_mgmt: Fix file download for Zephyr URL: https://github.com/apache/mynewt-mcumgr/pull/65#discussion_r386887361 ## File path: cmd/fs_mgmt/src/fs_mgmt.c ## @@ -100,9 +101,60 @@ fs_mgmt_file_download(struct mgmt_ctxt