Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
You need to download the "xtensa-esp32-elf" No idea why they put xtensa-esp32-elf-gdb before the real toolchain. On 3/17/23, Alan C. Assis wrote: > Hi Miguel, > > Nice to hear it. > > BTW, you don't need to use esp-idf, it is overkill (you will waste too > much di

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
___ > De: Alan C. Assis > Enviado: sexta-feira, 17 de março de 2023 11:52 > Para: dev@nuttx.apache.org > Assunto: Re: undefined reference to 'inet_ntoa_r' > > s/Then example/Then enable/ > > On 3/17/23, Alan C. Assis wrote: >> Hi Gustavo, &g

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
s/Then example/Then enable/ On 3/17/23, Alan C. Assis wrote: > Hi Gustavo, > > Enabling all the network needed features on NuttX is very time > consuming, so this is a good idea to start with a working example. > > In this case nsh is not the recommended starting point, but

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
Hi Gustavo, Enabling all the network needed features on NuttX is very time consuming, so this is a good idea to start with a working example. In this case nsh is not the recommended starting point, but wapi (wifi board profile). Try this sequence: make distclean ./tools/configure.sh

Re: Add support for an LTE driver on NuttX #8147

2023-03-14 Thread Alan C. Assis
to get it working. BR, Alan On 3/14/23, MIGUEL ALEXANDRE WISINTAINER wrote: > I never got success on ppp on cat/nbiot > > I had to back to gprs band to work the ppp > > Enviado do meu iPhone > >> Em 14 de mar. de 2023, à(s) 19:10, Alan C. Assis >> escreveu: >> &

Re: Add support for an LTE driver on NuttX #8147

2023-03-14 Thread Alan C. Assis
Hi Rodrigo, I think Eduardo got it working on NuttX using PPPD, see: https://github.com/apache/nuttx/issues/8147 It is important to know, because even Quectel support said the it wasn't possible to use CatM1 or NB-IoT with PPP:

Re: Sensor implementation

2023-03-12 Thread Alan C. Assis
ed, I will revisit my working driver, pain though that is. If, >> however, it is just "a" way I would rather leave it alone and see it >> merged once checked. In the future someone - or I - can revisit it should >> there ever be a wish for the APDS-9922 to follow the uORB

Re: Sensor implementation

2023-03-11 Thread Alan C. Assis
On 3/11/23, Xiang Xiao wrote: > On Sun, Mar 12, 2023 at 12:12 AM Tim Hardisty wrote: > >> I submitted a PR for a driver for the Broadcom APDS-9922 ambient light >> and >> proximity sensor, written with what one might call the "traditional" >> method of setting up the device via ioctl, then

Re: [Breaking change] Echo character by serial driver

2023-03-11 Thread Alan C. Assis
Agree! +1 On 3/11/23, Alin Jerpelea wrote: > Hi, > > In my opinion we should keep the memory usage as low as possible > +1 for menu config > > Best Regards > Alin > > On Sat, 11 Mar 2023, 05:13 Xiang Xiao, wrote: > >> On Sat, Mar 11, 2023 at 9:51 AM Gregory Nutt wrote: >> >> > >> > On

Re: NuttX Hardware

2023-03-10 Thread Alan C. Assis
wrote: > Does anyone know how to set up some kind of online pot that people can put > some money into without too much hassle? > > On Fri, Mar 10, 2023 at 1:27 PM Alan C. Assis wrote: > >> Hi Brennan, >> >> I think it should be nice if you can receive it. >>

Re: NuttX Hardware

2023-03-10 Thread Alan C. Assis
Hi Brennan, I think it should be nice if you can receive it. About the shipping costs, I'll happy to help too! BR, Alan On 3/10/23, Brennan Ashton wrote: > If this is something people really do want. I'm happy to hold them in the > US and help lend out and cover this shipping to get it from

Re: Is the NuttX BLE Stack broken? //was: Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-10 Thread Alan C. Assis
0) this > does not work. The connect command hangs, presumably in the serial > driver, since you say bt works on other platforms. > > Regards, > Lwazi > > On Fri, 10 Mar 2023 at 07:27, Alan C. Assis wrote: >> >> Hi Lwazi, >> >> I don't know about CC2564, but BLE St

Re: Hardware Listing

2023-03-10 Thread Alan C. Assis
Done! Thank you! On 3/10/23, raiden00pl wrote: > Hi Alan, please add me to the Spreasheet. > > pt., 10 mar 2023 o 14:53 Alan C. Assis napisał(a): > >> I already sent Editor permission for all those listed in the Spreasheet. >> >> If someone else here is in

Re: Hardware Listing

