Propeller GCC Demos
jazzed
Posts: 11,803
Hi all.
This will be my only post today as I must attend to some personal business.
Attached please find the current Propeller-GCC demos package. Included are:
demos/c3files
demos/c3files/lmm
demos/c3files/src
demos/c3files/xmm
demos/c3files/xmmc
demos/calc
demos/common
demos/dhrystone
demos/ebasic
demos/fft
demos/fibo
demos/fibo/cog
demos/fibo/lmm
demos/fibo/xmm
demos/fibo/xmmc
demos/forumists
demos/forumists/Ariba
demos/forumists/blittled
demos/forumists/blittled/switch5
demos/forumists/blittled/trackball
demos/forumists/jazzed
demos/forumists/jazzed/calc
demos/forumists/jazzed/QSpov
demos/forumists/jazzed/QSwam
demos/forumists/KevinWood
demos/forumists/mindrobots
demos/forumists/mindrobots/QSpad
demos/forumists/Reinhard
demos/forumists/Reinhard/ClkSet
demos/forumists/Reinhard/cplusplusdemo
demos/forumists/Reinhard/CtrPOSmode
demos/forumists/Reinhard/DES-RSA
demos/forumists/Reinhard/SmallMathDemo
demos/forumists/Reinhard/SynthC++
demos/forumists/Reinhard/TrigPack
demos/full_duplex_serial_ht
demos/include
demos/pong
demos/propboe
demos/propboe/include
demos/propboe/libsrc
demos/pthread
demos/Term
demos/Term/cpptest
demos/Term/ctest
demos/Term/include
demos/Term/lib
demos/toggle
demos/toggle/cog_c_toggle
demos/toggle/c++_toggle
demos/toggle/gas_toggle
demos/toggle/lmm_c_toggle
demos/toggle/lmm_toggle
demos/toggle/pasm_toggle
demos/toggle/pthreads_toggle
demos/toggle/xmm_toggle
demos/TV
demos/TV/TvText_demo
demos/vgademo
demos/VgaText
Most demos have Makefiles, but you can just include the sources in a SimpleIDE project.
Don't use the demos/include directory. It appears obsolete and I don't have time to fix it today.
The PropBOE library has lots of utility library classes primitive operations like setting pins, etc.... Please see demos/propboe/include for functions. I'll leave documentation and Q&A up to the author for now.
The latest SimpleIDE 0-6-4 Windows package does not contain compiler updates required to build the PropBOE I2C COG code - I'll recompile and post tomorrow. Please don't attempt to build it in Windows for now else you will get a compiler crash. The Linux 0_2_6 compiler is up-to-date and supports the PropBOE I2C code just fine.
This will be my only post today as I must attend to some personal business.
Attached please find the current Propeller-GCC demos package. Included are:
demos/c3files
demos/c3files/lmm
demos/c3files/src
demos/c3files/xmm
demos/c3files/xmmc
demos/calc
demos/common
demos/dhrystone
demos/ebasic
demos/fft
demos/fibo
demos/fibo/cog
demos/fibo/lmm
demos/fibo/xmm
demos/fibo/xmmc
demos/forumists
demos/forumists/Ariba
demos/forumists/blittled
demos/forumists/blittled/switch5
demos/forumists/blittled/trackball
demos/forumists/jazzed
demos/forumists/jazzed/calc
demos/forumists/jazzed/QSpov
demos/forumists/jazzed/QSwam
demos/forumists/KevinWood
demos/forumists/mindrobots
demos/forumists/mindrobots/QSpad
demos/forumists/Reinhard
demos/forumists/Reinhard/ClkSet
demos/forumists/Reinhard/cplusplusdemo
demos/forumists/Reinhard/CtrPOSmode
demos/forumists/Reinhard/DES-RSA
demos/forumists/Reinhard/SmallMathDemo
demos/forumists/Reinhard/SynthC++
demos/forumists/Reinhard/TrigPack
demos/full_duplex_serial_ht
demos/include
demos/pong
demos/propboe
demos/propboe/include
demos/propboe/libsrc
demos/pthread
demos/Term
demos/Term/cpptest
demos/Term/ctest
demos/Term/include
demos/Term/lib
demos/toggle
demos/toggle/cog_c_toggle
demos/toggle/c++_toggle
demos/toggle/gas_toggle
demos/toggle/lmm_c_toggle
demos/toggle/lmm_toggle
demos/toggle/pasm_toggle
demos/toggle/pthreads_toggle
demos/toggle/xmm_toggle
demos/TV
demos/TV/TvText_demo
demos/vgademo
demos/VgaText
Most demos have Makefiles, but you can just include the sources in a SimpleIDE project.
Don't use the demos/include directory. It appears obsolete and I don't have time to fix it today.
The PropBOE library has lots of utility library classes primitive operations like setting pins, etc.... Please see demos/propboe/include for functions. I'll leave documentation and Q&A up to the author for now.
The latest SimpleIDE 0-6-4 Windows package does not contain compiler updates required to build the PropBOE I2C COG code - I'll recompile and post tomorrow. Please don't attempt to build it in Windows for now else you will get a compiler crash. The Linux 0_2_6 compiler is up-to-date and supports the PropBOE I2C code just fine.
Comments
Paul
Can I suggest posting TWO zip files,
One, as you have done is a Source Archive, but another larger ZIP that shows the ASM created by the examples, would be a great way to check in on progress... (without needing a full build here) ?