Contributing Code¶
If you would like to contribute your working Mecrisp-Stellaris code to this site for others to read and use, just email it to me at: <terry@tjporter.com.au> and I’ll add it to the “User Submitted Code” collection here.
There are 5 requirements:
Add the following HEADER FILE to the start of each submitted code file and edit it to suit.
\ Program Name: <program.txt> or <program.fs>
\ Date:
\ Copyright by: <your name>
\ License: <must be Open Source of some kind>
\ For Mecrisp-Stellaris by Matthias Koch. https://sourceforge.net/projects/mecrisp/
\ Chip:
\ Board:
\ Clock: 8 MHz using the internal RC clock, unless otherwise stated
\ Note: GPIO's A,B,C,D,E and UART1 are pre-enabled by the Mecrisp-Stellaris Core.
\ All register names are CMSIS-SVD compliant: YES or NO ?
\ Program Description:
\
\
\ Requires these files be previously loaded:
\
\ ------------------------------------------------------------------------------------------
Your file needs to be actual Mecrisp-Stellaris code in text, the same as you upload to your MCU, no markup language, no HTML etc.
Try and make sure all dependencies are met/included for your code to run.
Everything must be in English please.
If you update anything, fix a bug in the file at a later date just email me a complete file as the replacement with the same file name etc as I don’t edit submitted code.