Re: [9fans] Arduino programming on plan 9

2025-01-06 Thread Lucio De Re
On 2025/01/04 01:46, Charles Forsyth wrote: I noticed a few directories were still GPL; they are now MIT. Just because it was a bit obscured (and I tend to be a little slow): https://github.com/forsyth/avr.git Lucio. -- 9fans: 9fans Permalink: htt

Re: [9fans] Arduino programming on plan 9

2025-01-03 Thread Charles Forsyth
I noticed a few directories were still GPL; they are now MIT. On Fri, 3 Jan 2025 at 07:53, Charles Forsyth wrote: > It turns out it's all in that repo, as the os subdirectory > > On Thu, 2 Jan 2025, 23:53 Ron Minnich, wrote: > >> I think somebody who knows where all the bits are could do us a f

Re: [9fans] Arduino programming on plan 9

2025-01-03 Thread Charles Forsyth
It turns out it's all in that repo, as the os subdirectory On Thu, 2 Jan 2025, 23:53 Ron Minnich, wrote: > I think somebody who knows where all the bits are could do us a favor > and provide a little writeup on how to do this. I'm lost. > > On Thu, Jan 2, 2025 at 1:12 PM Charles Forsyth > wrote

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Ron Minnich
I think somebody who knows where all the bits are could do us a favor and provide a little writeup on how to do this. I'm lost. On Thu, Jan 2, 2025 at 1:12 PM Charles Forsyth wrote: > > i think davros ought to be out there somewhere too > > On Thu, 2 Jan 2025 at 20:36, Karin Willers wrote: >> >>

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Charles Forsyth
i think davros ought to be out there somewhere too On Thu, 2 Jan 2025 at 20:36, Karin Willers wrote: > there is a Plan 9 C compiler za/zc/zl available at > https://github.com/forsyth/avr > > On 1/1/25 14:47, sirjofri wrote: > > Hi everyone, happy new year, > > > > Out of curiosity, I wanted to a

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Noam Preil
Is there a link to where that can be found? :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te49c9f35d98406f5-M7b81b39e040a54e358253d5d Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Karin Willers
there is a Plan 9 C compiler za/zc/zl available at https://github.com/forsyth/avr On 1/1/25 14:47, sirjofri wrote: Hi everyone, happy new year, Out of curiosity, I wanted to ask if someone has any experience with programming arduino boards on plan 9. The question is not only about writing co

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Charles Forsyth
i just wrote my own for the avr On Thu, 2 Jan 2025 at 19:41, Skip Tavakkolian wrote: > Another obstacle, most of the driver libraries require C++ support > (e.g. https://github.com/adafruit/Adafruit_Sensor). > > On Wed, Jan 1, 2025 at 7:48 AM sirjofri > wrote: > > > > Hi everyone, happy new yea

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Noam Preil
Yeah, but most of them aren't too hard to replace, it's just flipping registers and bit logic, and we have C++ code to reference for which registers do what :) -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Te49c9f35d98406f5-M0c54a55197

Re: [9fans] Arduino programming on plan 9

2025-01-02 Thread Skip Tavakkolian
Another obstacle, most of the driver libraries require C++ support (e.g. https://github.com/adafruit/Adafruit_Sensor). On Wed, Jan 1, 2025 at 7:48 AM sirjofri wrote: > > Hi everyone, happy new year, > > Out of curiosity, I wanted to ask if someone has any experience with > programming arduino

Re: [9fans] Arduino programming on plan 9

2025-01-01 Thread Skip Tavakkolian
For debugging, there is jtagfs that paurea (Gorka) made many moons ago. Most boards have JTAG On Wed, Jan 1, 2025 at 3:27 PM Daniel Maslowski via 9fans <9fans@9fans.net> wrote: > > The ESP MCUs can be easily flashed via serial. > The protocol is publicly documented: > https://docs.espressif.com/pr

Re: [9fans] Arduino programming on plan 9

2025-01-01 Thread Daniel Maslowski via 9fans
The ESP MCUs can be easily flashed via serial. The protocol is publicly documented: https://docs.espressif.com/projects/esptool/en/latest/esp32s3/advanced-topics/serial-protocol.html On Wed, 1 Jan 2025, 21:35 Skip Tavakkolian, wrote: > Arduino boards now include arm32 and ESP32 (Xtensa) processo

Re: [9fans] Arduino programming on plan 9

2025-01-01 Thread Skip Tavakkolian
Arduino boards now include arm32 and ESP32 (Xtensa) processors in addition to atmel AVR. All of the differences are hidden by Arduino IDE, which does a good job of plastering over things for these and many other (not Arduino) boards, including RISC-V boards. I would think that the most likely boa

Re: [9fans] Arduino programming on plan 9

2025-01-01 Thread Charles Forsyth
there is, for a atmel mega128 or some such. za/zc/zl as part of davros, a tiny os for a berkeley mote variant. On Wed, 1 Jan 2025 at 16:17, wrote: > On Wed, Jan 01, 2025 at 02:47:06PM +0100, sirjofri wrote: > > Hi everyone, happy new year, > > Hi. > > > Out of curiosity, I wanted to ask if so

Re: [9fans] Arduino programming on plan 9

2025-01-01 Thread lego12239
On Wed, Jan 01, 2025 at 02:47:06PM +0100, sirjofri wrote: > Hi everyone, happy new year, Hi. > Out of curiosity, I wanted to ask if someone has any experience with > programming arduino boards on plan 9. The question is not only about writing > code and compiling it (as that is probably possi

[9fans] Arduino programming on plan 9

2025-01-01 Thread sirjofri
Hi everyone, happy new year, Out of curiosity, I wanted to ask if someone has any experience with programming arduino boards on plan 9. The question is not only about writing code and compiling it (as that is probably possible), but especially for sending the binary over to the chip to make it