Re: faq: context vs global variables

2023-04-29 Thread Alan C. Assis
Hi Tomek, Take a look at apps/system/cfgdata it could or could not be what you are looking for. Also take a look at ReleaseNotes for more details. BR, Alan On 4/29/23, Tomek CEDRO wrote: > Hello world :-) > > What is the recommended way of storing the application > drivers/state/settings in

Re: K3-III metering

2023-04-27 Thread Alan C
If you don't like the camera you could always send it to me! Alan C On 26-Apr-23 08:34 AM, l...@red4est.com wrote: Either film is a lot more forgiving, or our standards were a lot lower. On April 25, 2023 11:07:37 PM PDT, jco...@iinet.net.au wrote: "Sunny F16" "Cloudy F8&qu

Re: K3-III metering

2023-04-26 Thread Alan C
Sunny 16 is more applicable to tropical locations with bright light. Perhaps something like Sunny 11 in Temperate climates? Those were starting points for 100ASA film at 1/100 sec. From there it was all mental arithmetic or the use of tables. Alan C On 26-Apr-23 08:34 AM, l...@red4est.com

Re: NuttX BLE. Pairing with a device

2023-04-25 Thread Alan C. Assis
On 4/25/23, Brennan Ashton wrote: > > I should probably have added this in more detail to the docs, but see the > testing section of the PR where I added it. I think it shows exactly what > you are trying to do > > https://github.com/apache/nuttx/pull/1655 > Petro is right, we need to improve

Re: The NuttX Handbook

2023-04-25 Thread Alan C. Assis
On 4/25/23, Alan C. Assis wrote: > On 4/25/23, Gregory Nutt wrote: >> >>> Yes, using the Documentation/ as base to create a book is a good idea, >>> but it should focus on "OS Components" and "API Reference". >> >> I don't thi

Re: The NuttX Handbook

2023-04-25 Thread Alan C. Assis
On 4/25/23, Gregory Nutt wrote: > >> Yes, using the Documentation/ as base to create a book is a good idea, >> but it should focus on "OS Components" and "API Reference". > > I don't think that the documentation should be limited to simple HowTo > and WhatIs documentation. I think it should have

Re: The NuttX Handbook

2023-04-25 Thread Alan C. Assis
On 4/25/23, Brennan Ashton wrote: > > Others and I _extended_ and converted this to be what is now in > Documentation it was a lot of work. This is the documentation for the > project although it has been slow to convert all the readmes and the wiki > to be here. I would love to see others help

Re: The NuttX Handbook

