Rickta59 589 Posted May 22, 2018 Share Posted May 22, 2018 I created a mirror of your source code on github. I extracted all the files so people can look at it without downloading a zip file. I also created a msp430 branch that shows the changes I needed to make to get simple blinky and super blinky to compiler for the msp430. https://github.com/RickKimball/CoRTOS/tree/msp430 -rick Quote Link to post Share on other sites
NicholasLindan 4 Posted May 22, 2018 Author Share Posted May 22, 2018 You uploaded the wrong version - it should be V1d01 - you can find it a few posts up. Don't you feel putting it on GitHub under your name and account is a bit presumptuous? Quote Link to post Share on other sites
Rickta59 589 Posted May 22, 2018 Share Posted May 22, 2018 41 minutes ago, NicholasLindan said: You uploaded the wrong version - it should be V1d01 - you can find it a few posts up. I uploaded the zip file that is available from sourceforge. You pointed me at that. If I'm going to upload something to source control, I'm going to base it on a source code control system instead of a forum post that is likely to disappear. 41 minutes ago, NicholasLindan said: Don't you feel putting it on GitHub under your name and account is a bit presumptuous? No I don't think it is presumptous. I really don't claim to have written it. The readme doesn't say anything about me being the author. The README.md indicates it is a mirror of your original. It also has all your contact information not mine. I would much prefer that you have a repository that I could fork and provide changes via a pull requests instead of dealing with zip files. Zip files are not a source code control system. Quote Link to post Share on other sites
NicholasLindan 4 Posted May 22, 2018 Author Share Posted May 22, 2018 You wrote: "I would much prefer that you ..." That's not how it works. The world, and I, don't dance to your preferences. Quote Link to post Share on other sites
Rickta59 589 Posted May 22, 2018 Share Posted May 22, 2018 Do you want people to help you with this? It seems like you are expecting people to fill in the gaps. Should I just delete the repo? Quote Link to post Share on other sites
Rickta59 589 Posted May 23, 2018 Share Posted May 23, 2018 It is deleted Quote Link to post Share on other sites
NicholasLindan 4 Posted December 12, 2018 Author Share Posted December 12, 2018 CoRTOS V 1.10 is now available on Sourceforge at: https://sourceforge.net/projects/cortos-simple/ V 1.10 adds general purpose counting/binary/signaling semaphores. It also fixes a bug in the context save/restore for the AVR processor. Documentation has had some minor improvements. If you are using an older version you should incorporate the update. The change from the old resources to the newer semaphores should be painless. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.