Re: [Article] NuttX on Star64 JH7110: Power Up the Display Controller with U-Boot Bootloader

2023-09-02 Thread Tomek CEDRO
wow :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: ESP32S3 partition sizes?

2023-09-17 Thread Tomek CEDRO
On Sun, Sep 17, 2023 at 2:18 PM Mike Moretti wrote: > (..) > I would like to contribute documentation for this. Where, where would > this documentation belong? This is definitely not specific to esp32s3 > (but applies to all esp32 variants) and I don't even know if it's > specific to esp32? Is

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-11 Thread Tomek CEDRO
Hello world, I have encountered a basic esp32:nsh build error in nuttx-12.3.0-RC0 related to xtensa g++ 8.4.0 compiler: xtensa-esp32-elf-g++: error: unrecognized command line option '-std=gnu++20'; did you mean '-std=gnu++2a'? Therefore -1 from me at this point. This does not happen in 12.2.1.

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-16 Thread Tomek CEDRO
I have double checked the build with GCC 8.4.0 and the fix is in place (git master)! Thank you!! :-) % cu -l /dev/cuaU0 -s 115200 Connected ets Jul 29 2019 12:21:46 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-16 Thread Tomek CEDRO
Congratulations :-) I sit at MacStudio 2023 (macOS 14.0) machine right now (tiny but powerful box with 12xM2Max ARM64 CPU + 32GB RAM) for some specific tasks so I can beta test Your instructions :-) By default I use FreeBSD (BSD Unix family)... and macOS is also kind of BSD (+MACH).. so here you

Re: [Article] NuttX on Ox64 BL808 RISC-V SBC

2023-11-04 Thread Tomek CEDRO
wow! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

nuttx workshop 2023

2023-09-29 Thread Tomek CEDRO
hello world :-) what is the link to online nuttx workshop? is it now? i have subscribed but got no mail and i cannot see info on the website :-P -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [OT] Link to YouTube NuttX Internacional Workshop

2023-10-03 Thread Tomek CEDRO
BIG THANK YOU FOLKS!!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-11 Thread Tomek CEDRO
On Thu, Oct 12, 2023 at 12:19 AM Nathan Hartman wrote: > On Wed, Oct 11, 2023 at 3:21 PM Tomek CEDRO wrote: > > Hello world, > > I have encountered a basic esp32:nsh build error in nuttx-12.3.0-RC0 > > related to xtensa g++ 8.4.0 compiler: > > xtensa-esp32-elf-g++: error

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-12 Thread Tomek CEDRO
On Thu, Oct 12, 2023 at 9:52 AM Alin Jerpelea wrote: > the patch has been backported for RC1 > Thanks for reporting it > Best regards > Alin Perfect! Thank you Alin! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: CTU CAN FD driver multi-licence for Nuttx

2023-10-17 Thread Tomek CEDRO
> To be honest I don't see a big issue of a driver as dual license, we > already have SocketCAN and other drivers as dual license (GPL and > Apache, BSD and Apache, etc). The original Author said the want is to > be released as dual license: A or license B. Isn't is more A AND B ? A OR B == I

Re: CTU CAN FD driver multi-licence for Nuttx

2023-10-17 Thread Tomek CEDRO
I don't trust that ChatGPT stuff it is known to give false answers :-P :-P Quote from https://en.wikipedia.org/wiki/Apache_License#Compatibility "The Apache Software Foundation and the Free Software Foundation agree that the Apache License 2.0 is a free software license, compatible with the GNU

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-17 Thread Tomek CEDRO
On Tue, Oct 17, 2023 at 1:18 AM Christian Catchpole wrote: > Nice, I went the full Studio Ultra, mainly because Im doing a lot of stuff > in Blender at the moment. I loved Blender until they removed BGE (Blender Game Engine) and changed that program into kind of 3D Photoshop. But I still use it

Re: [VOTE] Apache NuttX 12.3.0 RC1 release

