Floessie

Results 44 comments of Floessie

Hi Phillip, > I'd suggest to have a look at the FreeRTOS port specifically for Mega0. This came in #101. It would give some guidance on how the newer Timer...

[Here](https://github.com/peakhunt/freertos_atmega328p) is a project that could serve as a base.

@speed47 > This "bug" is already fixed in my version. The patch is only a few lines long. I confirm it builds even under Debian Sid (just tried, to be...

@PaulStoffregen > I have some printf code similar to what Bill Perry suggested just today Paul, could you add a link, please? Just out of interest...

Maybe a stupid question: Why does `digitalWrite()` take a `PinStatus` at all? `CHANGE`, `FALLING`, and `RISING` make no sense, or do they? As `PinStatus` is a `class`-less `enum`, providing only...

I can't see the translation unit times from the runs given above nor the compile flags, but in my experience LTO gets more and more sophisticated with every GCC version...

@Lawrence37 Thanks for the hint. :+1: I dug a bit into the topic and found out, that `-ftree-pta` at `-O2` and `-O3` is the culprit. Compiling `procparams.cc` alone with GCC...

@Lawrence37 Would you mind to push your change? I'm building RT on QEMU emulated foreign architectures, and this takes ages with GCC 12...

@Thanatomanic I've pushed a new branch to fix some low hanging fruits. Though I don't get no deprecation warnings here. As to `rtgui/rtimage.cc`: I added the `Gtk::Image()`, but this doesn't...