Bruno Bousquet

Results 6 issues of Bruno Bousquet

Many thanks to @MCUdude for the template. Adapted from https://github.com/MCUdude/MegaCoreX/blob/master/PlatformIO.md, this may help with #319. The bootloader sections will need platformio/platform-atmelmegaavr#48 to be pulled before being effective.

Create generic static functions for INJ and IGN schedulers. Instead of copy-pasting the same function for every scheduler, each scheduler function calls the same `inline static` function. By providing the...

As described in a recent blog post ([PSA: MQTT Name changes in 2023.8](https://community.home-assistant.io/t/psa-mqtt-name-changes-in-2023-8/598099)), the way Home Assistant handles MQTT names will change. It is no longer necessary to include the...

## Add compatibility for ATtiny814 and other 14-pin ATtiny ### Tested functions - [x] ADC - [x] GPIO - [x] PWM - [x] UART ### Untested functions - [ ]...

- Move Timer Future to its own file - Make the interrupt handler capable to handle all interrupts sources - Add async functions for pwm_input - Bind interrupt to UpdateInterrupt,...

I'm using embassy, and the other repo I found (embedded-fatfs) is not supporting partition tables on the SD card. Here is my proposal to add `maybe_async` to this repo, so...