2023-10-19 Thread Tomek CEDRO
+1 :-) BUILD HOST: FreeBSD octagon 13.2-RELEASE-p4 FreeBSD 13.2-RELEASE-p4 GENERIC amd64 . TARGETS: 1. ESP32. 2. ESP32-C3. 3. ESP32-S2. 4. ESP32-S3. === ESP32 === % xtensa-esp32-elf-gcc -v Using built-in specs. COLLECT_GCC=xtensa-esp32-elf-gcc

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-09 Thread Tomek CEDRO
On Mon, Oct 9, 2023 at 2:47 PM Daniel Appiagyei wrote: > Thanks, Alin > I will branch off the 12.3.0 RC0 branch and have a fix up within the week Does this mean RC0 is frozen until patches are ready? :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [VOTE] Apache NuttX 12.3.0 RC0 release

2023-10-09 Thread Tomek CEDRO
On Mon, Oct 9, 2023 at 9:56 PM Alin Jerpelea wrote: > I think that it is better if we will continue with the RC0 release testing > and make sure that there are no issues. > RC1 will include just fixes and testing should be trivial. ACK :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-15 Thread Tomek CEDRO
On Mon, Oct 16, 2023 at 1:35 AM Christian Catchpole wrote: > So, I'v just set up NuttX to build on MacOS with Apple Silicon > (M1/Mx/ARM64) and noticed the instructions for non-linux point to the > archives on arm.com - the linked file for mac seems to be the x86-64 > version from 2019. Although

Re: gcc-arm-none-eabi on M1 MacOs

2023-10-16 Thread Tomek CEDRO
sure thing please play with them and update the doc if all turns out ok :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Fwd: Cool new LVGL features, ESP conference, + Zephyr and NuttX updates

2023-10-24 Thread Tomek CEDRO
Nice updates on NuttX and LVGL :-) -- Forwarded message - From: kisvegabor (LVGL) Date: Tue, Oct 24, 2023 at 3:02 PM Subject: Cool new LVGL features, ESP conference, + Zephyr and NuttX updates Hey CeDeROM, *Observer* We have just added a very important feature to LVGL.

Re: [ANNOUNCE] Apache NuttX 12.3.0 released

2023-10-24 Thread Tomek CEDRO
CONGTRATULATIONS! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: write method for audio driver?

2023-08-26 Thread Tomek CEDRO
On Sat, Aug 26, 2023, 20:18 Tim Hardisty wrote: > This is, I'm sure, more a generic POSIX question than NuttX-specific but I > am still not that familiar with either! > > When I wrote the SAMA5D2 ClassD audio driver I followed the methods > appropriate for using "apb" so it works well with

Re: [DISCUSS] Out-of-tree builds should be standard?

2023-08-24 Thread Tomek CEDRO
Out-of-tree build is the default for me in various projects. I like to have git submodules / dependencies untouched. FreeBSD uses (BSD) make and allows out of tree builds and it is possible to specify WRKDIRPREFIX for instance in tmpfs located in RAM. Kernel build also allows passing another

Re: [DISCUSS] Out-of-tree builds should be standard? -> no

2023-08-25 Thread Tomek CEDRO
On Fri, Aug 25, 2023 at 9:38 AM Sebastien Lorquet wrote: > If you need to build twice, build twice, one project for h7, one project > for m4, then one python or other script to combine the images. Some thoughts on this part :-) Yes, I agree here, and also proposed that with a several examples.

Re: [VOTE] Apache NuttX 10.3.0 (incubating) RC0 release

2022-04-06 Thread Tomek CEDRO
If that counts I can configure and build on FreeBSD now so +1 from me :-) I need to add some config and compiler options for different architectures but the base is already here, thank you! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Add license Kconfig for 3rd party binary blobs?

2022-05-15 Thread Tomek CEDRO
On Sun, May 15, 2022 at 10:35 PM Nathan Hartman wrote: > On Sun, May 15, 2022 at 10:51 AM Tomek CEDRO wrote: > > On Sun, May 15, 2022 at 4:23 PM Nathan Hartman wrote: > > > I noticed that we are downloading a 3rd party precompiled library, > > > libphy62xxble.a fr

Re: Add license Kconfig for 3rd party binary blobs?