2023-03-10 Thread Alan C. Assis
I already sent Editor permission for all those listed in the Spreasheet. If someone else here is interested to help, just ping me. BR, Alan On 3/10/23, Alan C. Assis wrote: > Hi Everyone, > > I updated the Brennan spreadsheet with all boards existing on NuttX > currently. >

Re: NuttX Hardware

2023-03-10 Thread Alan C. Assis
using Uber. That is why it all must go at > once. I will make exactly one trip to the post office or freight service. > > I don't consider this necessary. It was just a suggestion. But if it > evolves into a pain in the ass, then I am not interested. > > On 3/10/2023 7:39 AM, A

Hardware Listing

2023-03-10 Thread Alan C. Assis
Hi Everyone, I updated the Brennan spreadsheet with all boards existing on NuttX currently. Please find the link below: https://docs.google.com/spreadsheets/d/1fiOiC7vo6AC5IYdZqJ3WG0KGEXS1zwW4owMO1q1IaTo/edit?usp=sharing For future reference a did a quick shell script to do this work, just

Re: NuttX Hardware

2023-03-10 Thread Alan C. Assis
boards. I will not be giving or sending anyone > individual boards. Take all or none. > > On 3/10/2023 6:54 AM, Alan C. Assis wrote: >> Hi Tomek, >> >> That is a good idea too! >> >> Greg, my uncle and my cousin will be in Costa Rica in the following >> we

Re: NuttX Hardware

2023-03-10 Thread Alan C. Assis
Hi Tomek, That is a good idea too! Greg, my uncle and my cousin will be in Costa Rica in the following weeks. Maybe we can ask them to get some boards with you, but of course not many boards because otherwise they will have headache in the airport when returning to Brazil. What do you think?

Is the NuttX BLE Stack broken? //was: Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-10 Thread Alan C. Assis
Hi Lwazi, I don't know about CC2564, but BLE Stack was working recently to ESP32, ESP32C3, nRF52, etc Is it related to this issue: https://github.com/apache/nuttx/issues/8767 BR, Alan On 3/9/23, Lwazi Dube wrote: > On Wed, 8 Mar 2023 at 13:16, Alan C. Assis wrote: >> >> >

Re: ESP-Hosted on NuttX

2023-03-09 Thread Alan C. Assis
Hi Jernej, The ESP-Hosted is in our plans, but it is not priority now. As you remember in the last NuttX Workshop we had a presentation from Wilderness Labs about Meadow and they have an ESP32 as co-processor that has a USRSOCK communication to allow host MCU to use ESP32 WiFi and Bluetooth. I

Re: NuttX Hardware

2023-03-08 Thread Alan C. Assis
Agreed! Let's keep it in a separated thread. Sometime ago I was talking with Brennan about listing the board that I have here and he surprised me showing this board listing spreadsheet on google docs. Maybe we can organize a listing to see who has board X, Y, or Z and to make it possible to test

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Alan C. Assis
from you again! You have a great knowledge of BLE can we need! I was expecting you to share that working example of BLE application using our BLE stack). BR, Alan On 3/8/23, Lwazi Dube wrote: > On Wed, 8 Mar 2023 at 09:55, Alan C. Assis wrote: >> >> Sebastien, >> >

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Alan C. Assis
>> >> Because this HAS to be said. They send overwhelming numbers >> contributions that cannot be possibly understood as a whole, there is no >> clear agenda, they add whatever they like with no roadmap and no review >> from other users that may have other uses. &

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Alan C. Assis
is no > clear agenda, they add whatever they like with no roadmap and no review > from other users that may have other uses. > > This has to be under control somehow. I believe even you Alan are not > aware of the amount of code that enters nuttx. No one can be now. > > Seb

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Alan C. Assis
s/he/here/ On 3/8/23, Alan C. Assis wrote: > Hi Sebastien, > > Yes, that commit list is mostly for people who don't want to use > github but still wanting to see what is going on. > > Sometimes when a very important PR raises some concern on GitHub PR, > people post their c

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Alan C. Assis
importance, however this is clearly not the case. > > Sebastien > > Le 08/03/2023 à 13:21, Alan C. Assis a écrit : >> HI Sebastien, >> >> It is already done, you just need to subscribe to >> https://lists.apache.org/list.html?comm...@nuttx.apache.org to receive >>

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Alan C. Assis
HI Sebastien, It is already done, you just need to subscribe to https://lists.apache.org/list.html?comm...@nuttx.apache.org to receive all commits messages and discussions. Everything is archived on apache side! BR, Alan On 3/8/23, Sebastien Lorquet wrote: > Apache projects are required to

