Search found 483 matches

by mobyfab
Thu Jun 06, 2019 2:09 am
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

After battling with git-svn for a few hours and a ton of shady hacks I've managed to update the original mirror, no need to re-fork.
by mobyfab
Wed Jun 05, 2019 6:42 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

@mobyfab I'm redirected here from http://www.chibios.com/forum/viewtopic.php?p=35538. It's very surprising to come across with a completely new ChibiOS repo suddenly on Github. What is the rationale for this change? Can't we just keep using "old" repo? We can't keep it because the officia...
by mobyfab
Tue Jun 04, 2019 8:49 pm
Forum: Development and Feedback
Topic: [NOTES] Multi Core support
Replies: 32
Views: 20049

Re: [NOTES] Multi Core support

I see, indeed a more static and deterministic approach would better fit ChibiOS in the end.

Thanks for the explanation!
by mobyfab
Tue Jun 04, 2019 6:03 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

It only get the newest revisions, then generate new git commits.
I don't expect the update to take more than a few seconds now.

Individual revisions don't take that much time to fetch, but when you have over 15000 of them to get on a server half across the planet...
by mobyfab
Tue Jun 04, 2019 6:00 pm
Forum: Development and Feedback
Topic: [NOTES] Multi Core support
Replies: 32
Views: 20049

Re: [NOTES] Multi Core support

I think it's better to have one instance of ch running across all cores dynamically. Also less duplicate ch code in memory, only one main, probably easier to manage peripheral mutexes, etc. References: https://www.cs.york.ac.uk/fp/multicore-freertos/spe-mistry.pdf https://docs.espressif.com/projects...
by mobyfab
Tue Jun 04, 2019 5:12 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

It took about 5 hours to clone all releases tags and 4 branches (all commits individually, to generate git commits) on a 300mb/s server in Paris. SVN is very dependent on latency because of all the separate network requests for each commit. I skipped chibistudio and old/deprecated branches because i...
by mobyfab
Tue Jun 04, 2019 2:49 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

Every 30 minutes.

I am still syncing tags now so it will take a couple hours before I enable it. (I forgot how horribly slow SVN was...)

Plan is to have all release tags and last 3 stable release branches, basically the ones that are supported.
by mobyfab
Tue Jun 04, 2019 12:35 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

I've updated the official mirror since whoever was previously taking care of it is unreachable.
You will need to re-clone it as the references have changed.

I've also added mirrors on Bitbucket: https://bitbucket.org/chibios/
by mobyfab
Thu Apr 25, 2019 7:43 pm
Forum: Development and Feedback
Topic: [INFO] Moving repository to OSDN
Replies: 22
Views: 11514

Re: [INFO] Moving repository to OSDN

Hi, Why don't you use Git, GitHub, Gitea, or similar? I am not a git fan. Giovanni What a pity! I wasn't either, but if you dig a little, will see that git improves the workflow by far, despite the high learning curve in the beginning. Anyway, I'm not here to convince you, just my 2 cents. The impo...

Go to advanced search