Re: FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
On Fri, Oct 8, 2021 at 8:11 AM Tomasz CEDRO wrote: > I saw Espressif have their own modified fork of kconfig-frontend that > is updated to work with CMake (that fixes GNU Make vs BSD Make problem > as well): > https://github.com/espressif/kconfig-frontends Things get clear now, even Espressif's kc

Re: FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
On Fri, Oct 8, 2021 at 7:49 AM Takashi Yamamoto wrote: > > On Fri, Oct 8, 2021 at 2:25 PM Tomasz CEDRO wrote: > > > > On Fri, Oct 8, 2021 at 6:45 AM Takashi Yamamoto wrote: > > > > > > On Fri, Oct 8, 2021 at 12:51 PM Tomasz CEDRO wrote: > > > > > > > > On Fri, Oct 8, 2021 at 5:15 AM Tomasz CEDRO wr

Re: FreeBSD / BSD

2021-10-07 Thread Takashi Yamamoto
On Fri, Oct 8, 2021 at 2:25 PM Tomasz CEDRO wrote: > > On Fri, Oct 8, 2021 at 6:45 AM Takashi Yamamoto wrote: > > > > On Fri, Oct 8, 2021 at 12:51 PM Tomasz CEDRO wrote: > > > > > > On Fri, Oct 8, 2021 at 5:15 AM Tomasz CEDRO wrote: > > > > On Fri, Oct 8, 2021 at 4:47 AM Nathan Hartman wrote: > >

Re: FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
On Fri, Oct 8, 2021 at 6:45 AM Takashi Yamamoto wrote: > > On Fri, Oct 8, 2021 at 12:51 PM Tomasz CEDRO wrote: > > > > On Fri, Oct 8, 2021 at 5:15 AM Tomasz CEDRO wrote: > > > On Fri, Oct 8, 2021 at 4:47 AM Nathan Hartman wrote: > > > > There is a NuttX Tools repo at > > > > https://bitbucket.org/

Re: FreeBSD / BSD

2021-10-07 Thread Takashi Yamamoto
On Fri, Oct 8, 2021 at 12:51 PM Tomasz CEDRO wrote: > > On Fri, Oct 8, 2021 at 5:15 AM Tomasz CEDRO wrote: > > On Fri, Oct 8, 2021 at 4:47 AM Nathan Hartman wrote: > > > There is a NuttX Tools repo at > > > https://bitbucket.org/nuttx/tools/downloads/ > > > > > > I think I built the kconfig-front

Re: ESP32-C3 RISC-V

2021-10-07 Thread Tomasz CEDRO
On Fri, Oct 8, 2021 at 5:33 AM Takashi Yamamoto wrote: > > I can see some "bashisms" in the shell scripts, did you consider using > > raw /bin/sh or is it too much work and `bash` is the best way already? > > I am asking because on Linux `/bin/sh` is `/bin/bash` while on BSD > > `/bin/sh` is /bin/s

Re: FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
On Fri, Oct 8, 2021 at 5:15 AM Tomasz CEDRO wrote: > On Fri, Oct 8, 2021 at 4:47 AM Nathan Hartman wrote: > > There is a NuttX Tools repo at > > https://bitbucket.org/nuttx/tools/downloads/ > > > > I think I built the kconfig-frontends from there a long time ago. > > Thank you for this hint I will

Re: ESP32-C3 RISC-V

2021-10-07 Thread Takashi Yamamoto
> I can see some "bashisms" in the shell scripts, did you consider using > raw /bin/sh or is it too much work and `bash` is the best way already? > I am asking because on Linux `/bin/sh` is `/bin/bash` while on BSD > `/bin/sh` is /bin/sh` while `bash` is the optional package :-) i consider using b

Re: FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
On Fri, Oct 8, 2021 at 4:47 AM Nathan Hartman wrote: > On Thu, Oct 7, 2021 at 10:29 PM Tomasz CEDRO wrote: > > (..) > > There is no such package kconfig on FreeBSD. But I was working with > > Zephyr KConfig somehow. > > Maybe Zephyr is providing its own kconfig-frontends? I don't know. I > haven't

Re: FreeBSD / BSD

2021-10-07 Thread Nathan Hartman
On Thu, Oct 7, 2021 at 10:29 PM Tomasz CEDRO wrote: > Hello world :-) > > My first steps with NuttX on FreeBSD. I will ask some questions here > for support and make it working on BSD :-) > > First one: > > % ./tools/configure.sh esp32c3-devkit:ble > Copy files > /home/cd/cederom/work/CeDeROM/lab

Re: FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
Here goes the GitHub Issue - its better to work close to the source code :-) https://github.com/apache/incubator-nuttx/issues/4648 -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

FreeBSD / BSD

2021-10-07 Thread Tomasz CEDRO
Hello world :-) My first steps with NuttX on FreeBSD. I will ask some questions here for support and make it working on BSD :-) First one: % ./tools/configure.sh esp32c3-devkit:ble Copy files /home/cd/cederom/work/CeDeROM/lab/embedded/nuttx/nuttx.git/nuttx/tools/../tools/sethost.sh: line 129: k

Re: ESP32-C3 RISC-V

2021-10-07 Thread Tomasz CEDRO
Yet another crucial question for my application: has ESP32-C3 port of NuttX BLE NSH available? -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: ESP32-C3 RISC-V

2021-10-07 Thread Tomasz CEDRO
Sorry, I was looking at nuttx-10.0.1 branch, in master I can see some `esp32c3-devkit` stuff :-) Is ESP32-C3 production ready? When is next release planned with ESP32-C3 already included? I can see some "bashisms" in the shell scripts, did you consider using raw /bin/sh or is it too much work an

ESP32-C3 RISC-V

2021-10-07 Thread Tomasz CEDRO
Hello NuttX World :-) I have just started a project that I want to implement using ESP32-C3 MINI/WROOM module. I have the modules already, DevelKits are on the way. Alan convinced me to try NuttX in place of Zephyr, but the time is short and I need to deliver a working design until end of year. T