Floessie

Results 6 issues of Floessie

Hi Phillip, I recently got hold of some AVR128DB28. Though they are pretty new, Spence Konde already supports them with [DxCore](https://github.com/SpenceKonde/DxCore). They belong to the `megaavr` family of controllers that...

enhancement
discussion

Hi Phillip, For someone switching from your wonderful Arduino_FreeRTOS_Library to bare-metal, could you extend the "Getting started" section with a minimal guide for a simple Makefile based setup? What is...

Salut Stéphane, I just wanted to thank you for reviving `dvdisaster`. It's been an invaluable tool for me in the past and will sure be in the BD-R era. I...

Hi Connor, I coincidentally came by here. This is a fine and useful lib. I just wanted to mention two things you could improve: 1. Move the `avr/*` includes from...

Hi, there could be a possibility to omit the `sizeOfArray` parameter with C++11. [Here](https://stackoverflow.com/a/18078435) is the relevant code snippet on StackOverflow. As it's missing a `const`, [here](https://www.g-truc.net/post-0708.html) is another example...

### Describe the problem In order to make it easier for beginners to get started with writing Arduino sketches, and for the convenience of all users, Arduino CLI [automatically generates...

type: imperfection
topic: build-process