Traumflug
Traumflug
Ah, I see, gcc has started to support distinct address spaces. Very nice. Some English documentation is here: https://gcc.gnu.org/onlinedocs/gcc/Named-Address-Spaces.html Limitations include: - No support for very small AVRs. To hack...
As there are apparently no longer blocking issues with the experimental branch, I've picked almost all of it over to the master branch. Let take everybody advantage of look-ahead :-)...
Today former experimental was cherry-picked entirely over to master and experimental received different kinematics support, CoreXY support and a few loop-ups in dda_lookahead.c.
Perhaps you've seen it, I've created a milestone for Configtool: https://github.com/Traumflug/Teacup_Firmware/milestones/Configtool%20out%20to%20the%20public Also opened quite a number of issues connected to this. Most of these issues are an easy fix, still...
Moved to issue #134.
Before I forget it: please make at least one commit per issue. Thanks :-)
Apparently you have an interesting workflow :-) Something like "fix five things at once"? Perhaps we differ here a bit, I do only one thing and test this before I...
I just moved the _eeconfig_ branch to the attic (attic/eeconfig/). Now that Configtool works fine it becomes even more unlikely this ever becomes part of the standard distribution. In case...
Removed the branch _newdda_ entirely. This was an attempt to execute steps very early in dda_step(), then to allow nested interrupts. These nested interrupts were always a source of trouble....
Big collection today: - Forwarded _master_ to what was _experimental_ - Picked all commits of _sdcard_ (bufferless, faster reading) onto _experimental_. - Same for branch _configtoolupdate2_ (updating new options to...