I decided to treat myself and get a Raspberry Pi computer, it arrived yesterday and literally within 5 minutes of opening the box I had compiled a hello world C program and proved that I can use a standard USB FTDI adapter to talk to a Propeller chip -- with zero configuration necessary.
That impresses me greatly. I hate the fact that most popular new development platforms require you to download umpteen dependencies and some random GUI or IDE libraries that seem entirely superfluous (QT, GTK, Eclipse etc etc etc.............. ad nauseum). Nope, none of that crap with the RasPi. It just did what I wanted right out of the box. Brilliant stuff.
My plan is to replace the apparently no-longer-supported Linux tools for programming the Propeller chip and it's EEPROM. I have started writing my own code downloader already and it's probably 50% complete at the moment. I may write an assembler later on if there's some interest from the Propeller community.
The downloader program (entitled "pushprop" for the time being, see the banner link at the very top of this blog) will compile and run natively and without any kind of dependencies whatsoever on a Raspberr Pi computer. I despise dependencies and refuse to inflict them on other people :) It's all written in standard C and should "just work". It will be an Open Source project and it the software will be free. I will also make the hardware part (the custom PCB I'll have to design) Open Source, and anyone will be ably to build their own if they like.
That impresses me greatly. I hate the fact that most popular new development platforms require you to download umpteen dependencies and some random GUI or IDE libraries that seem entirely superfluous (QT, GTK, Eclipse etc etc etc.............. ad nauseum). Nope, none of that crap with the RasPi. It just did what I wanted right out of the box. Brilliant stuff.
My plan is to replace the apparently no-longer-supported Linux tools for programming the Propeller chip and it's EEPROM. I have started writing my own code downloader already and it's probably 50% complete at the moment. I may write an assembler later on if there's some interest from the Propeller community.
The downloader program (entitled "pushprop" for the time being, see the banner link at the very top of this blog) will compile and run natively and without any kind of dependencies whatsoever on a Raspberr Pi computer. I despise dependencies and refuse to inflict them on other people :) It's all written in standard C and should "just work". It will be an Open Source project and it the software will be free. I will also make the hardware part (the custom PCB I'll have to design) Open Source, and anyone will be ably to build their own if they like.