Re: Build system is broken

2023-03-07 Thread Alan C. Assis
Some important things to keep in mind to avoid these kind of frustration: 1) NuttX development is on GitHub, although this mailing list has dev@ in its name, the development is not here. In the past Greg used to accept patches over mailing list. But now NuttX is an Apache project TLP; 2) You

Re: NuttX is broken

2023-03-07 Thread Alan C. Assis
Hi Sebastien, Please read: https://community.apache.org/contributors/etiquette BTW, the new building system is strange, but more clean. I think it should at least give some users feedback, like a text progress bar, etc. For course it needs improvement, but you don't need to do this way. BR,

Re: Article: (Clickable) Call Graph for NuttX on PinePhone

2023-03-05 Thread Alan C. Assis
Hi Lup, This Call Graph solution that you used is very useful! I used a call graph solution called egypt some time ago to get a better vision of a legacy project that I should take care, I wrote down the steps here:

Re: [allmem] Ask for Help: Software Ecosystem Status for RISC-V (March 2023)

2023-03-03 Thread Alan C. Assis
Both are supported. On 3/3/23, Tomek CEDRO wrote: > On Fri, Mar 3, 2023 at 5:10 PM Alan C. Assis wrote: >> Hi Tomek, >> Nice finding. Actually NuttX on RISC-V is already used on commercial >> products from at least one big company, so I suggest it should be >> Fully

Re: [allmem] Ask for Help: Software Ecosystem Status for RISC-V (March 2023)

2023-03-03 Thread Alan C. Assis
Hi Tomek, Nice finding. Actually NuttX on RISC-V is already used on commercial products from at least one big company, so I suggest it should be Fully Supported. BR, Alan On 3/3/23, Tomek CEDRO wrote: > Hello world :-) > > There is a platform support update request on RISC-V tech mailinglists

[OT] New candidate of week to run NuttX: Arduino GIGA R1 WiFi

2023-03-01 Thread Alan C. Assis
Hi Everyone, Since NuttX has really complete support to STM32H7 I think this just released Arduino board could be a good candidate: https://docs.arduino.cc/hardware/giga-r1-wifi BR, Alan

Re: W25Nx NAND flash support

2023-03-01 Thread Alan C. Assis
ch features should not be advertised on public > websites. > > That is just my opinion but I find it good to bring these objections to > the light of the mailing list so these can be discussed widely. > > Sebastien > > Le 01/03/2023 à 15:44, Alan C. Assis a écrit : >

Re: W25Nx NAND flash support

2023-03-01 Thread Alan C. Assis
On 3/1/23, Xiang Xiao wrote: > On Wed, Mar 1, 2023 at 10:45 PM Alan C. Assis wrote: > >> oh, I just found it: >> >> "The fee depends on the number of distinct Products in which Yaffs >> will be used, and there is a base price of GBP £10,000. If more than >

Re: W25Nx NAND flash support

2023-03-01 Thread Alan C. Assis
but small companies could be a "don't go!". BR, Alan On 3/1/23, Alan C. Assis wrote: > Hi Xiang, > > On 3/1/23, Xiang Xiao wrote: >> On Wed, Mar 1, 2023 at 8:43 PM Alan C. Assis wrote: >> >>> Hi Xiang Xiao, >>> >>> This is a great news,

Re: W25Nx NAND flash support

2023-03-01 Thread Alan C. Assis
Hi Xiang, On 3/1/23, Xiang Xiao wrote: > On Wed, Mar 1, 2023 at 8:43 PM Alan C. Assis wrote: > >> Hi Xiang Xiao, >> >> This is a great news, but I'm afraid yaffs is not a good option for >> everybody because it uses GPL license. >> >> > Yes, b

[OT] Please submit ideas to the GSoC 2023

2023-03-01 Thread Alan C. Assis
Hi NuttXers, This year we have the chance to participate again of the Google Summer of Code. You had participated on 2021, but missed the dates last year. Also it is important to remember that since 2022 GSoC is open to everyone participate, you don't need to be a student anymore. BR, Alan

Re: W25Nx NAND flash support

2023-03-01 Thread Alan C. Assis
Hi Xiang Xiao, This is a great news, but I'm afraid yaffs is not a good option for everybody because it uses GPL license. But yes, it could be an option for people and companies that can release all their software as open-source. PX4 project for example could use it. BR, Alan On 2/28/23,

Re: NuttX domains available

2023-02-25 Thread Alan C. Assis
On 2/25/23, Tomek CEDRO wrote: > On Sat, Feb 25, 2023 at 4:16 PM Gregory Nutt wrote: >> > Why not redirect them to https://nuttx.apache.org and crowdfund the >> > bills ? :-) >> Anyone who wants to pay for the domains is welcome to do that. I am >> finished paying. > > Sure thing Greg! Maybe

