On 5/30/2020 1:27 AM, Yang Chung Fan wrote:
Hi,
Did anyone also noticed that when building with CONFIG_LIB_SYSCALL=y,
the linker is unhappy about the duplicated task_spawn() symbols?
One of them is in sched/ and other one is in libs/libc.
PR 1168 should take care of this.
Hi Maciej,
Could you have an option to upload a defconfig to see the settings based on
it?
David
-Original Message-
From: Maciej Wójcik [mailto:w8j...@gmail.com]
Sent: Sunday, May 31, 2020 8:23 PM
To: dev@nuttx.apache.org
Subject: Re: NuttX config browser
Hello Alan,
A suggestion: when
Let's one up them and keep it binary at the same time 128! :)
-Original Message-
From: Alan Carvalho de Assis [mailto:acas...@gmail.com]
Sent: Monday, June 01, 2020 4:22 AM
To: dev
Subject: [OT] Linux now using 100 char lines as default
Interesting:
https://git.kernel.org/pub/scm/linux/k
I created PR 1167 to correct this per your description.
On 5/31/2020 9:51 AM, 권석근 wrote:
Hi,
I found a bug at "pty.c" during ssh server implementation.
When I turn on CONFIG_SERIAL_TERMIOS and OPOST|ONLCR on pty device
for nsh console's stdin/stdout (ssh shell service), I've got system crash.
vscode may a good choice here:
https://code.visualstudio.com/
It is totally free, open source and run on macOS/Linux/Windows
Many 3rd party tool build around vscode(e.g. PlatformIO):
https://platformio.org/platformio-ide
And github announce a new IDE base on vscode recently:
https://github.com/feat
Interesting:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=bdc48fa11e46f867ea4d75fa59ee87a7f48be144
Hi Maciej,
On 6/1/20, Maciej Wójcik wrote:
> Hello Alan,
>
> A suggestion: when the user click on the option it should be nice to
>> see the Help for that option.
>
>
> Sure, I will add a side pane.
>
> Regarding online IDE. I was trying few times to switch to online
> development. The problem is
Hi,
I found a bug at "pty.c" during ssh server implementation.
When I turn on CONFIG_SERIAL_TERMIOS and OPOST|ONLCR on pty device
for nsh console's stdin/stdout (ssh shell service), I've got system crash.
Bugs at line 687 of pty.c, pty_write()
ntotal++;
when converting '\n' to '\r\n', pty_write