[avr-libc-dev] [bug #51022] avr/wdt.h should support all of the modes of operation of the WDT

2017-05-14 Thread Eric Tang
Follow-up Comment #2, bug #51022 (project avr-libc): According to the data sheet, the WDT can operate in Interrupt mode, System Reset Mode, and Interrupt and System Reset mode. Currently the library is hardcoded to use System Reset mode, and it is not possible to use either of the other two modes

[avr-libc-dev] [bug #50436] Example code in avr/sleep.h documentation should make use of util/atomic.h

2017-05-14 Thread Eric Tang
Follow-up Comment #1, bug #50436 (project avr-libc): Better yet, would it be possible to offload the task of enabling and disabling interrupts to the library? ___ Reply to this item at:

[avr-libc-dev] [bug #51022] avr/wdt.h should support all of the modes of operation of the WDT

2017-05-14 Thread Joerg Wunsch
Update of bug #51022 (project avr-libc): Status: Need Info => None ___ Follow-up Comment #3: OK, now it makes sense. ___ Reply to

[avr-libc-dev] Mrga328x Compare Match Vectors

2017-05-14 Thread Jim Wagner
Going through the list of interrupt vectors related to air/interrupt.h in the on-line libc documentation at nongnu.org, there is no listing for Mega328 or any of its variants for TIMER/COUNTER2 Compare Match A! There is for M48, M88, M168, but NOT M328! TIMER2_COMPA_vect appears to work (e.g.,

[avr-libc-dev] [bug #51022] avr/wdt.h should support all of the modes of operation of the WDT

2017-05-14 Thread Joerg Wunsch
Update of bug #51022 (project avr-libc): Status:None => Need Info ___ Follow-up Comment #1: Please submit more details. ___