Re: W25Nx NAND flash support

2023-02-25 Thread Alan C. Assis
Hi Michal, There is some discussion about it here: https://www.mail-archive.com/dev@nuttx.apache.org/msg04981.html and here: https://lists.apache.org/thread/kh5t6fn24q97d3qxzthksld4l3jtw27c In a nutshell: 1) If parallel NAND Flash is used your MCU will need first the NAND Flash controller

Re: Bitbucket Pipeline - romfs failure

2023-02-24 Thread Alan C. Assis
ta(4)/g" >> etctmp.c >> /bin/sh: 1: xxd: not found >> rm romfs.img >> >> >> xxd is part of vim-common. Now it works. >> >> Should we add vim-common to the list of dependencies, or is this a corner >> case? >> >> Simon >>

Re: Bitbucket Pipeline - romfs failure

2023-02-23 Thread Alan C. Assis
can I check if the generation was successful? In > the log, it looks fine, doesn't it? > > Simon > > > -- > Hard- and Softwaredevelopment Consultant > Ingenieurbüro-Filgis > USt-IdNr.: DE305343278 > > > On Thu, Feb 23, 2023 at 3:27 PM Alan C. Assis wrote: > >> H

Re: Bitbucket Pipeline - romfs failure

2023-02-23 Thread Alan C. Assis
Hi Simon, What board and board profile are you using? This error normally happens when genromfs didn't generated the romfs image. BR, Alan On 2/23/23, Simon Filgis wrote: > Dear all, > > I'm setting up a build-pipeline in bitbucket. It fails with: > arm-none-eabi-ld: >

Re: esp32 / pcnt / rotary encoder

2023-02-19 Thread Alan C. Assis
Yes, you can use MCUBoot to do FOTA that is already is integrated on NuttX for ESP32 On 2/19/23, Tomek CEDRO wrote: > Allright, I have NuttX origin/master built on FreeBSD and running on > ESP32-DevKitC :-) > > For some reason uname -a shows release 10.4.0 not 12.0.0(99/dev whatever) > o_O > >

Re: esp32 / pcnt / rotary encoder

2023-02-18 Thread Alan C. Assis
Hi Tomek, Please take a look: https://github.com/apache/nuttx/blob/master/arch/xtensa/src/esp32/esp32_qencoder.c It was tested with common rotary encoders (i.e. those used on 3D Printers to select items on UI menu). I didn't test it at high frequencies, but according with this thread

Re: Article: NuttX for PinePhone: Exploring USB

2023-02-18 Thread Alan C. Assis
Hi Lup, Very nice post! Adding this USB Controller on NuttX will allow to use many other chips that use same IP. There is also some modem modules with this Quectel chip at aliexpress, i.e.: https://aliexpress.com/item/1005004508534864.html BR, Alan On 2/18/23, Lee, Lup Yuen wrote: > We're

Re: Maximum file descriptor number in select()?

2023-02-16 Thread Alan C. Assis
Hi Kikichi-san, In the past NuttX used to have a config to define the max number of file descriptors/file streams. Now it is allocated dynamically. I think the max number of FDs should be board and application dependent. So, maybe in this case is better to start with a smaller "reasonable"

Re: Bug? in stm32_sdio.c

2023-02-11 Thread Alan C. Assis
Hi Pierre-Noel, Good catch! Although the right file is arch/arm/src/stm32/stm32_sdio.c, not boards/... This file has this possible BUG since when it was added into NuttX and it works as you can see here: https://www.youtube.com/watch?v=H28t4RbOXqI Probably someone using SDIO for other

Re: RNDIS

2023-02-11 Thread Alan C. Assis
Hi Tim, Thank you for confirming! I noticed that Mr. Xiang Xiao already closed the issue as well. BR, Alan On 2/11/23, Tim Hardisty wrote: >> On 28/01/2023, 14:11, "Alan C. Assis" wrote: > >> If there are inconsistencies, they are not specify of RNDIS drive

Re: Video: NuttX for PinePhone

2023-02-07 Thread Alan C. Assis
Very nice video Lup! Now it is easy to everyone to test it. BR, Alan On 2/7/23, Lee, Lup Yuen wrote: > If we're curious how we download and boot NuttX on PinePhone, this video > explains the steps... > > Watch on YouTube: https://youtu.be/kGI_0yK1vws > > Download the video (1.4 GB): >

[OT] Coral board a nice board to run TFLite Micro (and awaiting for NuttX on it)

