-
Hi guys, just to inform you that we had the same problems, but the cause wasn't related to the software.
We used some pl2303 usb-serial converters with the 'low' level too high to be reconnized by th…
-
Normally fuse bits are defined like
```
#define FUSE_SOMETHING (unsigned char)~_BV(some_n)
```
For the list of parts below gcc v12 defines a lot of them *without bit inversion* `~`
```
atmega1…
-
For those of us that don't want to modify it, but "just drop it in and go", it would be nice to have something that is already known to work with a standalone programmer.
I can export a hex file fr…
-
MCU auto-detect doesn't always work, depending on the programmer and MCU programming interface.
Auto-detect works by running avrdude with the chosen programmer and MCU set to ATmega8, since avrdude…
-
Hello SaabFAN,
I'm interested in building your Prescaler Board to retrofit a PM6652 Counter with the channel C option, but I think this project is currently missing the source code for the Attiny y…
-
http://forum.arduino.cc/index.php?topic=580188.0
THe OneWire_direct_gpio.h file contains code like:
```
#if defined(__AVR__)
#define PIN_TO_BASEREG(pin) (portInputRegister(digitalPin…
-
I am setting up an environment (in neovim) for working with the newer AVR device families (specifically avr128db48). _avr-gcc_ does not support these out of the box and an additional device family pac…
-
Right now we're calling `form` and `rustfmt` to split out the auto-generated modules into many files. I don't think this provides much value as nobody is going to look at those file anyway.
I have…
Rahix updated
6 months ago
-
Hi there,
I bought the following magnetic door/window sensors from Alieexpress.
https://de.aliexpress.com/item/1005006306150712.html
The have a different (maybe newer) board layout and sensor.
Bu…
-
I am not so sure how difficult it is to add the support of mega0 AVR and Tiny0/1/2 AVR, similar to optiboot_x.
Stretch goal will be to add the support of AVR DA/DB/DD part, similar to optiboot_dx.
…