Closed TG9541 closed 5 years ago
@g7bbg that's a nice find!
This variant looks actually better than most of the W1209 designs I've seen. Maybe it could be a starting point a "W1209 NG" design with direct access to a serial interface?
Would you care about following the "Fork - Pull-Request" process? If you're new to Git or GitHub I can help you getting started.
Yes I would be pleased to go through the Fork/Pull process, as you correctly surmised I am new to GitHub and would certainly apreciate the help to get it started :-)
@g7bbg that a lot easier to do than getting the STM8 eForth tool-chain up and running :-)
Fork
button to the right g7bbg/stm8ef
) click Clone or download
, Use SSH
and "copy to clipboard" (icon)
git clone git@github.com:g7bbg/stm8ef.git
(i.e. the repository URL in you clipboard)git checkout -b W1209-CA-V2
Readme.Txt
renamed to README.md
and the files globconfig.inc
and boardcore.inc
- the photos and the hex files will go somewhere else later on)git add W1209-CA-V2/
and commit it git commit -a -m "new board W1209-CA-V2"
git push origin -u W1209-CA-V2
New pull request
:
TG9541/stm8ef
as the targetfixes #275
in the comment and create the requestThe process above contains steps that you only need to do once or that are part of a normal development cycle with Git anyway. If you have questions (or if something doesn't work) please let me know it!
Thomas, Hi I've updated the stm8 stuff as per your instructions and HOPEFULLY got it right.
Regards Brian
From: Thomas notifications@github.com Sent: 28 October 2019 06:48 To: TG9541/stm8ef stm8ef@noreply.github.com Cc: g7bbg briandevey@hotmail.com; Mention mention@noreply.github.com Subject: Re: [TG9541/stm8ef] W1209-CA-V2: another variation of the Common Anode boards (#275)
@g7bbghttps://github.com/g7bbg that's a nice find!
This variant looks actually better than most of the W1209 designs I've seen. Maybe it could be a starting point a "W1209 NG" design with direct access to a serial interface?
Would you care about following the "Fork - Pull-Request" process? If you're new to Git or GitHub I can help you getting started.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/TG9541/stm8ef/issues/275?email_source=notifications&email_token=ANRU5KKINN4DVXQBZUM2S53QQ2DMRA5CNFSM4JFWCL22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECL3QYA#issuecomment-546814048, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANRU5KJORKMTHBUF5XTEJ3LQQ2DMRANCNFSM4JFWCL2Q.
@g7bbg
Hi Brian, yes, you got it right! Congrats!
I'll do some additional changes, like formatting of the README.md
.
@g7bbg I merged the new board now:
target.inc
which I forgot to mentionREADME.md
contains the pictures aboveMakefile
includes your build
The next (pre-) release will contain the binary.Please note that I'm thinking of moving most board definitions to "board repository" (see #272 and STM8EF-MODBUS).
Hi, it looks like I've found another variation of the Common Anode boards (bought on Ebay in 2016) which has totally different pin mappings, and a different layout please see the Readme.txt in the attached zipfile.
W1209-CA-V2.zip
Originally posted by @g7bbg in https://github.com/TG9541/stm8ef/issues/153#issuecomment-546643256