2023-02-04 Thread Alan C. Assis
FYI: https://www.hackster.io/news/google-opens-pre-orders-for-the-coral-dev-board-micro-its-first-microcontroller-development-board-73664dd48266

Re: Including Lua scripts on filesystem

2023-02-02 Thread Alan C. Assis
pps. >>> >>> >> Of course, all we discuss so far is the user space feature, not related >> to >> the kernel. >> >> Thats why I think nsh should not be responsible for too much. >>> >> nsh equals init pus sh. One improvement is split in

Re: Including Lua scripts on filesystem

2023-02-02 Thread Alan C. Assis
ep when you use nuttx on real hardware > that is not an unmodified commercial devboard. > > Sebastien > > Le 02/02/2023 à 15:35, Alan C. Assis a écrit : >> It should be nice to have a simple logic to let users to use ROMFS. >> >> Currently everyone needs to duplicat

Re: Including Lua scripts on filesystem

2023-02-02 Thread Alan C. Assis
It should be nice to have a simple logic to let users to use ROMFS. Currently everyone needs to duplicate it in their own code/application. I'm thinking something like apps/romfiles/ where people just put the files that they want to be in the ROM and it will be included automatically, instead

Re: Including Lua scripts on filesystem

2023-02-02 Thread Alan C. Assis
Hi Russel, If all you need is to copy some file.lua to your board, then an alternative is using TMPFS and transfer the file using zmodem. Few day ago I created a video tutorial about it: https://www.youtube.com/watch?v=Ne3SZZrwL9c BR, Alan On 2/2/23, Russell Haley wrote: > I am mistaken. I

Re: Article: NuttX for PinePhone: LVGL Terminal for NSH Shell

2023-02-02 Thread Alan C. Assis
Hi Lup, Very nice article! Kudos!!! Is it possible to modify the demo to type direclty inside the "LVGL terminal" screen? Did you test PinePhone nxterm too? BR, Alan On 2/2/23, Lee, Lup Yuen wrote: > Now we can run NuttX Console Apps on PinePhone, without a Serial Cable! > > This article

Re: Serial driver: No BREAK support?

2023-01-31 Thread Alan C. Assis
as a substitute for the ASCII CONTROL-C character." BR, Alan On 1/30/23, Alan C. Assis wrote: > Hi Nathan, > > Some UART drivers implement TIOCSBRK instead. > > I was thinking we had a discussion about serial break here in the > mailing list, but I couldn't find it. > &g

Re: Serial driver: No BREAK support?

2023-01-30 Thread Alan C. Assis
Hi Nathan, Some UART drivers implement TIOCSBRK instead. I was thinking we had a discussion about serial break here in the mailing list, but I couldn't find it. As I recall from that discussion (I think it was in the company, not here in the list), there are different types and meanings of

Re: NuttX PTP Support

2023-01-30 Thread Alan C. Assis
f my boards…. >> >>> On Jan 27, 2023, at 11:12 AM, Alan C. Assis wrote: >>> >>> Yes, it is supported: serial and network (ethernet and WiFi). >>> >>>>> On 1/27/23, James Dougherty wrote: >>>> Outstanding! >>>> >

Re: Simulator, NOR flash file system, MTD

2023-01-28 Thread Alan C. Assis
>>> LittleFs, etc.) to work with an MTD device that is backed by file MTD >>> with the file residing in the HostFS mount. >>> >>> Also note that if you follow that approach and use SmartFS, I also wrote >>> a FUSE filesystem for Linux that allows it to nativ

Re: RNDIS

2023-01-28 Thread Alan C. Assis
soft have not said they will deprecate it as yet, so there is > still a use for it until an NCM driver is available. > > On 28/01/2023, 14:11, "Alan C. Assis" <mailto:acas...@gmail.com>> wrote: > > > Ok, I re-opened it. > > > If there are inconsisten

Re: RNDIS

2023-01-28 Thread Alan C. Assis
cated > > If I can get RNDIS working for me, that is the time to close it. > > On 28/01/2023, 13:45, "Alan C. Assis" <mailto:acas...@gmail.com>> wrote: > > > Hi Tim, > > > I just confirmed that it still working fine and I'll close your issue. &

Re: RNDIS

2023-01-28 Thread Alan C. Assis
Hi Tim, I just confirmed that it still working fine and I'll close your issue. This is a step-by-step process that everyone can follow to get it working: Configure your board: = $ ./tools/configure.sh stm32f4discovery:rndis Compile NuttX to your board:

Re: Simulator, NOR flash file system, MTD

