msperl

Results 75 comments of msperl

Why I need it? I want to reduce the idle power consumption of the ESC from 50mA to

added more .if !defined() to make more values overrideable via board.inc...

The way it is now you first have two places to define things for some parameters: - tgy.asm where we have some fixed settings that apply to all boards -...

Compatiblity: i guess these tools just focus on hex files, so as long the hex files are identical it should not prove to be an issue. As for a new...

@ahalekelly:I created a merge request for the make-file changes against your master branch for easy application of the patch (https://github.com/ahalekelly/tgy/pull/1) The config patch (https://github.com/ahalekelly/tgy/pull/2) does not apply because of your...

well, unfortunately there are no fine details of your web-app so that we could support it better, but in the end it should make your life much easier, as now...

Would it not make sense to separate things out into classes RTCZeroMode0, RTCZeroMode1, RTCZeroMode2 (= class RTCZero) to reduce the linked code and make it more explicit? Maybe then eventually...

actually I found out that it makes code bigger as now all the methods are now included regardless of whether they are used or not - my blinker increased from...

one other comment: would it not make sense to use a different divider for gclk - so that one can get a higher precision timer instead of just a 1ms...

> Interesting, I had wondered if there was a more efficient way to structure things, especially since most of the register names for different modes are aliases of the same...