2023-04-25 Thread Alan C. Assis
Hi Tomek, Some years ago Matias Nitsche (AKA v0id / protobits) started the creation of a NuttX book, documenting many of internal OS functions. But after some time he gave up, because he realized that NuttX is a movable target. Same happens to Linux (although currently I think Linux is more

Re: Telnet broken?

2023-04-24 Thread Alan C. Assis
Hi Nathan, Yes, same happens to duktape prompt: $ ./nuttx login: admin password: User Logged-in! nsh> duk ((o) Duktape 2.5.0 (v2.5.0) duk> hheellpp ReferenceError: identifier 'help' undefined at [anon] (duktape/src-noline/duktape.c:83732) internal at global (input:1) preventsyield duk>

Re: NuttX PTP Support

2023-04-24 Thread Alan C. Assis
Could be relevant to this thread: https://github.com/apache/nuttx/pull/9084 On 1/30/23, Alan C. Assis wrote: > Hi James, > > Yes, Espressif is doing a good work adding support to it. > > I hope in the future others silicon vendors start to contribute as > well (hello ST,

Re: Add g_ prefix to fs file_operations and mountpt_operations

2023-04-24 Thread Alan C. Assis
On 4/24/23, Xiang Xiao wrote: > From https://nuttx.apache.org/docs/latest/contributing/coding_style.html: > > >- > >Global variable prefix. All global variables begin with the prefix g_ to >indicate the scope of variable. > > Most global variables follow this guide except a few

Re: PESO: Ile d'Aix

2023-04-23 Thread Alan C
A very appealing image, Ralf. A lot of detail visible when zoomed in. Is a floating dock actually a dry dock? Alan C On 23-Apr-23 11:04 PM, Ralf R Radermacher wrote: Some industrial nights and magic again, for a change. The cable layer Ile d'Aix in the floating dock in Dunkirk. https

Re: MCU/Board with WiFi, BT and USB Host

2023-04-21 Thread Alan C. Assis
n't support WiFi and BT yet. > > We're still working on USB Host for PinePhone: > https://lupyuen.github.io/articles/usb3 > > Lup > > On Thu, Apr 20, 2023 at 11:07 PM Alan C. Assis wrote: > >> Hi Mr. Zou, >> >> PinePhone is a nice idea, but I'm afraid that Wi

Re: MCU/Board with WiFi, BT and USB Host

2023-04-20 Thread Alan C. Assis
Tim, Normally the certification if for the module and for the product, but this is the FCC, CE, Anatel, etc. Since the module is already certified, your board doesn't need to pass for a new complete WiFi / Bluetooth certification, just some simple electric compatibility, EMI, etc, tests. Maybe

Re: MCU/Board with WiFi, BT and USB Host

2023-04-20 Thread Alan C. Assis
Hi Tim, Really nice board! Do you know if Microchip is planing to port ATWILC3000-MR110UA WiFi/BLE chip to NuttX? Should be nice to have a companion to BCM43 at drivers/wireless/ieee80211/ BR, Alan On 4/20/23, Tim Hardisty wrote: > What sort processing power? Memory? Peripherals? > >

Re: MCU/Board with WiFi, BT and USB Host

2023-04-20 Thread Alan C. Assis
Hi Tomek, On 4/20/23, Tomek CEDRO wrote: > > Hey there Alan, I saw your initial support for ESP32-C6 that is RISC-V > based, thank you, does that chip have full USB (device? host? otg?) support > and full documentation of the USB block? :-) > > This sounds even better than ESP32-C3 :-) > No,

Re: MCU/Board with WiFi, BT and USB Host

2023-04-20 Thread Alan C. Assis
Hi Mr. Zou, PinePhone is a nice idea, but I'm afraid that WiFi is not supported yet too. Mr. Lup, could you please confirm/deny my suspect? BR, Alan On 4/20/23, fft wrote: > I think PinePhone is a great choice > > > > --Original-- > From: "PetroKarashchenko"

Re: MCU/Board with WiFi, BT and USB Host

2023-04-20 Thread Alan C. Assis
Hi Petro, You can use ESP32-S2 or ESP32-S3. Currently the USB Host support is not integrated on mainline yet, but we (Espressif) have customers that are developing products with ESP32-S3 with NuttX and USB. So USB Host support will arrive on NuttX upstream very soon. BR, Alan On 4/20/23,

Re: How to view this week’s rare hybrid eclipse

2023-04-20 Thread Alan C
es. What a disappointment. The next will be on 25/11/2030 (If I live that long) but we will have to travel Durban to experience it. Alan C On 20-Apr-23 08:21 AM, Larry Colen wrote: On Apr 19, 2023, at 1:18 PM, Daniel J. Matyola wrote: Isn't that what always happens? Nope, sometimes it’

Re: V NuttX International Workshop

2023-04-17 Thread Alan C. Assis
; my idea is to present my contributions to microros-NuttX, but after the > retirement from my professor position at SUPSI (31.08.2023!), it is > quite difficult for me to be in Brazil. An online presentation should be > possible? > > Best regards > > Roberto > > On 4/16/23 16:35

Re: V NuttX International Workshop

2023-04-16 Thread Alan C. Assis
On 4/16/23, Nathan Hartman wrote: ... > > Perhaps the simplest low-tech way is to video tape the presentations and > post the videos online afterwards. > > In fact, not only will this make it possible to see the event for people > who can't attend, but it will also become possible to refer back