2023-01-27 Thread Alan C. Assis
Hi Alexander, Some time ago Ken Pettit wrote a SmartFS simulator. If I'm not wrong it could be used with NuttX SIM(ulator). BR, Alan On 1/27/23, Alexander Oryshchenko wrote: > What is the easiest way to use NOR- FFS (SmartFs, Spiffs, LittleFs...) over > host's file? > May be somebody knows

Re: NuttX PTP Support

2023-01-27 Thread Alan C. Assis
Yes, it is supported: serial and network (ethernet and WiFi). On 1/27/23, James Dougherty wrote: > Outstanding! > > Serial and Network… > > Thank you > >> On Jan 27, 2023, at 10:01 AM, Alan C. Assis wrote: >> >> Hi James, >> >> ESP32 is

Re: RNDIS

2023-01-27 Thread Alan C. Assis
read, perhaps it *will* be deprecated... > > Modprobe does suggest that rndis_host is, indeed, present so, in that case, > RNDIS doesn't work on Linux either! > >>-Original Message- >>From: Alan C. Assis >>Sent: 27 January 2023 16:12 >>To: dev@nuttx.apache.org >>S

Re: NuttX PTP Support

2023-01-27 Thread Alan C. Assis
Hi James, ESP32 is supported, which features do you need? BR, Alan On 1/27/23, James Dougherty wrote: > I haven’t looked at it yet, but I am working on ESP32; is WROOM supported > in master or just the S3/C3? > > > On Fri, Jan 27, 2023 at 4:23 AM Robert Alexa > wrote: > >> Hi all, >> >>

Re: RNDIS

2023-01-27 Thread Alan C. Assis
Strange, it still available here: $ sudo modprobe rndis_host BR, Alan On 1/27/23, Tim Hardisty wrote: > Seems that RNDIS on Linux is deprecated as it's deemed insecure, so I need > to use CDC-ECM for Linux (which works), but there's no generic driver for > that in Windows (unless anyone knows

Re: [OT] Who is contribution with NuttX?

2023-01-27 Thread Alan C. Assis
Thank you Tim! On 1/27/23, Tim Hardisty wrote: >>Tim Hardisty = 15 > > That be me :) > > JT Innovations Ltd > > Or JTi for short. > >

[OT] Who is contribution with NuttX?

2023-01-27 Thread Alan C. Assis
Hey NuttXers, I decided to list which companies are contributing most with NuttX, but during my research I couldn't to map some individual contributors to their companies. So, I don't know if Oki Minabe is an individual contributor or a contributor from Sony. Same to CV-Bowen, but I'm 99% sure

Re: PING