2022-05-15 Thread Tomek CEDRO
On Sun, May 15, 2022 at 4:23 PM Nathan Hartman wrote: > I noticed that we are downloading a 3rd party precompiled library, > libphy62xxble.a from www.phyplusinc.com. (One of the Linux build tests > on PR-6266 failed because curl failed to download it.) > > This download is done in

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-27 Thread Tomek CEDRO
Congratulations on NuttX Graduation and all of the achievements! :-) On Mon, Jun 27, 2022 at 6:18 PM Alan Carvalho de Assis wrote: > I don't know you guys but I hate this incubator-nuttx and > incubator-nuttx-apps repositories names. > > I hope we get github.com/apache/nuttx and

Re: [DISCUSS] Graduate NuttX as TLP

2022-06-28 Thread Tomek CEDRO
On Tue, Jun 28, 2022 at 9:50 AM Sebastien Lorquet wrote: > if I can express my taste on this extra minor choice I think nuttx-apps > looks better than nuttx_apps I also prefer '-' character but after some adventures with crazy JavaScript world I have switched to '_' as it treated part of the

Re: Can musl libc replace the libc of nuttx system?

2022-07-12 Thread Tomek CEDRO
On Tue, Jul 12, 2022 at 4:38 AM Xiang Xiao wrote: > musl is designed to work exclusively with Linux and then there is no OS > abstraction layer. So it's hard to adapt musl to other OS. > Alan asks a good question: what benefit do you want to get from replacing > NuttX' libc with musl? Just my 2

Re: [ANNOUNCE] Apache NuttX 10.3.0-incubating released

2022-06-23 Thread Tomek CEDRO
CONGRATZ! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Article: Build an IoT App with Zig and LoRaWAN

2022-06-14 Thread Tomek CEDRO
On Tue, Jun 14, 2022 at 6:56 AM Lee, Lup Yuen wrote: > This article explains how I created a LoRaWAN App with Zig and NuttX: > https://lupyuen.github.io/articles/iot Wow! Congratz! Mesh networks will soon be more than essential when all telco goes down.. I got ASR6501 LoRaWAN868 M5 kit recently

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 8:51 AM wrote: > (..) > About Python: there was in the past a uPython port for Nuttx, but it > seems to be abandoned in 2016 or so. Is anybody working on a Python or > uPython port to Nuttx? Hey there Michael :-) I have updated the GitHub status with: I am finishing some

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 5:30 PM wrote: > great to see your success on uPython for Nuttx. For your "I will have to > see how much work with peripheral drivers will be out there in bare > metal MP to NuttX,", I dont think there is much to do with the drivers: > Nuttx have already many drivers

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 6:26 PM Tomek CEDRO wrote: > > On Mon, Jun 20, 2022 at 5:30 PM wrote: > > I dont think there is much to do with the drivers: > > Nuttx have already many drivers written in C, and from uPython, you just > > can open(), read(), write(), close

[NuttX] mailing list messages subject prefix

2022-06-20 Thread Tomek CEDRO
hello world :-) would that be possible to add "[NuttX]" or "[Nuttx-dev]" prefix to mailing list messages? that would help in quick messages identification among hundreds of other emails :-) thanks for considering :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [NuttX] mailing list messages subject prefix

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 4:20 PM Alan Carvalho de Assis wrote: > Ok, I opened a ticket to let Apache Infra to fix it: > https://issues.apache.org/jira/browse/INFRA-23402 > BR, > Alan Thank You Alan!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Apps: SQLite/Python on Nuttx

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 7:36 PM wrote: > Not using the existing POSIX infrastructure for uPython, and instead try > to emulate any bare metal uPython, looks wired to me. Too early to talk about, devil is in the details, it will be full POSIX, no emulation, and I want full portability between

Re: [NuttX] mailing list messages subject prefix

