Re: ESP32C3 Using UART1 in RS485 mode with HW flowcontrol

2025-02-18 Thread Erik Englund
after detecting transfer complete we control the DE/RE pin? > > If the later is OK for you, then please take a look how it was implemented > to ESP32 (arch/xtensa/src/esp32/esp32_serial.c), just search for > CONFIG_ESP32_UART0_RS485 > > BR, > > Alan > > On Tue, Feb 18,

Re: ESP32C3 Using UART1 in RS485 mode with HW flowcontrol

2025-02-18 Thread Erik Englund
gt; the common implementation). So it isn't clear how you are enabling the > RS485 mode. > > For the common implementation, neither RS485 nor hardware flow control has > been implemented yet. Can you please provide more details on issues to > track it down? > > Best regar

ESP32C3 Using UART1 in RS485 mode with HW flowcontrol

2025-02-17 Thread Erik Englund
While kiddo is home from school with a fever, I thought i would give NuttX a go again, living mostly in the Zephyr-world for the past years. Great job starting to implement cmake buildsystem, as keeping out-of-tree build directories greatly reduces the cases where you need to reclone the entire pro

Re: NuttX Workshop 2024 - event planning

2024-01-12 Thread Erik Englund
Wow! I would love to visit Japan in May/June and will definitely try to make it this year. / Erik Den fre 12 jan. 2024 kl 10:25 skrev alin.jerpe...@sony.com < alin.jerpe...@sony.com>: > Hi all, > > A new year started and we should start planning for the yearly workshop > > This year Sony offered

Re: [Russia attacked Ukraine]

2022-02-25 Thread Erik Englund
Stay safe! This surely is the worst of humanity. Hope you get all the support you need to get through this. Den fre 25 feb. 2022 17:26Petro Karashchenko skrev: > Hi, > > I know that this channel is not intended for things that I will write, but > I still will send this E-mail. > > For people

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-06-01 Thread Erik Englund
dec hex filename 3135742340 29472 345386 5452a nuttx Med vänlig hälsning Erik Englund Innoware Development AB Hyttvägen 13 73338 SALA Org.nr. 556790-2977 www.innoware.se Den lör 29 maj 2021 kl 01:03 skrev Nathan Hartman : > On Fri, May 28, 2021 at 5:24 PM Alan Carvalho

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-27 Thread Erik Englund
Yes, I think seamless Nordic BLE support is important for NuttX. I will try to release some time for this, I´ve got nrf52832, nrf52833 and nrf52840 boards/products at my disposal. Med vänlig hälsning Erik Englund Innoware Development AB Hyttvägen 13 73338 SALA Org.nr. 556790-2977

Re: Nimble on U-blox Nina B112 (Nrf52832)

2021-05-25 Thread Erik Englund
allocation error codes when trying to start an nsh-app will result in that "command not found" error message. I think enabling some memory debugging flags in nuttx will show you the correct error. So this isn't a nimble problem. Med vänlig hälsning Erik Englund Innoware Developme

Re: Anyone working on an MCUBoot Port for NuttX?

2021-02-03 Thread Erik Englund
possibility for companies to try NuttX as it's just a firmware update thing, instead of a complete change of bootloader. Med vänlig hälsning Erik Englund Innoware Development AB Hyttvägen 13 73338 SALA Org.nr. 556790-2977 www.innoware.se Den ons 3 feb. 2021 kl 21:50 skrev bryan cost

Re: mkrd missing from build

2020-04-24 Thread Erik Englund
Thanks for pointing me in the right direction. My apps folder were 153 commits behind master, updating it resolved the problem. CONFIG_FS_WRITABLE flag was omitted as of Mars 21st. Den ons 22 apr. 2020 kl 16:59 skrev Gregory Nutt : > > > nuttx$ cat .config | grep MKRD > > CONFIG_BOARDCTL_MKRD=

mkrd missing from build

2020-04-22 Thread Erik Englund
Hi.. Is there any changes lately regarding the mkrd command? It isnt included in my builds anymore. This is whit the stm32f4discovery/nsh config. nuttx$ cat .config | grep MKRD CONFIG_BOARDCTL_MKRD=y CONFIG_DRVR_MKRD=y # CONFIG_NSH_DISABLE_MKRD is not set NuttShell (NSH) NuttX-8.2.0 nsh> help