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

2023-10-18 Thread Christian Catchpole
t code rely on kconfiglib, so theoretically things should > work without kconfig-frontends. But I haven't tested case when > kconfig-frontends is not installed (current I have installed both). > > Best regards, > Petro > > On Wed, Oct 18, 2023, 1:35 AM Christian Catchpole > >

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

2023-10-17 Thread Christian Catchpole
C On Wed, 18 Oct 2023 at 08:05, Tomek CEDRO wrote: > 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 (Ble

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

2023-10-17 Thread Christian Catchpole
I raised a PR and it's been merged (but not published). I also gave the option for aarch64 and tested by building a pinephone app. If there are any concerns I can just raise another PR. https://github.com/apache/nuttx/pull/10933 On Tue, 17 Oct 2023 at 09:17, Christian Catchpole wrote: >

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

2023-10-16 Thread Christian Catchpole
Nice, I went the full Studio Ultra, mainly because Im doing a lot of stuff in Blender at the moment. Normally I wouldn't need a machine so powerful. And an M2 Air. I havn't installed NuttX on it yet, so I'll have a fresh machine to re-run the install on. I also noticed that the KConfig build requi

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

2023-10-16 Thread Christian Catchpole
I installed *arm-none-eabi-gcc *which I think added *arm-none-eabi-binutils* with it, but it didn't seem to have any standard *includes*. I installed the whole *gcc-arm-embedded* cask and it seems fine now. *brew install --cask gcc-arm-embedded* I'll keep playing with that and then raise a PR to

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

2023-10-15 Thread Christian Catchpole
None I guess. I didn't know they existed :) Perhaps we should update the documentation for those instead. On Mon, 16 Oct 2023 at 11:17, Tomek CEDRO wrote: > 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

gcc-arm-none-eabi on M1 MacOs

2023-10-15 Thread Christian Catchpole
Hello everyone, It's been a while since I've been doing anything NuttX for various reasons. But I'm back :) 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 b

Re: Color ANSI support in nsh

2020-08-17 Thread Christian Catchpole
hub.com/slipperyseal/2903dea1c34b21476dab4e2aab963467 CC On Tue, 18 Aug 2020 at 09:50, Matias N. wrote: > I really liked your telemetry app with colored output you shown on the > video. > > On Mon, Aug 17, 2020, at 20:47, Christian Catchpole wrote: > > something to consider with querying the te

Re: Color ANSI support in nsh

2020-08-17 Thread Christian Catchpole
something to consider with querying the terminal for capabilities / terminal size etc, is where there is no terminal actually connected at the time. this would cause it to hang or require timeouts or other complications. but i guess querying might only occur after user input. Again, as long as its

Re: Color ANSI support in nsh

2020-08-17 Thread Christian Catchpole
t- > > > Van: Alan Carvalho de Assis > > > Verzonden: zondag 16 augustus 2020 17:02 > > > Aan: dev@nuttx.apache.org > > > Onderwerp: Re: Color ANSI support in nsh > > > > > > Christian, > > > > > > If I'm not wrong

Re: Color ANSI support in nsh

2020-08-16 Thread Christian Catchpole
ave a > while > > ago. Good docs and an example defconfig would will keep it maintained > (and > > built). Once we have scripted test running against the sim (or real HW) > > test > > cases will keep it from breaking. > > > > David > > > >

Color ANSI support in nsh

2020-08-15 Thread Christian Catchpole
Hi everyone, I have been adding ANSI escape codes for colour support to my app’s console output and have been experimenting with adding it to nsh itself. At a minimum to colour the prompt. I had been thinking this is something i could develop and propose to come back into the mainline as a nsh kc