Re: CTU CAN FD driver multi-licence for Nuttx

2023-09-13 Thread Andrew Dennison
On Wed, Sep 6, 2023, 9:07 PM Shane Curcuru wrote: > On 2023/08/09 00:20:42 Andrew Dennison wrote: > > Hi Nuttx Dev, > > > > We are negotiating with the authors of the linux device driver for the > CTU > > CAN FD IP core to it re-licenced from GPL to so the driver can then be > > ported to Nuttx.

defconfig options being ignored

2023-09-13 Thread Mike Moretti
Hi, I'm trying to create a custom board config for our custom board that includes an ESP32S3.  I'm attempting to include all the pin and configuration definitions for the board in the defconfig file. Unfortunately, after running ./tools/configure.sh using my configuration, some of the options

Re: defconfig options being ignored

2023-09-13 Thread Gregory Nutt
On 9/13/2023 11:54 AM, Mike Moretti wrote: Hi, I'm trying to create a custom board config for our custom board that includes an ESP32S3.  I'm attempting to include all the pin and configuration definitions for the board in the defconfig file. Unfortunately, after running ./tools/configure.sh

Re: defconfig options being ignored

2023-09-13 Thread Mike Moretti
Hi, It turns out that when I copied the board files from ESP32S3-devkit, the Kconfig had an "if" statement that ignored these configs if CONFIG_ARCH_BOARD_ESP32S3_DEVKIT wasn't set.  I removed that and now it sort of works. Now I just have to figure out why the spi driver is giving me undefi

RE: File transfer

2023-09-13 Thread Gustavo Soares
Hello everyone! I was able to achieve my goal by using the spiflash configuration for esp32-devkitc. With this config, I followed this video and could transfer the HTML file normally. [https://i.ytimg.com/vi/Ne3SZZrwL9c/maxresdefault.jpg]