Re: V NuttX International Workshop

2023-04-16 Thread Alan C. Assis
On 4/15/23, Tomek CEDRO wrote: > On Fri, Apr 14, 2023 at 4:03 PM Alan C. Assis wrote: >> Hi Everyone, >> We have confirmed the data/local of 5o NuttX Workshop: > > Is online attendance possible / desired? :-) > Good question, the first event in Gouda/Netherlands was

Re: V NuttX International Workshop

2023-04-16 Thread Alan C. Assis
Call for Papers are about to come soon. > > Best regards, > > Em sex., 14 de abr. de 2023 às 11:03, Alan C. Assis > escreveu: > >> Hi Everyone, >> >> We have confirmed the data/local of 5o NuttX Workshop: >> >> Date: Sept 29 - 30 2023 >>

V NuttX International Workshop

2023-04-14 Thread Alan C. Assis
Hi Everyone, We have confirmed the data/local of 5o NuttX Workshop: Date: Sept 29 - 30 2023 Time slots: 8h-12h 14h-18h Event Place: FEEC - Unicamp (https://www.fee.unicamp.br/ ) - Campinas/Brazil https://www.s-drupal.fee.unicamp.br/?language=en So, those interest to participate

Re: [VOTE] Apache NuttX 12.1.0 RC0 release

2023-04-12 Thread Alan C. Assis
+1 Tested on ESP32 Devkit-C board: ESP32: $ 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: running GCC

2023-04-10 Thread Alan C. Assis
Maybe it is better to try a smaller C compiler. Like TinyCC: https://bellard.org/tcc / https://repo.or.cz/w/tinycc.git Currently it is only for x86/x64 and ARM (with RISC-V is in development). The tcc is small (about 100KB) so it could work even on some microcontrollers. Even if you get GCC

Re: Hardcoded Pin mux, pad control and Drive Strength (AKA Slew-rate and Frequency) Settings #1570

2023-04-10 Thread Alan C. Assis
I agree with Frank-Christian on that! Also, is there some official ERRATA from ST about this slew-rate/frequency for STM32H7 ? Is this really a chip issue or some board specific issue? BR, Alan On 4/10/23, Frank-Christian Kruegel wrote: > Am 10.04.2023 um 14:51 schrieb David Sidrane: > >> If

Re: PESO: Easter Cactus.

2023-04-08 Thread Alan C
Excellent. Even better when zoomed. Just in time for Easter! Alan C On 09-Apr-23 12:20 AM, Bill wrote: As promised, here is a picture of one of this year's blooms. https://flic.kr/p/2os3jdg Technical stuff: This is a 23 image stack shot with the X-T5 mounted on a Pentax Bellows K and using

Re: April PUG is up

2023-04-06 Thread Alan C
Well done, chaps! I really enjoyed that lot - a sort of international tour. Alan C On 06-Apr-23 03:00 PM, Brian W wrote: G'day all Enjoy the new gallery here: http://pug.komkon.org/ (you may need to refresh your browser if you see the previous gallery there). Note: The automated submission

Re: Bob, Dan, Godfrey, Bill, Collin and I are alive...

2023-03-28 Thread Alan C
Lurker Supreme! Life seems to be running me at the moment. Alan C On 28-Mar-23 11:04 PM, Rick Womer wrote: Is anyone else? Rick -- %(real_name)s Pentax-Discuss Mail List To unsubscribe send an email to pdml-le...@pdml.net to UNSUBSCRIBE from the PDML, please visit the link directly above

Re: Article: NuttX for PinePhone: Simpler USB with EHCI

2023-03-23 Thread Alan C. Assis
Kudos Lup!!! Now it is possible to use NuttX on PinePhone for some more practical application! BR, Alan On 3/23/23, Lee, Lup Yuen wrote: > Weeks ago we talked about porting NuttX to PinePhone, and how we might turn > it into a Feature Phone. > > But to make phone calls and send text messages,

Re: St. Patrick's Day in Berkeley

2023-03-23 Thread Alan C
mals! A minority are to be seen with cameras now - a dramatic change from 10 years ago. Alan C On 23-Mar-23 07:17 AM, John Francis wrote: On Tue, Mar 21, 2023 at 08:13:54AM +0200, Alan C wrote: When I see 'phone shots like that, I wonder why we bother with cameras. Quite. As I mentioned, I was intere

Re: St. Patrick's Day in Berkeley

2023-03-21 Thread Alan C
When I see 'phone shots like that, I wonder why we bother with cameras. Time for Ricoh/Pentax to get into the 'phone business with their own embedded optics? Alan C On 20-Mar-23 08:44 PM, Daniel J. Matyola wrote: GREAT PHONE IMAGE! On Sun, Mar 19, 2023 at 10:37 PM John Francis wrote

Re: PESO: European brook lamprey

2023-03-21 Thread Alan C
More interesting facts. So you never tried a Lamprey Burger? Alan C On 21-Mar-23 06:50 AM, Larry Colen wrote: On Mar 19, 2023, at 4:59 AM, Alan C wrote: I did some research. Lampreys have a very unusual lifecycle - egg, larva, adult & then die immediately after procreating for the f

Re: PESO: European brook lamprey

2023-03-19 Thread Alan C
mp; are able to survive a few more years on a blood diet. Eventually, they too perish after procreation. Parasitism of humans has been recorded but is uncommon. Alan C On 19-Mar-23 09:06 AM, Toine wrote: That would be river lampreys, this is a brook lamprey they dont migrate or feed on fish.

Re: PESO: European brook lamprey

2023-03-18 Thread Alan C
Ugh! Draculas of the fish world. The St. Lawrence Seaway gave Lampreys access to the Great Lakes where they decimated the fish. Alan C On 18-Mar-23 10:28 PM, Toine wrote: This fish is very rare and if present an indication of water quality. I had the opportunity to see them because they were

Questions about ble/wifi

2023-03-18 Thread Alan C. Assis
Hi Alexandru, I tested here and the BLE for ESP32/C3 is indeed broken in the mainline! So I will investigate and fix it. Currently NuttX BLE stack is very limited, depending on what you want to do, it is better to use NuttX with nimBLE. There are board config examples for nRF52/SIM, they need

Re: [Breaking change] NRF52 NVMC and FLASH support should depends on BSD components

2023-03-18 Thread Alan C. Assis
On Friday, March 17, 2023, Gregory Nutt wrote: > On 3/17/2023 7:08 PM, Bill Rees wrote: > > >> Does the BSD license,and maybe others too, allow re-licensing? >> Certainly one way to solve this if true is to simply change the license. >> >> I think that the answer is YES, but NO. Let's talk

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
; wrote: >> >> > Hi, Alan! >> > >> > Thank you and Petro for the support, it's compiling now! I also >> > connected >> > the esp to the internet, but for some reason both 'nslookup' and 'ping' >> are >> > failing and when I start the webserve

Re: [Breaking change] NRF52 NVMC and FLASH support should depends on BSD components

2023-03-17 Thread Alan C. Assis
On 3/17/23, Nathan Hartman wrote: > On Wed, Mar 15, 2023 at 6:16 AM raiden00pl wrote: >> >> NVMC support for NRF52 chips was ported from Nordic SDK which was >> released >> on the BSD license (old times), so these features should depend on >> CONFIG_ALLOW_BSD_COMPONENTS=y. Users must manually

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
; > Le 17/03/2023 à 15:13, Alan C. Assis a écrit : >> Yes, it is not needed! >> >> After configuring your esp32c3 board file (also works for any esp32xx >> chip), just run: >> >> make bootloader >> make flash ESPTOOL_PORT=/dev/ttyUSB0 ESPTOOL_BINDIR=.

Re: undefined reference to 'inet_ntoa_r'

2023-03-17 Thread Alan C. Assis
chains, a riscv32 one for esp-idf and a > riscv64 for nuttx. > > Best regards, > > Sebastien > > > Le 17/03/2023 à 13:45, Alan C. Assis a écrit : >> Hi Miguel, >> >> Nice to hear it. >> >> BTW, you don't need to use esp-idf, it is overkill (you wi

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
/17/23, MIGUEL ALEXANDRE WISINTAINER wrote: > Alan > > Here is compiling, after use > > make distclean > ./tools/configure.sh esp32-devkitc:wapi > > Gustavo, did you use the last update of esp-idf ? > > [cid:70bddf51-e6f1-4a78-867e-90ffdda495e5] > > _____

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,

PESO: Invaders!

2023-03-05 Thread Alan C
year. They are still very skittish so I had to move very slowly to get a few grabs. https://www.flickr.com/photos/wisselstroom/52726656337/ K5 & HD 55-300 Alan C -- %(real_name)s Pentax-Discuss Mail List To unsubscribe send an email to pdml-le...@pdml.net to UNSUBSCRIBE from the PDML, pl

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: Two PESOs: GM Diesels with sound

2023-03-04 Thread Alan C
Very nice, Ralf - I enjoyed those, especially the clickety-click in the first one which one doesn't hear any more with modern welded tracks. Alan C On 04-Mar-23 07:21 PM, Ralf R Radermacher wrote: Two shots of locomotives with GM diesel engines with audio links: https://www.fotocommunity.com

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: PESO x2

2023-02-25 Thread Alan C
Club level in my youth. International Cricket, is in reality a "different" game with the advanced skill levels needed to succeed - like in any top level sport I suppose. Alan C On 25-Feb-23 06:12 PM, Bill wrote: On 2/25/2023 12:19 AM, Alan C wrote: I'll have to look at some explana

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: PESO x2

2023-02-24 Thread Alan C
I'll have to look at some explanations of Pixel Shift! BTW, since you used the Cricket analogy, did you hear that the SA T20 ladies clobbered the Poms in CT yesterday to reach the final of the T20 world cup where they will face the Aussies tomorrow. Alan C On 25-Feb-23 07:15 AM, Bill wrote

Re: PESO x2

2023-02-24 Thread Alan C
Very sharp images. If only I knew what the hell you are on about! Alan C On 25-Feb-23 01:59 AM, Bill wrote: Note, large files are linked to this post. I was able to get Pixel Shift to work on the X-T5 today. I tried all day yesterday to make it work with garbage results, and came up

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: GESO: Green Sea Turtles

2023-02-17 Thread Alan C
get to the sea. They are collected and transported for release beyond the breakers to circumvent the initial carnage by predators. Alan C On 17-Feb-23 08:00 PM, Daniel J. Matyola wrote: That is true, as I understand it, of other species of sea turtles. Here in Maui, at least, the green sea turtles f

Re: GESO: Green Sea Turtles

2023-02-16 Thread Alan C
Nice. I have never seen that. I thought they only came ashore at night to lay eggs. Alan C On 17-Feb-23 09:24 AM, Daniel J. Matyola wrote: Went to the local windsurfing beach yesterday, but the wind conditions were not favorable for that activity. Nevertheless, I enjoyed watching the green

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: OT GESO (20): Birding in Sikkim

2023-02-13 Thread Alan C
en found a S/H one yet. Alan C On 14-Feb-23 05:03 AM, Subash Jeyan wrote: a GESO with photos of birding in sikkim: https://somethingfeathered.wordpress.com/2023/02/14/birding-in-sikkim/ do let me know what you think, regards, subash -- %(real_name)s Pentax-Discuss Mail List To unsubscribe

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

<    1   2   3   4   5   6   7   8   9   10   >