[GitHub] [mynewt-core] kasjer edited a comment on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
kasjer edited a comment on pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559#issuecomment-818521749 Hi @robertlipe, here is what you need to do to run blinky on hifive1 board: create target for bootloader: ```sh newt target create riscv-boot newt

[GitHub] [mynewt-core] sjanc commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-13 Thread GitBox
sjanc commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-818562723 why not just always enable icache than? -- 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

[GitHub] [mynewt-core] robertlipe commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
robertlipe commented on pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559#issuecomment-818490464 Thanx, Jerzy. I'd forgotten what a disaster the "edit file" web interface makes of a multiple file change. There was no renaming. I don't know what kind of drugs git is

[GitHub] [mynewt-core] robertlipe closed pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
robertlipe closed pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559 -- 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

[GitHub] [mynewt-core] robertlipe closed pull request #2560: Update fe310_hal.h

2021-04-13 Thread GitBox
robertlipe closed pull request #2560: URL: https://github.com/apache/mynewt-core/pull/2560 -- 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

[GitHub] [mynewt-core] robertlipe commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
robertlipe commented on pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559#issuecomment-818570801 Thanx for the help. I'll take advantage of your generosity and just ask for help, because this isn't that different than what I came up with and it's not working. In

[GitHub] [mynewt-core] robertlipe opened a new pull request #2565: mcu/fe310: Fix typo

2021-04-13 Thread GitBox
robertlipe opened a new pull request #2565: URL: https://github.com/apache/mynewt-core/pull/2565 Fix typo and duplicated function prototype. -- 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

[GitHub] [mynewt-core] andrzej-kaczmarek commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-13 Thread GitBox
andrzej-kaczmarek commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-818497959 split this into two separate PRs or at least do not mix unrelated bus driver and cache changes in single commit -- This is an automated message from the Apache

[GitHub] [mynewt-core] kasjer commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
kasjer commented on pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559#issuecomment-818521749 Hi @robertlipe, here is what you need to do to run blinky on hifive1 board: create target for bootloader: ```sh newt target create riscv-boot newt target set

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2558: nrf5340 combine app/net build

2021-04-13 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2558: URL: https://github.com/apache/mynewt-core/pull/2558#issuecomment-816631959 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2558: nrf5340 combine app/net build

2021-04-13 Thread GitBox
apache-mynewt-bot commented on pull request #2558: URL: https://github.com/apache/mynewt-core/pull/2558#issuecomment-819249176 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] kasjer merged pull request #2565: mcu/fe310: Fix typo

2021-04-13 Thread GitBox
kasjer merged pull request #2565: URL: https://github.com/apache/mynewt-core/pull/2565 -- 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,

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2562: hw/ipc_nrf5340: Allow sending data in fragments

2021-04-13 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2562: URL: https://github.com/apache/mynewt-core/pull/2562#issuecomment-817956464 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2562: hw/ipc_nrf5340: Allow sending data in fragments

2021-04-13 Thread GitBox
apache-mynewt-bot commented on pull request #2562: URL: https://github.com/apache/mynewt-core/pull/2562#issuecomment-818770616 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[mynewt-core] branch master updated: mcu/fe310: Fix typo

2021-04-13 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 9abbdac mcu/fe310: Fix typo 9abbdac is

[GitHub] [mynewt-core] kasjer commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
kasjer commented on pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559#issuecomment-818604492 @robertlipe Lets try this: ```sh newt new myproj cd myproj newt upgrade ``` then you should have all the missing pieces and previous commands should

[GitHub] [mynewt-core] vrahane commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-13 Thread GitBox
vrahane commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-818752236 We can enable cache always but the problem with that is that sometimes the performance actually degrades instead of becoming better. It should be left to the developer to

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #969: transport/cmac: Fix race on LL event write

