[GitHub] [mynewt-core] sjanc commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
sjanc commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827362450 this is probably due to c1f0300413fc981741d37d655654de1dbca5d4df What SDK do you use? I recall gcc-arm-none-eabi available in ubuntu had packaging issues resulting in this

[GitHub] [mynewt-core] sjanc commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
sjanc commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827395899 Do you mean you are able to compile other projects that use PRIuX macros with that SDK? Those macros should be defined in inttypes.h provided by SDK, if those are missing

[GitHub] [mynewt-core] sjanc closed issue #2507: Error creating initial 'myproj' project

2021-04-27 Thread GitBox
sjanc closed issue #2507: URL: https://github.com/apache/mynewt-core/issues/2507 -- 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, please

[GitHub] [mynewt-core] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827369433 I'm not much in favor of keeping a separate toolchain because of mynewt, is there not any other way around? ``` danman@silverhorse:~$ which arm-none-eabi-gcc

[GitHub] [mynewt-core] kasjer opened a new pull request #2584: hw/drivers/i2s: Add routing of MSCK pin for STMF4

2021-04-27 Thread GitBox
kasjer opened a new pull request #2584: URL: https://github.com/apache/mynewt-core/pull/2584 Add possibility to redirect MSCK to pin so it can be used by slave device. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [mynewt-core] sjanc commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
sjanc commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827447353 as mentioned (c1f0300), we now take this from SDK instead of local copy (which was wrong for some platforms) -- This is an automated message from the Apache Git Service. To

[GitHub] [mynewt-core] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827473071 Okay, now I'm starting to understand. This has worked for me as a workaround: ``` sudo apt install libnewlib-nano-arm-none-eabi newt target amend nrf52_blinky

[GitHub] [mynewt-core] apache-mynewt-bot commented on pull request #2584: hw/drivers/i2s: Add routing of MSCK pin for STMF4

2021-04-27 Thread GitBox
apache-mynewt-bot commented on pull request #2584: URL: https://github.com/apache/mynewt-core/pull/2584#issuecomment-827440250 ## 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] danielkucera commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
danielkucera commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827435178 These macros were already present in 1.8.0: https://github.com/apache/mynewt-core/blob/mynewt_1_8_0_tag/encoding/tinycbor/src/cborpretty.c#L307 And this one

[GitHub] [mynewt-nimble] kasjer merged pull request #963: targets: Add sample target for controller on NRF5340 bsp

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

[mynewt-nimble] branch master updated: targets: Add sample target for controller on NRF5340 bsp

2021-04-27 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-nimble.git The following commit(s) were added to refs/heads/master by this push: new 7823a64 targets: Add sample target for

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on pull request #963: targets: Add sample target for controller on NRF5340 bsp

2021-04-27 Thread GitBox
apache-mynewt-bot commented on pull request #963: URL: https://github.com/apache/mynewt-nimble/pull/963#issuecomment-827563876 ## 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] apache-mynewt-bot removed a comment on pull request #963: targets: Add sample target for controller on NRF5340 bsp

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

[GitHub] [mynewt-core] sjanc commented on issue #2583: Error compiling 1.9.0

2021-04-27 Thread GitBox
sjanc commented on issue #2583: URL: https://github.com/apache/mynewt-core/issues/2583#issuecomment-827543327 that won't work, you mix newlib headers and baselibc if you want to use newlib you'd have to hack a bit, eg bsp are pulling baselibc package -- This is an automated

[GitHub] [mynewt-nimble] sjanc commented on issue #964: Build for NRF5340 host fails when BLE_HS_FLOW_CTRL is set

2021-04-27 Thread GitBox
sjanc commented on issue #964: URL: https://github.com/apache/mynewt-nimble/issues/964#issuecomment-827586792 https://github.com/apache/mynewt-nimble/pull/976 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[mynewt-nimble] branch master updated: transport/nrf5340: Add support for host to controller flow control

2021-04-27 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 015bac7 transport/nrf5340: Add support

[GitHub] [mynewt-nimble] sjanc merged pull request #976: transport/nrf5340: Add support for host to controller flow control

2021-04-27 Thread GitBox
sjanc merged pull request #976: URL: https://github.com/apache/mynewt-nimble/pull/976 -- 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,