2022-06-20 Thread Tomek CEDRO
On Mon, Jun 20, 2022 at 4:44 PM Alan Carvalho de Assis wrote: > They just replied: > "Note that this is true of most ASF mailing lists. > Also adding a subject prefix can cause issues with message signatures, > e.g. DCIM." Indeed if mailman wants to forward signed messages they cannot be tampered

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 1:10 PM Alan Carvalho de Assis wrote: > Hi team, > I received this email and I don't know what we need to do to avoid it: > ‪MrsSnoozyTurtle‬ left a message on *your talk page* in "*‪Proposed > deletion of NuttX‬*". > The article NuttX has been proposed for deletion because

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 2:33 PM Tomek CEDRO wrote: > (..) Wikipedia is not what it used to be. (..) By the way, in any system there should be a feedback controlling the system, including rogue administrators. We cannot accept this situation, as this happened to me before, it happens

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 3:17 PM Tomek CEDRO wrote: > I have posted an opposition to deleting Free-and-Open-Source projects > from WikiPedia, particulary the NuttX, with explanation, on the > MrsSnoozyTurtle (focused mostly on deleting articles) talk page: > > https://en.wik

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 2:37 PM Tomek CEDRO wrote: > By the way, in any system there should be a feedback controlling the > system, including rogue administrators. We cannot accept this > situation, as this happened to me before, it happens now, and it will > happen in future. Wiki

Re: Wikipedia: "Proposal deletion of NuttX"

2022-07-21 Thread Tomek CEDRO
On Thu, Jul 21, 2022 at 3:56 PM Alan Carvalho de Assis wrote: > Hi Tomek, > Thank you for your support on it. > I don't know how we could avoid it, if someone decided that NuttX is > not relevant they can go on and try to suggest to remove the article. Hmm looking at the activities from the IP

Re: Article: NuttX on Arm Cortex-A53 and PinePhone

2022-08-24 Thread Tomek CEDRO
On Thu, Aug 25, 2022 at 2:05 AM Lee, Lup Yuen wrote: > NuttX now supports 64-bit Arm Cortex-A53 with Multi-Core SMP... Will it run > on Pine64's PinePhone? This article explores how we might run NuttX on a > real phone... > https://lupyuen.github.io/articles/arm > Lup This sounds cool.. but it is

Re: Re: Reevaluate the C89 Requirement

2022-08-29 Thread Tomek CEDRO
On Tue, Aug 30, 2022 at 3:18 AM Nathan Hartman wrote: > Just my thoughts... I'll be glad to hear the thoughts of others. I can understand both sides.. and that this is quite a large architectural change that would impact both compatibility and workload.. maybe a clear list of pros (+1) and cons

Re: Article: PinePhone boots NuttX

2022-08-27 Thread Tomek CEDRO
wow! respect!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Sat, Aug 27, 2022, 13:25 Lee, Lup Yuen wrote: > NuttX now boots on Pine64's PinePhone! (Arm Cortex-A53) This article > explains the changes that I made... > > https://lupyuen.github.io/articles/uboot > > Lup >

Pine64 / Drivers / Linux

2022-09-26 Thread Tomek CEDRO
A bit offtopic but I found this interesting article from one of the Pine64 Linux Community Developers.. and I think it may be interesting in the context of porting NuttX to Pine64 devices :-) https://blog.brixit.nl/why-i-left-pine64/ Quite interesting as I am waiting for the 2022Q4 release of

Re: [VOTE] Apache NuttX Community Graduation

2022-10-21 Thread Tomek CEDRO
+1: Apache NuttX is ready to graduate to TLP ! :-) Tomek CEDRO On Fri, Oct 21, 2022 at 2:47 PM Nathan Hartman wrote: > > Dear Apache NuttX Community, > > Following the [DISCUSS] thread which has gone 72 hours without any > further issues raised [1]: > > This is a call

Re: [RESULT][VOTE] Apache NuttX Community Graduation

2022-10-25 Thread Tomek CEDRO
sorry, "me can read wrong"^tm :-) CONGRATULATIONS!! ALL +1 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Tue, Oct 25, 2022, 21:13 Tomek CEDRO wrote: > did i miss the one -1 vote? o_O > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >

Re: [RESULT][VOTE] Apache NuttX Community Graduation

2022-10-25 Thread Tomek CEDRO
did i miss the one -1 vote? o_O -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [DISCUSS] Graduate NuttX as TLP