2023-01-26 Thread Alan C. Assis
R: arp_wait failed: -110 > > Looks like arp is failing for some reason but I have no idea, despite having > compared defconfig files that have RNDIS enabled :( > >>-Original Message- >>From: Alan C. Assis >>Sent: 26 January 2023 12:21 >>To: dev@nuttx.apache.o

Re: St-Link Issue

2023-01-26 Thread Alan C. Assis
Hi Russel, Did you try to update the firmware version for the new board that is not working? Maybe ST changed the UART pins connected to virtual console (/dev/ttyACM0) from a board to other. BR, Alan On 1/26/23, Russell Haley wrote: > Hi there community, > > I have access to a couple of

Re: PING

2023-01-26 Thread Alan C. Assis
in why the PING app isn't available: > any thoughts on that? > > > On 25/01/2023, 23:12, "Alan C. Assis" <mailto:acas...@gmail.com>> wrote: > >> When you had double about your configuration, the best option is >> looking some working board config

Re: PING

2023-01-25 Thread Alan C. Assis
Hi Tim, When you had double about your configuration, the best option is looking some working board config example. In this case take a look at boards/stm32f4discovery/configs/rndis/defconfig BR, Alan On 1/25/23, Tim Hardisty wrote: > I did turn the firewall off, just in case, but still no

Re: USB host - HID keyboard and other things

2023-01-19 Thread Alan C. Assis
get RNDIS working – so many random Kconfig settings needed > it seems. > > From: Gregory Nutt > Date: Thursday, 19 January 2023 at 19:18 > To: dev@nuttx.apache.org > Subject: Re: USB host - HID keyboard and other things > On 1/19/2023 1:12 PM, Alan C. Assis wrote: > >

Re: USB host - HID keyboard and other things

2023-01-19 Thread Alan C. Assis
On 1/19/23, Gregory Nutt wrote: > On 1/19/2023 1:12 PM, Alan C. Assis wrote: >> I think the currently NuttX USB Keyboard driver needs to be extended >> to support more keyboards. Do do that someone need to inspect the USB >> communication and figure out what is going on. &

Re: RFC: Keeping board documentation in the boards and in the website at same time

2023-01-19 Thread Alan C. Assis
ges in that folder. > > On Wed, Jan 18, 2023, 2:51 PM Alan C. Assis wrote: > >> Hi Everyone, >> >> As some have noticed some boards still have their README.txt in their >> original places: >> >> boards/arm/stm32/stm32f4discovery/README.txt >> boards

Re: USB host - HID keyboard and other things

2023-01-19 Thread Alan C. Assis
Hi Tim, AFAIK the current USB HID keyboard implementation existent on NuttX doesn't work with all keyboards. I don't know details about it, so let me share what I know so far: A NuttX user reported some years ago that he test USB Keyboard on STM32 boards and got it working. He was using the

RFC: Keeping board documentation in the boards and in the website at same time

2023-01-18 Thread Alan C. Assis
Hi Everyone, As some have noticed some boards still have their README.txt in their original places: boards/arm/stm32/stm32f4discovery/README.txt boards/arm/rp2040/raspberrypi-pico/README.txt boards/x86_64/intel64/qemu-intel64/README.txt boards/risc-v/qemu-rv/rv-virt/README.txt

Re: How to automatically kill all children threads when the main thread die

2023-01-16 Thread Alan C. Assis
gt;> >> The question is confusing because it asks about killing other threads >> (aka >> pthreads) when the main (task) exits. But the example shows only tasks >> (main threads). >> >> https://cwiki.apache.org/confluence/display/NUTTX/Tasks+vs.+Threads+FAQ >&g

How to automatically kill all children threads when the main thread die

2023-01-15 Thread Alan C. Assis
Dear NuttXers, I want to know if there are some hidden configuration that forces all children to die when the father task die. Currently only teh main task dies: nsh> family & nsh> ps PID GROUP PRI POLICY TYPENPX STATEEVENT SIGMASK STACK COMMAND ... 2727 100 RR

Re: Article: NuttX for PinePhone: Touch Panel

2023-01-12 Thread Alan C. Assis
Hahaha, creating drivers for NuttX is very addictive! :-D On 1/12/23, Bernd Walter wrote: > On Thu, Jan 12, 2023 at 09:27:38PM -0300, Alan C. Assis wrote: >> Very nice Lup! Kudos!! >> >> There are many low cost tooch screen powered by GT911 for sale at >> Aliexpress

Re: Article: NuttX for PinePhone: Touch Panel

2023-01-12 Thread Alan C. Assis
Very nice Lup! Kudos!! There are many low cost tooch screen powered by GT911 for sale at Aliexpress, this is a great addiction to NuttX! Thank you again for this amazing work Lup! BR, Alan On 1/12/23, Lee, Lup Yuen wrote: > Yep the NuttX Driver is actually designed for Goodix GT911. But it

Re: [VOTE] Apache NuttX 12.0.0 RC1 release

2023-01-11 Thread Alan C. Assis
+1 Please see tests below: ESP32-DEVKITC: == Compiler: - $ xtensa-esp32-elf-gcc -v Using built-in specs. COLLECT_GCC=xtensa-esp32-elf-gcc COLLECT_LTO_WRAPPER=/usr/local/bin/../libexec/gcc/xtensa-esp32-elf/8.4.0/lto-wrapper Target: xtensa-esp32-elf Configured with:

Re: How to use spi_bitbang to drive SD card

2023-01-11 Thread Alan C. Assis
Hi Prelude On 1/10/23, prelude wrote: > I have now turned on the debug option, started the development board and > reported the following error: > > k210_sdinitialize: Initializing bit bang SPI for the MMC/SD slot > spi_setmode: mode=0 > k210_sdinitialize: Successfully initialized bit bang SPI

Re: How to use spi_bitbang to drive SD card

2023-01-10 Thread Alan C. Assis
Hi prelude, Please enable the debug (ERR, WARN e INFO) for MMC/SDCard: [*] Memory Card Driver Debug Features [*] Memory Card Driver Error Output [*] Memory Card Driver Warnings Output [*] Memory Card Driver Informational Output It could give us more details about the issue. BR,

Re: Did someone try to use FTP client on NuttX recently?

2023-01-07 Thread Alan C. Assis
nt ":::192.168.0.2", "150 Ok to send data." Sat Jan 7 13:40:46 2023 [pid 158190] [ftpclient] OK UPLOAD: Client ":::192.168.0.2", "/files/test.bin", 1048576 bytes, 186.42Kbyte/sec Sat Jan 7 13:40:46 2023 [pid 158190] [ftpclient] FTP response: Client &quo

Re: Did someone try to use FTP client on NuttX recently?

2023-01-07 Thread Alan C. Assis
76 bytes, 2.38Kbyte/sec Sat Jan 7 13:22:37 2023 [pid 132850] [ftpclient] FTP response: Client ":::192.168.0.2", "226 Transfer complete." The network speed for ESP32 seems a little bit low, but it is another chapter. BR, Alan On 1/7/23, Alan C. Assis wrote: > Hi Everyon

Did someone try to use FTP client on NuttX recently?

2023-01-07 Thread Alan C. Assis
Hi Everyone, I noticed that ftpc example is not working correctly, at least here in my board. So before opening an issue on github (case it is some issue with my board config) I want to ask if someone tested the ftpc recently and if it worked for you? First thing I noticed is the "nfc" prompt

[OT] Barracuda App Server ported to NuttX

2023-01-05 Thread Alan C. Assis
Hi Guys, Wilfred from RealTimeLogic posted on our Discord channel: "I have just ported the Barracuda App Server to NuttX and I wonder if anyone would be interested in testing this server. The ready to use NuttX port provides a web-based Lua REPL. The ready-to-run application server package packs

Re: Version when building the latest NuttX

2023-01-04 Thread Alan C. Assis
Hi Jernej, I faced similar issue some time all, I don't remember all the details but in some special cases the script get the wrong information. I think it happens when we do git reset --hard to some commit from old release. I cloned again and it got fixed. BR, Alan On Wednesday, January 4,

Re: CI Documentation is failing

2023-01-02 Thread Alan C. Assis
On 1/2/23, Brennan Ashton wrote: > On Mon, Jan 2, 2023, 4:46 AM Alan C. Assis wrote: > >> Thank you very much Brennan, >> >> I was afraid to change the hash because I wasn't sure that the file >> wasn't corrupted/infected. >> >> How did you check it w

Re: CI Documentation is failing

2023-01-02 Thread Alan C. Assis
apache/nuttx/pull/8018 > > On Fri, Dec 30, 2022 at 11:53 AM Alan C. Assis wrote: >> >> Thank you very much Brennan! >> >> BR, >> >> Alan >> >> On 12/30/22, Brennan Ashton wrote: >> > Alan, I mentioned this earlier in another issue. I

Re: Article: NuttX for PinePhone: What is it?

2023-01-02 Thread Alan C. Assis
Very nice work Lup! It should be nice to see about it on big media like Hackaday. BR, Alan On 1/1/23, Lee, Lup Yuen wrote: > People often ask why we're porting NuttX to Pine64 PinePhone (Arm64 / > Allwinner A64 SoC). So I wrote an FAQ about NuttX for PinePhone. Have an > Awesome 2023

LVGL updated to V8, please test your board

2023-01-01 Thread Alan C. Assis
Hi NuttXers, I just merged the LVGL V8 PR from Xiaomi: https://github.com/apache/nuttx-apps/pull/1341 https://github.com/apache/nuttx/pull/7268 Please test it on your board to confirm it still working for you. I tested here on SIMulator and everything worked as expected. BR, Alan

Re: Syslog file max Size wrap issue

2023-01-01 Thread Alan C. Assis
Hi Simon, Happy new year! Do you know if that Rotating Log was working on previous releases (i.e 10.3) ? Probably some recent modification broke it. I think we don't have a Rotation Log test, we need some Software Qualification Testing when doing a software release. I just opened an Issue

Re: CI Documentation is failing

2022-12-30 Thread Alan C. Assis
holidays. > > --Brennan > > On Fri, Dec 30, 2022, 10:58 AM Alan C. Assis wrote: > >> Dear busy NuttXers, >> >> As you probably knows the CI is failing, it is reporting that the HASH >> is not matching. >> >> I don't know if someone changed the packet v

CI Documentation is failing

2022-12-30 Thread Alan C. Assis
Dear busy NuttXers, As you probably knows the CI is failing, it is reporting that the HASH is not matching. I don't know if someone changed the packet version and forgot to update the hash or if the files were infected. For those who really care about this project, please helps to fix it (then

Re: Podling Nuttx Report Reminder - January 2023

2022-12-28 Thread Alan C. Assis
I just changed the NuttX status to graduated: http://svn.apache.org/repos/asf/incubator/public/trunk/content/podlings.xml BR, Alan On 12/26/22, Nathan Hartman wrote: > On Mon, Dec 26, 2022 at 9:44 AM Calvin Kirs wrote: > >> On Mon, Dec 26, 2022 at 10:36 PM Nathan Hartman >> wrote: >> > >> >

<    1   2   3   4   5   6   >