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

2017-03-02 Thread Eric Tang
URL: Summary: Example code in avr/sleep.h documentation should make use of util/atomic.h Project: AVR C Runtime Library Submitted by: e_l_tang Submitted on: Thu 02 Mar 2017 10:11:37 PM UTC

[avr-libc-dev] [bug #50439] avr/iom32u4.h does not define PRTIM4

2017-03-02 Thread Eric Tang
URL: Summary: avr/iom32u4.h does not define PRTIM4 Project: AVR C Runtime Library Submitted by: e_l_tang Submitted on: Fri 03 Mar 2017 12:39:48 AM UTC Category: None

[avr-libc-dev] [bug #50501] eeprom_update_byte() can reduce wear more

2017-03-08 Thread Eric Tang
URL: Summary: eeprom_update_byte() can reduce wear more Project: AVR C Runtime Library Submitted by: e_l_tang Submitted on: Thu 09 Mar 2017 05:04:53 AM UTC Category: None

[avr-libc-dev] [bug #50501] eeprom_update_byte() can reduce wear more

2017-03-08 Thread Eric Tang
Follow-up Comment #1, bug #50501 (project avr-libc): This test should be performed in addition to the current test for equality, not in lieu of it. ___ Reply to this item at:

[avr-libc-dev] [bug #50987] Not all registers need to be declared volatile

2017-05-09 Thread Eric Tang
URL: Summary: Not all registers need to be declared volatile Project: AVR C Runtime Library Submitted by: e_l_tang Submitted on: Tue 09 May 2017 08:20:25 PM UTC Category: None

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

2017-05-13 Thread Eric Tang
URL: Summary: avr/wdt.h should support all of the modes of operation of the WDT Project: AVR C Runtime Library Submitted by: e_l_tang Submitted on: Sun 14 May 2017 01:10:05 AM UTC C

[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: _