2022-10-18 Thread Tomek CEDRO
Just my vote for the path names: apache/nuttx_rtos apache/nuttx_apps Looks safe and self-explanatory :-) If clone to nuttx_rtos.git/ and nuttx_apps.git/ would be also acceptable that would be perfect (and marked there is a git repo inside). Thank You and Good Luck! :-) -- CeDeROM, SQ7MHZ,

FreeBSD: /usr/local prefix (for /usr/local/[include,lib])

2022-09-21 Thread Tomek CEDRO
Hello world :-) I am slowly getting back to NuttX :-) On FreeBSD all local packages are installed under /usr/local prefix that does not seem to be added by tools/configure (or other) and this results in missing includes build error, for instance: CC: sim/up_x11framebuffer.c

Re: NuttX International Workshop 2022: will start in less than 14h

2022-09-24 Thread Tomek CEDRO
TANK U SIR :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Sat, Sep 24, 2022, 10:56 Alin Jerpelea wrote: > Hi , > > the event starts at 11:00 GMT and the links will be shared 30 minutes > before > > thanks for your patience > > Best Regards > Alin > >

Re: NuttX International Workshop 2022: will start in less than 14h

2022-09-24 Thread Tomek CEDRO
still no links? -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Sat, Sep 24, 2022, 08:03 Alin Jerpelea wrote: > Hi Greg, > > we will send each day (today and tomorrow) links for the speakers and you > > The links for attendees will be posted on https://nuttx.events/ > > Best Regards > Alin

Re: NxWidgets

2022-10-04 Thread Tomek CEDRO
On Tue, Oct 4, 2022 at 11:04 AM Victor Suarez Rovere wrote: > Hi > I'm interested on trying some UI code. NxWidgets seems quite interesting > but I haven't seen any screenshot besides a terminal (that uses no > widgets). Is there any more complex application por demo, or at least some >

Re: NuttX Wikipedia entry vandalized

2022-10-04 Thread Tomek CEDRO
On Tue, Oct 4, 2022 at 4:47 PM Alin.Jerpelea wrote: > Hi All, > Looking at history, the claim regarding content (that we had during summer) > and the edit history > I think that the editor did not compare our page with other RTOS. > https://en.wikipedia.org/wiki/Zephyr_(operating_system) >From

Re: NxWidgets

2022-10-04 Thread Tomek CEDRO
On Tue, Oct 4, 2022 at 4:37 PM Alan C. Assis wrote: > Hi Victor, > Please see page 43 to see some nice interfaces developed using NXWidgets: > https://web.archive.org/web/20161019222034/http://dspace.cc.tut.fi/dpub/bitstream/handle/123456789/22051/Aimonen.pdf > You can look the NXWM to see some

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-13 Thread Tomek CEDRO
Hello Alan and Mike :-) Most of us cyberpunks have this problem with time division between what we want to do and what we have to do :-) Mike, your core work might be a good fundament for other people, when it is in the upstream someone can pick a task in a free moment, and piece by piece it may

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-08 Thread Tomek CEDRO
+1 from me :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-11 Thread Tomek CEDRO
On Tue, Oct 11, 2022 at 12:49 AM Gregory Nutt wrote: > Several years ago Mike Smith did a 68000 port of NuttX. I’m not sure if he > completed it or not, but the port never came upstream. Mike is no longer > involved with NuttX and probably not contactable. If anyone out there in > PX4 land

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-08 Thread Tomek CEDRO
On Sat, Oct 8, 2022 at 4:58 PM Alan C. Assis wrote: > > Hi Tomek, > I think 6502 compiler are evolving, but I don't know if they are compatible. > There is a interesting comparison here: > https://gglabs.us/node/2293 > CC. Gabriele here, since I don't know if here is in our list! Thank you Alan

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-08 Thread Tomek CEDRO
sure about dedicated toolchain for MC68000 (16-bit Atari and Amiga) if there needs to be one or generic compiler can cross compile that target.. but I will know that in some time as I have both Amiga 600 and Atari ST Mega1 :-) Best regards :-) Tomek On Sat, Oct 8, 2022 at 3:15 PM Tomek CEDRO wrote

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-08 Thread Tomek CEDRO
On Sat, Oct 8, 2022 at 3:28 PM Tomek CEDRO wrote: > (..) > Not sure about dedicated toolchain for MC68000 (16-bit Atari and > Amiga) if there needs to be one or generic compiler can cross compile > that target.. but I will know that in some time as I have both Amiga > 600 and

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-08 Thread Tomek CEDRO
toolchains. > > Thank you for understanding. > > BR, > > Alan > > On 10/8/22, Tomek CEDRO wrote: > > +1 from me :-) > > > > -- > > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > > -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-08 Thread Tomek CEDRO
f you send just the last line above it fine, we only need to know the > toolchain version and characteristic. > > $ xtensa-esp32-elf-size nuttx >textdata bss dec hex filename > 75231 3207736 83287 14557 nuttx > > > BR, > > Alan > > On

