Remove CRLF conversion in ramlog

2023-03-13 Thread 尹声凯
Hello everyone: I submitted a PR(https://github.com/apache/nuttx/pull/8755) to remove CRLF conversion in ramlog, which is unnecessary in ramlog and causes extra overhead. After removing the CRLF check, I will use memcpy instead of byte-by-byte copy, which will bring a large performance improveme

Re: Default behavior of cu

2023-03-13 Thread Tomek CEDRO
On Mon, Mar 13, 2023 at 8:18 AM Huang Qi wrote: > I see some implementation of cu (like BSD) will disable the echo and CR/LF > convertion and let remote machine to handle them. > > I prefer to follow the BSD way, is there any side effect for you? Or do you > have any suggetions? I prefer this ap

Configuration of external RTC results in build error

2023-03-13 Thread Michal Lenc
Hello, there seems to be a possible build error hidden in configuration of external RTC. If configure CONFIG_RTC and CONFIG_RTC_EXTERNAL to use external RTC the build ends with following error: undefined reference to `up_rtc_initialize' This is caused by lines https://github.com/

Default behavior of cu

2023-03-13 Thread Huang Qi
Hi all, There excatly are some issues after echo input in driver (https://github.com/apache/nuttx/pull/8691), the default behavior of cu is one of them should be discussed. [https://opengraph.githubassets.com/d9287525ac4414548917840a0f06e871d6208b7ef78597353c79478a6ee0199f/apache/nuttx/pull/8691