[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-14 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-146935 Hi @no1wudi I can confirm that issue is fixed. Thx again for your great job. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-10 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1463824504 @no1wudi will test during tomorrow. -- 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

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-09 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1463371001 I am in work now, but tomorrow I will test if this error is acceptable for time of being as it gives you instantly console. However I will test tomorrow if this does not affect login

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-09 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1463354171 Ok got it, however don't we have some regression here? while this is perfectly working in release/12.0 ? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-09 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1462332386 @no1wudi Lua works, but CLE is still sort of dodgy on my esp32c3 olimex board. The nsh prompt does not show, but is shows after exactly 11 enter presses, it does not matter how

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461476464 yep, we should take Lua out of this. it may be separate ticket. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461444717 @no1wudi not working for me :-( here is my defconfig [defconfig.txt](https://github.com/apache/nuttx/files/10928690/defconfig.txt) -- This is an automated message from the

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1461333930 @no1wudi the Lua can be tested just by executing Lua and it should go to interpreter REPL. In release/12.0 you will end up in REPL showing you Lua 5.4 welcome message. In master it

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-08 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1460660579 HI @pkarashchenko and @no1wudi , I would declare this partialy fixed. readline works, however when enabled NSH_CLE and SYSTEM_CLE console after boot freezes on first connect to

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-07 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1459592536 I am. Not sure if related but as I mentioned in db69196 revision command line editor is not working, but readline does. However for example when you enable Lua and try to run it, the

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-07 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1458735328 tested with pyserial and it freezes on backspace, tried with `tools/configure.sh -m esp32c3-devkit:usbconsole` with only change `ESP32-C3-MINI-1=y` -- This is an automated

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-06 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1457543258 Ok, I have received yesterday stm32f429i-disc1 board, will also test there. Do you think it might be also linked to that I am using Apple Silicon as dev machine? -- This is an

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-06 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1456293605 also I realized now that NSH_CLE=y does not work in revision db69196 neither, but it works perfectly in release/12.0 -- This is an automated message from the Apache Git

[GitHub] [nuttx] janantos commented on issue #8731: ESP32C3 risc-v usb-serial not working correctly

2023-03-06 Thread via GitHub
janantos commented on issue #8731: URL: https://github.com/apache/nuttx/issues/8731#issuecomment-1456286417 rebased to latest master and no change. tried with `tools/configure.sh -m esp32c3-devkit:usbconsole` with only change `ESP32-C3-MINI-1=y` and it does misbehave the same way.