C -> FPGA

2022-10-02 Thread Tomek CEDRO
I just found amazing project where Victor Suarez Rovere [1] created a converter that can turn C++ code into a FPGA design.. with amazing performance both in domain of computational and energy efficiency! Here is the paper for "Sphery vs. Shapes" [2] and the YoutTube demo [3] where RayTracing 3D

Re: [RESULT] Release Apache NuttX (Incubating) 11.0.0 [RC2]

2022-10-14 Thread Tomek CEDRO
otherwise fairly similar nature of the two > architectures. > > Good luck! > > = Mike > > > On Oct 13, 2022, at 9:02 AM, Tomek CEDRO wrote: > > > > Hello Alan and Mike :-) > > > > Most of us cyberpunks have this problem with time division between > > what

Re: [ANNOUNCE] Apache NuttX 11.0.0-incubating released

2022-10-15 Thread Tomek CEDRO
CONGRATULATIONS :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: ESP32's RMT driver PR

2022-09-02 Thread Tomek CEDRO
On Fri, Sep 2, 2022 at 6:25 PM Victor Benso wrote: > Recently I came in need of adding a WS2812 LED to one of my ESP32 projects > that run NuttX. > The existing support already on NuttX for such LEDs needed an SPI > interface. In the board in question we are short on SPIs, SPI2 is running > the

Re: Article: Visual Programming with NuttX

2022-08-07 Thread Tomek CEDRO
On Sun, Aug 7, 2022 at 4:58 AM Lee, Lup Yuen wrote: > This article explains how we might drag-and-drop NuttX Sensors to create > IoT Sensor Apps... > https://lupyuen.github.io/articles/blockly > Lup WOW! Click-by-Click Programming :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [VOTE] Apache NuttX 12.0.0 RC0 release

2022-12-25 Thread Tomek CEDRO
On Mon, Dec 26, 2022 at 12:19 AM Alan C. Assis wrote: > I think the idea of NuttX 12.0.0 is to be the first NuttX release as Apache > TLP. ACK + TANK U :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: [VOTE] Apache NuttX 12.0.0 RC0 release

2022-12-25 Thread Tomek CEDRO
Quick question: why bump the major number so often? We just got the 11 out and 12 already? Why not bump the minor version more often in the first place? Was there any major change between 11 and 12? :-) MERRY CHRISTMAS EVERYONE!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Article: NuttX for PinePhone: LCD Panel

2022-12-28 Thread Tomek CEDRO
Exactly my thought too :-) :-) NuttX boot logo on high and low resolution display screen :-) Congratulations :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Wed, Dec 28, 2022, 02:06 Alan C. Assis wrote: > Very nice Lup! Kudos!!! > > I think we need a drivers/video/logo/ like the Linux

looking for nuttx related remote contracts

2023-01-05 Thread Tomek CEDRO
interests that is Open-Source + NuttX RTOS + FreeBSD Unix + RISC-V would bring most benefit and best results, so I decided to write here :-) I am remote B2B EU TAX ready, details on priv, any hints appreciated :-) All the best :-) Tomek CEDRO -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Article: NuttX for PinePhone: MIPI Display Serial Interface