2021-04-13 Thread GitBox
apache-mynewt-bot commented on pull request #969: URL: https://github.com/apache/mynewt-nimble/pull/969#issuecomment-818884031 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-core] robertlipe commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
mds.go:146 +0x33f github.com/spf13/cobra.(*Command).execute(0xc000170280, 0xc5c400, 0x2, 0x2, 0xc000170280, 0xc5c400) /private/tmp/mynewt-newt-20210413-96689-1rzcubs/.brew_home/go/pkg/mod/ ***@***.***/command.go:830 +0x2c2 github.com/spf13/cobra.(*Command).ExecuteC(0x

[GitHub] [mynewt-core] kasjer commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
kasjer commented on pull request #2559: URL: https://github.com/apache/mynewt-core/pull/2559#issuecomment-819026166 ```newt target create``` creates just 3 files ```newt upgrade``` downloads repositories Users usually create project with ```newt newt```, this will have folder

[GitHub] [mynewt-core] robertlipe commented on pull request #2559: SiFive Typo Fix

2021-04-13 Thread GitBox
mynewt.I6rLnNiTvo/src/ > mynewt.apache.org/newt/newt/cli/image_cmds.go:146 +0x33f > github.com/spf13/cobra.(*Command).execute(0xc000170280, 0xc5c400, > 0x2, 0x2, 0xc000170280, 0xc5c400) > /private/tmp/mynewt-newt-20210413-96689-1rzcubs/.brew_home/go/pkg/mod/ >

[GitHub] [mynewt-nimble] haukepetersen commented on pull request #967: npl/riot: rework to use RIOTs ztimer

2021-04-13 Thread GitBox
haukepetersen commented on pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-818623885 no, the problem is that the changes will only build correctly once also https://github.com/RIOT-OS/RIOT/pull/16317 is merged to RIOT, as in that PR some package

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2565: mcu/fe310: Fix typo

2021-04-13 Thread GitBox
apache-mynewt-bot commented on pull request #2565: URL: https://github.com/apache/mynewt-core/pull/2565#issuecomment-818670822 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #969: transport/cmac: Fix race on LL event write

2021-04-13 Thread GitBox
andrzej-kaczmarek opened a new pull request #969: URL: https://github.com/apache/mynewt-nimble/pull/969 HCI commands are processed in LL task context and thus CS/CC events are written to mbox in the same context. This can lead to following race: - CS/CC is written to mbox -

[GitHub] [mynewt-nimble] sjanc commented on pull request #967: npl/riot: rework to use RIOTs ztimer

2021-04-13 Thread GitBox
sjanc commented on pull request #967: URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-818614532 "make" -C /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/nimble/controller/src/ -f

[GitHub] [mynewt-core] vrahane commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-13 Thread GitBox
vrahane commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-818753199 @andrzej-kaczmarek yes agreed, will add a separate commit for it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [mynewt-core] apache-mynewt-bot removed a comment on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DR

2021-04-13 Thread GitBox
apache-mynewt-bot removed a comment on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-818402096 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond

[mynewt-core] 02/02: nrf5340: Add BUS Driver dependencies

2021-04-13 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch nrf5340_misc_fixes in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit 1991c891cd074fb06f2b77be9e81e45316c68427 Author: vrahane AuthorDate: Tue Apr 13 15:04:39 2021

[mynewt-core] 01/02: nRF5340/nrf52xxx: Add instr/data cache support

2021-04-13 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a commit to branch nrf5340_misc_fixes in repository https://gitbox.apache.org/repos/asf/mynewt-core.git commit b2a24be516fc37b3772ed9244d477e715e180ffa Author: Vipul Rahane AuthorDate: Mon Apr 12 15:53:44

[mynewt-core] branch nrf5340_misc_fixes created (now 1991c89)

2021-04-13 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane pushed a change to branch nrf5340_misc_fixes in repository https://gitbox.apache.org/repos/asf/mynewt-core.git. at 1991c89 nrf5340: Add BUS Driver dependencies This branch includes the following new commits:

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2564: nrf5340/nrf52xxx: Add support for enabling instruction/data cache in hal_system_init() and add dependencies for BUS DRIVER

2021-04-13 Thread GitBox
apache-mynewt-bot commented on pull request #2564: URL: https://github.com/apache/mynewt-core/pull/2564#issuecomment-819147320 ## Style check summary No suggestions at this time! -- This is an automated message from the Apache Git Service. To respond to the