avrdudes / avr-libc

The AVR-LibC package provides a subset of the standard C library for AVR 8-bit RISC microcontrollers.
https://avrdudes.github.io/avr-libc/
Other
261 stars 56 forks source link

iox128a1u.h: Update bitmasks for USB clocking options #960

Open lmorrisonnautel opened 6 months ago

lmorrisonnautel commented 6 months ago

The option to synchronize the 32MHz internal oscillator calibration to the USB start-of-frame bit was missing.

The option to set the USB clock source to the (over-clocked) 32MHz internal oscillator was missing.

The bit to enable the USB clock source was misspelled compared to the name given in the datasheet.