[mynewt-core] branch master updated: sys/console/minimal: Revert changes in commit b22aea6433dd2663861ed8c2ea56cc229c6c64dd. Instead rename `console_out` to `console_out_nolock` in rtt_console.c

2021-08-07 Thread vipulrahane
This is an automated email from the ASF dual-hosted git repository. vipulrahane 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 b14131a sys/console/minimal: Revert

[GitHub] [mynewt-core] vrahane merged pull request #2656: sys/console/minimal: Fix RTT console compiler error for minimal console

2021-08-07 Thread GitBox
vrahane merged pull request #2656: URL: https://github.com/apache/mynewt-core/pull/2656 -- 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. To unsubscribe, e-mail:

[GitHub] [mynewt-core] vikrant-proxy commented on pull request #2649: sys/console/minimal: Fix RTT console compiler error for minimal console

2021-08-07 Thread GitBox
vikrant-proxy commented on pull request #2649: URL: https://github.com/apache/mynewt-core/pull/2649#issuecomment-894669113 Thanks @kasjer ! Can you take a look at https://github.com/apache/mynewt-core/pull/2656 -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [mynewt-core] vikrant-proxy opened a new pull request #2656: sys/console/minimal: Fix RTT console compiler error for minimal console

2021-08-07 Thread GitBox
vikrant-proxy opened a new pull request #2656: URL: https://github.com/apache/mynewt-core/pull/2656 Revert changes in commit b22aea6433dd2663861ed8c2ea56cc229c6c64dd. Instead rename `console_out` to `console_out_nolock` in `rtt_console.c` per suggestions here:

[GitHub] [mynewt-core] kasjer commented on pull request #2649: sys/console/minimal: Fix RTT console compiler error for minimal console

2021-08-07 Thread GitBox
kasjer commented on pull request #2649: URL: https://github.com/apache/mynewt-core/pull/2649#issuecomment-894658567 This is not correct way to do this. rtt console should have function name change from **console_out** to **console_out_nolock**. This was done for all other cases 2