2022-12-14 Thread Tomek CEDRO
On Thu, Dec 15, 2022 at 12:41 AM Lee, Lup Yuen wrote: > NuttX Mainline now supports MIPI DSI (Display Serial Interface) on Pine64 > PinePhone! (Allwinner A64 SoC) > This article explains how MIPI DSI will be called by the upcoming PinePhone > Display Driver... >

Re: New names of repositories

2022-11-22 Thread Tomek CEDRO
+1 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: New names of repositories

2022-11-18 Thread Tomek CEDRO
nuttx_rtos and nuttx_apps :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: New names of repositories

2022-11-20 Thread Tomek CEDRO
On Sun, Nov 20, 2022 at 8:02 PM Nathan Hartman wrote: > Okay, I did that, and I have received responses from Infra that are > quite helpful: > > (1) Infra requires repos to be named ${project}-${reponame} because of > technical reasons related to LDAP. (This was not previously documented, > but a

Re: New names of repositories

2022-11-20 Thread Tomek CEDRO
On Sun, Nov 20, 2022 at 8:20 PM Gregory Nutt wrote: > > On 11/20/2022 1:18 PM, Tim Hardisty wrote: > > Might I humbly suggest that "if it isn't broken, don't fix it"? > > > > Just stick with the names already in use (minus the incubator, as will > > happen anyway). Just tried searching the Apache

Re: New names of repositories

2022-11-18 Thread Tomek CEDRO
On Sat, Nov 19, 2022 at 1:25 AM Gregory Nutt wrote: > > > Isn't it possible to merge the nuttx and apps into only one > repository?e.g: > > > |-rtos > > |-apps > > We discussed this option a couple of years ago and decided against it. I > was VERY strongly opposed to the idea then and I still

Re: PinePhone added to NuttX Mainline

2022-11-25 Thread Tomek CEDRO
On Sat, Nov 26, 2022 at 1:05 AM Lee, Lup Yuen wrote: > Pine64 PinePhone is now supported by NuttX Mainline! If you have a > PinePhone (and PinePhone Serial Debug Cable), you're welcome to try NuttX > on PinePhone... wow! congratulations! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: New names of repositories

2022-11-19 Thread Tomek CEDRO
As we have this honor and pleasure to talk directly with the NuttX RTOS author.. maybe really we should listen to Gregory Nutt himself as the most experienced person in the room? There was a discussion in this area and the choice is strongly reasoned not just a matter of personal preference..

Re: New names of repositories

2022-11-19 Thread Tomek CEDRO
On Sat, Nov 19, 2022 at 3:53 PM Thiago Costa de Paiva wrote: > From these, the valid argument is that it would be non-standard (not a top > level name) related to Appache rules, which I think is indeed not acceptable. > It would not imply any source code organization change nor submodules: > >

Re: New names of repositories

2022-11-19 Thread Tomek CEDRO
Short answer: NO :-) Long answer: 1. This is not how current source code is organized. Implies additional work and will break compatibility. 2. There will be a problem with git repository. This may not be accepted by Apache or will require additional non-standard work that will not align with how

Re: Post Graduation TO DO List

2022-11-17 Thread Tomek CEDRO
MISSION ACCOMPLISHED! CONGRATULATIONS! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: New names of repositories

2022-11-19 Thread Tomek CEDRO
On Sat, Nov 19, 2022 at 9:01 PM Alin Jerpelea wrote: > how about > nuttx-core > nuttx-apps rtos part would clearly say what is NuttX even / especially for people who do not know it yet, i.e. FreeRTOS is self-explanatory :-) thus nuttx-rtos + nuttx-apps / nuttx_rtos + nuttx_apps whatever fits

Re: New names of repositories

2022-11-19 Thread Tomek CEDRO
Maybe if we chose simply nuttx + nuttx-apps then it would be easier to separate step by step nuttx-doc, nuttx-cpu from "just" nuttx? Sooo manyy chooiiccesss :-) :-) On Sun, Nov 20, 2022 at 12:01 AM Tomek CEDRO wrote: > > On Sat, Nov 19, 2022 at 9:01 PM Alin Jerpelea wrot

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

