> When is next release planned with ESP32-C3 already included? NuttX 10.1.0 already includes support for ESP32-C3 with a fair amount of drivers including Wifi. BLE is on master however, and will be part of the next release.
On Fri, Oct 8, 2021 at 6:26 AM Tomasz CEDRO <to...@cedro.info> wrote: > > 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/sh` while `bash` is the optional package :-) > > > > i consider using bash-only features in a script with /bin/sh shebang is a > > bug. > > please feel free to contribute patches, either to avoid bashism or to > > fix shebang. > > Hello Takashi :-) > > I saw in README.md this was already mentioned. Most scripts now are > properly called with `#!/usr/bin/env bash` so no problem (there are > still some `#!/bin/sh` left only in `boards/arm/lpc17xx_40xx`). I > guess additional bash features are required then. > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info