Nico Tonnhofer

Results 32 issues of Nico Tonnhofer

Hi, I'm currently working on the endstops. They become broken with https://github.com/Traumflug/Teacup_Firmware/commit/35926224145bd

The compiler this days doing a good job. sqrt(x) is calculated at compile-time without overhead. So there is no need anymore for the preprocessor SQRT(x).

Hi all, I'm currently working on ramps for acceleration temporal and before I forget this I write it down. I found an issue in timer_set(). The part `(current_counter - match_last_counter)`...

Some weeks ago I start with playing ceedling. Ceedling is a TDD written in Ruby. I uploaded a new branch: https://github.com/Traumflug/Teacup_Firmware/tree/debug_tdd First off all you need to install ceedling. On...

Hi, I'm currently reading a lot of stuff from ChibiOS and try to understand the code. Often they have some unused variables for functions. So they use something like: ```...

Hi all, I think it's better to make a new issue for that port. Currently I stopped with the Due-port. Anyhow, the first progress is done. Serial works and I...

This will be an overview of my branches. This should made the work easier for @Traumflug to see which could be merged/rebased on experimental or so. ~~[acc_temporal](https://github.com/Traumflug/Teacup_Firmware/commits/acc_temporal)~~ [acc_temporal_ramp2](https://github.com/Traumflug/Teacup_Firmware/tree/acc_temporal_ramp2) Virtual print...

Informational

Hi, I'm starting to make a new nice menu for the new nice display. My programming skills are growing and growing but I have some issues with the current situation....

Hi all, since we are supporting more than just AVR we will have for example analog.c, analog-avr.c and analog-arm.c. With introducing stm32f411 we split analog-arm.c to analog-arm_lpc1114.c and analog-arm_stm32f411.c. While...

Hi all, did you ever think about using uint_fast8_t? Any drawbacks? I just replaced only the variables which are going in the stepper interrupt. On the max time this becomes...