2023-01-19 Thread Tomek CEDRO
not sure but there may be doxygen or sphinx like utilities to geneate doc right out of the source code? for instance here is browsable and single page html and pdf other formats possible: https://kivy.org/doc/stable/ sphinx seems more modern and versatile than doxygen also this sphinx docstrings

Re: [ANNOUNCE] Apache NuttX 12.0.0 released

2023-01-17 Thread Tomek CEDRO
On Tue, Jan 17, 2023 at 8:20 AM Alin Jerpelea wrote: > The Apache NuttX project team is proud to announce > Apache NuttX 12.0.0 has been released. CONGRATULATIONS! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Article: NuttX for PinePhone: Boot to LVGL

2023-01-22 Thread Tomek CEDRO
CONGRATZ!! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: IPMC graduation vote started

2022-11-06 Thread Tomek CEDRO
On Fri, Nov 4, 2022 at 5:12 PM Nathan Hartman wrote: > Dear NuttX community, > The IPMC [VOTE] thread to graduate NuttX to TLP has started at: > https://lists.apache.org/thread/y4fkgpc05nhb1v8hp0rbpmjq06vz629b Hey there Nathan! Sorry for the delay I am moving locations with all my lab stuff o_O

Re: IPMC graduation vote started

2022-11-06 Thread Tomek CEDRO
Thanks Nathan :-) Will search for header modification with message-id in gmail options :-) For now I have just subscribed and replied +1 to Your message, I hope that counts :-) :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: Article: NuttX RTOS for PinePhone: Render Graphics in Zig

2022-11-15 Thread Tomek CEDRO
CONGRATZ! :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Tomek CEDRO
On Wed, Mar 8, 2023 at 6:08 PM Tomek CEDRO wrote: > Master branch can have some things that will not work. No one is able > to predict everything. It is still possible to revert changes or > redirect them in a good "backward compatible" way with a new feature. Just a

Re: DISCUSSION - Usage of mailing lists for apache projects

2023-03-08 Thread Tomek CEDRO
On Wed, Mar 8, 2023 at 5:37 PM Lwazi Dube wrote: > On Wed, 8 Mar 2023 at 09:55, Alan C. Assis wrote: > > > > Sebastien, > > > > If all the discussions that happens on github start to happen here, > > this mailing list will be just like the nuttx-commits mailing list. > > I'll take this as

Re: Serial console BROKEN

2023-03-08 Thread Tomek CEDRO
On Thu, Mar 9, 2023 at 2:14 AM Nathan Hartman wrote: > I guess you have to assess the intended lifecycle of your product and > over-provision your MCU accordingly to the expected rate of growth of the > firmware. I would stick to the smallest-possible-core-kernel-and-base-by-design and put

Re: NuttX Hardware

2023-03-08 Thread Tomek CEDRO
Would that be possible to set small symbolic price per board (i.e. $5 or something like that), maybe divide all stuff into 3 categories of "small" "medium" "big" boards, so Greg could have kind of symbolic "return of interest" for vacations and/or current expenses? :-) -- CeDeROM, SQ7MHZ,

Re: NuttX Hardware

2023-03-11 Thread Tomek CEDRO
1. boxes are safest to transport electronics. even boxes of boxes. imagine someone will jump over the package. bags are not good :-) 2. you can mark shipment a "gift: old collectioner electronics boards" and value $10 total it will be the tax free at the risk of loosing everything valuable (maybe

Re: 答复: 答复: 答复: [External Mail]Re: [Breaking change] Echo character by serial driver

2023-03-11 Thread Tomek CEDRO
Please consult Unix manual and source code (for instance any of the BSD). Linux was never a reference in Unix world, it was about to mimic Unix, but was not even self-compatible. Not a good reference point. See how big mess it introduced in current drivers implementation (i.e. drm kms) and their

Re: [Breaking change] Echo character by serial driver

2023-03-11 Thread Tomek CEDRO
+1 :-) -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info On Sat, Mar 11, 2023, 12:54 Alin Jerpelea: > Hi, > > In my opinion we should keep the memory usage as low as possible > +1 for menu config > > Best Regards > Alin >

  1   2   3   4   >