/[avr-libc]/avr-libc/include/avr/sleep.h
ViewVC logotype

Log of /avr-libc/include/avr/sleep.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.17.2.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 20 05:38:16 2009 UTC (14 years, 4 months ago) by dmix
Branch: avr-libc-1_6-branch
CVS Tags: WinAVR-20100110, avr-libc-1_6_8-release
Changes since 1.17.2.29: +2 -3 lines
Diff to previous 1.17.2.29 , to branch point 1.17 , to next main 1.47
Fix error in preprocessor expression (||).


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Dec 20 05:36:21 2009 UTC (14 years, 4 months ago) by dmix
Branch: MAIN
CVS Tags: HEAD
Changes since 1.46: +2 -3 lines
Diff to previous 1.46
Fix error in preprocessor expression (||).


Revision 1.17.2.29 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 18:38:59 2009 UTC (14 years, 4 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.28: +64 -44 lines
Diff to previous 1.17.2.28 , to branch point 1.17
2009-12-03  Eric B. Weddington  <eric.weddington@atmel.com>

	Add support for new devices: ATmega16HVA2, ATmega16HVB, ATmega48A,
	ATmega88A, ATmega168A, ATmega328, ATmega164A, ATmega324A, ATmega644A,
	ATmega165A, ATmega169A, ATmega645A, ATmega6450A, ATmega649A,
	ATmega6490A, ATmega6490P, ATmega645P, ATmega6450P, ATmega329PA.
	* configure.ac: Add support for new devices.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.
	* NEWS: Add news item.


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Thu Dec 3 18:38:30 2009 UTC (14 years, 4 months ago) by arcanum
Branch: MAIN
Changes since 1.45: +64 -44 lines
Diff to previous 1.45
2009-12-03  Eric B. Weddington  <eric.weddington@atmel.com>

	Add support for new devices: ATmega16HVA2, ATmega16HVB, ATmega48A,
	ATmega88A, ATmega168A, ATmega328, ATmega164A, ATmega324A, ATmega644A,
	ATmega165A, ATmega169A, ATmega645A, ATmega6450A, ATmega649A,
	ATmega6490A, ATmega6490P, ATmega645P, ATmega6450P, ATmega329PA.
	* configure.ac: Add support for new devices.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.
	* NEWS: Add news item.


Revision 1.17.2.28 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 04:50:18 2009 UTC (14 years, 5 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.27: +16 -2 lines
Diff to previous 1.17.2.27 , to branch point 1.17
2009-11-14  Eric B. Weddington  <eric.weddington@atmel.com>

	Add support for these devices: ATtiny2313A, ATtiny4313, ATtiny24A, ATtiny44A,
	ATmega644PA, ATmega88PA, ATmega16A, ATtiny261A, ATtiny861A, ATtiny461A,
	ATmega64HVE, ATmega169PA, ATmega649P, ATmega324PA.
	* configure.ac: Add support for new devices. Reorganize AM_CONDITIONAL
	and AC_CONFIG_FILES lists.
	* devtools/gen-avr-lib-tree.sh: Same. Reorganize AVR5_DEV_INFO list.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same. Reorganize table.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 04:49:45 2009 UTC (14 years, 5 months ago) by arcanum
Branch: MAIN
Changes since 1.44: +16 -2 lines
Diff to previous 1.44
2009-11-14  Eric B. Weddington  <eric.weddington@atmel.com>

	Add support for these devices: ATtiny2313A, ATtiny4313, ATtiny24A, ATtiny44A,
	ATmega644PA, ATmega88PA, ATmega16A, ATtiny261A, ATtiny861A, ATtiny461A,
	ATmega64HVE, ATmega169PA, ATmega649P, ATmega324PA.
	* configure.ac: Add support for new devices. Reorganize AM_CONDITIONAL
	and AC_CONFIG_FILES lists.
	* devtools/gen-avr-lib-tree.sh: Same. Reorganize AVR5_DEV_INFO list.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same. Reorganize table.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.


Revision 1.17.2.27 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 06:52:29 2009 UTC (14 years, 6 months ago) by dmix
Branch: avr-libc-1_6-branch
Changes since 1.17.2.26: +3 -3 lines
Diff to previous 1.17.2.26 , to branch point 1.17
Add 'do ... while (0)' for '{}' block macroses.


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Oct 11 06:51:16 2009 UTC (14 years, 6 months ago) by dmix
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
Add 'do ... while (0)' for '{}' block macroses.


Revision 1.17.2.26 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:54:27 2009 UTC (14 years, 8 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.25: +2 -1 lines
Diff to previous 1.17.2.25 , to branch point 1.17
2009-08-04  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega192D3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.
	* NEWS: Add news item for new device.


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Aug 5 01:54:10 2009 UTC (14 years, 8 months ago) by arcanum
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42
2009-08-04  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega192D3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.
	* NEWS: Add news item for new device.


Revision 1.17.2.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 05:21:36 2009 UTC (14 years, 8 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.24: +4 -1 lines
Diff to previous 1.17.2.24 , to branch point 1.17
2009-07-30  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega8U2, ATmega16U2, and ATmega32U2.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same. Also reorder files in avr_HEADERS.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same. Also fix macro name.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.
	* NEWS: Add news item for new devices.


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri Jul 31 05:21:13 2009 UTC (14 years, 8 months ago) by arcanum
Branch: MAIN
Changes since 1.41: +4 -1 lines
Diff to previous 1.41
2009-07-30  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega8U2, ATmega16U2, and ATmega32U2.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same. Also reorder files in avr_HEADERS.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same. Also fix macro name.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/eeprom.h: Same.
	* NEWS: Add news item for new devices.


Revision 1.17.2.24 - (view) (download) (annotate) - [select for diffs]
Mon Apr 20 17:39:28 2009 UTC (15 years ago) by arcanum
Branch: avr-libc-1_6-branch
CVS Tags: avr-libc-1_6_7-release
Changes since 1.17.2.23: +2 -1 lines
Diff to previous 1.17.2.23 , to branch point 1.17
2009-04-20  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega64D3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/iox64d3.h: New file.
	* NEWS: Add news item.


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Apr 20 17:37:00 2009 UTC (15 years ago) by arcanum
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
2009-04-20  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega64D3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/iox64d3.h: New file.
	* NEWS: Add news item.


Revision 1.17.2.23 - (view) (download) (annotate) - [select for diffs]
Thu Apr 16 16:12:52 2009 UTC (15 years ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.22: +3 -1 lines
Diff to previous 1.17.2.22 , to branch point 1.17
2009-04-09  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega128D3 and ATxmega256D3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/iox128d3.h: New file.
	* include/avr/iox256d3.h: New file.
	* NEWS: Add news items.


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Apr 16 16:12:05 2009 UTC (15 years ago) by arcanum
Branch: MAIN
Changes since 1.39: +3 -1 lines
Diff to previous 1.39
2009-04-09  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega128D3 and ATxmega256D3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/iox128d3.h: New file.
	* include/avr/iox256d3.h: New file.
	* NEWS: Add news items.


Revision 1.17.2.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 20 05:55:30 2009 UTC (15 years, 1 month ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.21: +2 -1 lines
Diff to previous 1.17.2.21 , to branch point 1.17
2009-03-19  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega192A3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* NEWS: Add news item about new device.
	* include/avr/iox192a3.h: New file.
	* xml/avrgcc-header: Add typecasts to fuse data information for xmega
	devices.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Fri Mar 20 05:54:41 2009 UTC (15 years, 1 month ago) by arcanum
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38
2009-03-19  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega192A3.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* NEWS: Add news item about new device.
	* include/avr/iox192a3.h: New file.
	* xml/avrgcc-header: Add typecasts to fuse data information for xmega
	devices.


Revision 1.17.2.21 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 21:10:54 2009 UTC (15 years, 2 months ago) by arcanum
Branch: avr-libc-1_6-branch
CVS Tags: avr-libc-1_6_5-release, avr-libc-1_6_6-release
Changes since 1.17.2.20: +2 -1 lines
Diff to previous 1.17.2.20 , to branch point 1.17
2009-02-19  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega16U4.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/iom16u4.h: New file.
	* NEWS: Add item.


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 21:10:19 2009 UTC (15 years, 2 months ago) by arcanum
Branch: MAIN
Changes since 1.37: +2 -1 lines
Diff to previous 1.37
2009-02-19  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega16U4.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/iom16u4.h: New file.
	* NEWS: Add item.


Revision 1.17.2.20 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 17:46:05 2009 UTC (15 years, 2 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.19: +56 -1 lines
Diff to previous 1.17.2.19 , to branch point 1.17
2009-02-19  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add sleeping BOD API.
	* NEWS: Add news item.


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Feb 19 17:45:50 2009 UTC (15 years, 2 months ago) by arcanum
Branch: MAIN
Changes since 1.36: +56 -1 lines
Diff to previous 1.36
2009-02-19  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add sleeping BOD API.
	* NEWS: Add news item.


Revision 1.17.2.19 - (view) (download) (annotate) - [select for diffs]
Wed Feb 18 16:16:39 2009 UTC (15 years, 2 months ago) by joerg_wunsch
Branch: avr-libc-1_6-branch
Changes since 1.17.2.18: +2 -1 lines
Diff to previous 1.17.2.18 , to branch point 1.17
Add forgotten definitions for ATmega128RFA1.


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Wed Feb 18 16:15:28 2009 UTC (15 years, 2 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.35: +2 -1 lines
Diff to previous 1.35
Add forgotten definitions for ATmega128RFA1.


Revision 1.17.2.18 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 22:28:13 2009 UTC (15 years, 2 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.17: +5 -2 lines
Diff to previous 1.17.2.17 , to branch point 1.17
2009-02-13  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add support for ATxmega32D4, ATxmega16A4,
	ATxmega16D4.


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 22:28:04 2009 UTC (15 years, 2 months ago) by arcanum
Branch: MAIN
Changes since 1.34: +5 -2 lines
Diff to previous 1.34
2009-02-13  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add support for ATxmega32D4, ATxmega16A4,
	ATxmega16D4.


Revision 1.17.2.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 6 16:08:26 2009 UTC (15 years, 2 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.16: +3 -2 lines
Diff to previous 1.17.2.16 , to branch point 1.17
2009-02-06  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add support for AT90PWM81.


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Feb 6 16:08:08 2009 UTC (15 years, 2 months ago) by arcanum
Branch: MAIN
Changes since 1.33: +3 -2 lines
Diff to previous 1.33
2009-02-06  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add support for AT90PWM81.


Revision 1.17.2.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 23:21:24 2009 UTC (15 years, 2 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.15: +12 -1 lines
Diff to previous 1.17.2.15 , to branch point 1.17
2009-01-29  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATA6289.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/ioa6289.h: New file.
	* NEWS: Add news item.


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 23:20:34 2009 UTC (15 years, 2 months ago) by arcanum
Branch: MAIN
Changes since 1.32: +12 -1 lines
Diff to previous 1.32
2009-01-29  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATA6289.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/ioa6289.h: New file.
	* NEWS: Add news item.


Revision 1.17.2.15 - (view) (download) (annotate) - [select for diffs]
Mon Jan 26 21:42:09 2009 UTC (15 years, 3 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.14: +4 -1 lines
Diff to previous 1.17.2.14 , to branch point 1.17
2009-01-26  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega64M1, ATmega64C1, ATmega16M1.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* NEWS: Add news items.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jan 26 21:41:51 2009 UTC (15 years, 3 months ago) by arcanum
Branch: MAIN
Changes since 1.31: +4 -1 lines
Diff to previous 1.31
2009-01-26  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega64M1, ATmega64C1, ATmega16M1.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* NEWS: Add news items.


Revision 1.17.2.14 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 05:27:52 2009 UTC (15 years, 3 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.13: +3 -2 lines
Diff to previous 1.17.2.13 , to branch point 1.17
2009-01-24  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega32A4.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* NEWS: Add news item.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Jan 25 05:27:33 2009 UTC (15 years, 3 months ago) by arcanum
Branch: MAIN
Changes since 1.30: +3 -2 lines
Diff to previous 1.30
2009-01-24  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATxmega32A4.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* NEWS: Add news item.


Revision 1.17.2.13 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 23:29:14 2009 UTC (15 years, 3 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.12: +3 -2 lines
Diff to previous 1.17.2.12 , to branch point 1.17
2009-01-22  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATtiny87.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/iotn87.h: New file.
	* NEWS: Add news item.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Jan 22 23:28:42 2009 UTC (15 years, 3 months ago) by arcanum
Branch: MAIN
Changes since 1.29: +3 -2 lines
Diff to previous 1.29
2009-01-22  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATtiny87.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/iotn87.h: New file.
	* NEWS: Add news item.


Revision 1.17.2.12 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 16:18:55 2008 UTC (15 years, 4 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.11: +14 -1 lines
Diff to previous 1.17.2.11 , to branch point 1.17
2008-12-22  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for AT90SCR100.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/io90scr100.h: New file.
	* NEWS: Add news item.


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Dec 22 16:18:19 2008 UTC (15 years, 4 months ago) by arcanum
Branch: MAIN
Changes since 1.28: +14 -1 lines
Diff to previous 1.28
2008-12-22  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for AT90SCR100.
	* devtools/gen-avr-lib-tree.sh: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* include/avr/power.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/io90scr100.h: New file.
	* NEWS: Add news item.


Revision 1.17.2.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 00:01:31 2008 UTC (15 years, 4 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.10: +2 -1 lines
Diff to previous 1.17.2.10 , to branch point 1.17
2008-12-16  Eric B. Weddington  <eric.weddington@atmel.com>

	Fix for SourceForge bug #2420567.
	* include/avr/sleep.h: Add missing ATmega329P.


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 23:59:39 2008 UTC (15 years, 4 months ago) by arcanum
Branch: MAIN
Changes since 1.27: +2 -1 lines
Diff to previous 1.27
2008-12-16  Eric B. Weddington  <eric.weddington@atmel.com>

	Fix for SourceForge bug #2420567.
	* include/avr/sleep.h: Add missing ATmega329P.


Revision 1.17.2.10 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 14:55:34 2008 UTC (15 years, 5 months ago) by arcanum
Branch: avr-libc-1_6-branch
CVS Tags: avr-libc-1_6_4-release
Changes since 1.17.2.9: +2 -2 lines
Diff to previous 1.17.2.9 , to branch point 1.17
2008-11-06  Eric B. Weddington  <eric.weddington@atmel.com>

	Fix for bug #24762.
	* include/avr/wdt.h: Fix conditional compilation.
	* include/avr/sleep.h: Same.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Nov 6 14:54:49 2008 UTC (15 years, 5 months ago) by arcanum
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
2008-11-06  Eric B. Weddington  <eric.weddington@atmel.com>

	Fix for bug #24762.
	* include/avr/wdt.h: Fix conditional compilation.
	* include/avr/sleep.h: Same.


Revision 1.17.2.9 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 04:13:19 2008 UTC (15 years, 5 months ago) by arcanum
Branch: avr-libc-1_6-branch
CVS Tags: avr-libc-1_6_3-release
Changes since 1.17.2.8: +7 -3 lines
Diff to previous 1.17.2.8 , to branch point 1.17
2008-11-02  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/iox128a1.h: Update header file from XML part description
	files.
	* include/avr/iox64a1.h: Same.
	* include/avr/iox64a3.h: Same.
	* include/avr/iox128a3.h: Same.
	* include/avr/iox256a3.h: Same.
	* include/avr/iox256a3b.h: Same.
	Add support for ATxmega64A3, ATxmega128A3, ATxmega256A3, ATxmega256A3B.
	* configure.ac: Add support for new devices.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same. Also fix register names.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Nov 3 04:10:05 2008 UTC (15 years, 5 months ago) by arcanum
Branch: MAIN
Changes since 1.25: +7 -3 lines
Diff to previous 1.25
2008-11-02  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/iox128a1.h: Update header file from XML part description
	files.
	* include/avr/iox64a1.h: Same.
	* include/avr/iox64a3.h: Same.
	* include/avr/iox128a3.h: Same.
	* include/avr/iox256a3.h: Same.
	* include/avr/iox256a3b.h: Same.
	Add support for ATxmega64A3, ATxmega128A3, ATxmega256A3, ATxmega256A3B.
	* configure.ac: Add support for new devices.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same. Also fix register names.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.


Revision 1.17.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 22:04:09 2008 UTC (15 years, 5 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.7: +2 -1 lines
Diff to previous 1.17.2.7 , to branch point 1.17
2008-10-30  Eric B. Weddington  <eric.weddington@atmel.com>

	Add support for ATmega32U6.
	* configure.ac: Add support for ATmega32U6.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/iom32u6.h: New file.


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 22:01:25 2008 UTC (15 years, 5 months ago) by arcanum
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
2008-10-30  Eric B. Weddington  <eric.weddington@atmel.com>

	Add support for ATmega32U6.
	* configure.ac: Add support for ATmega32U6.
	* devtools/gen-avr-lib-tree.sh: Same.
	* include/avr/Makefile.am: Same.
	* include/avr/io.h: Same.
	* doc/api/main_page.dox: Same.
	* doc/api/using-tools.dox: Same.
	* include/avr/power.h: Same.
	* include/avr/wdt.h: Same.
	* include/avr/sleep.h: Same.
	* include/avr/iom32u6.h: New file.


Revision 1.17.2.7 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 03:21:15 2008 UTC (15 years, 6 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.6: +3 -3 lines
Diff to previous 1.17.2.6 , to branch point 1.17
2008-10-09  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Change PM_SLEEP_CTRL to SLEEP_CTRL for xmega
	devices.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 03:21:05 2008 UTC (15 years, 6 months ago) by arcanum
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
2008-10-09  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Change PM_SLEEP_CTRL to SLEEP_CTRL for xmega
	devices.


Revision 1.17.2.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 01:00:17 2008 UTC (15 years, 8 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.5: +2 -1 lines
Diff to previous 1.17.2.5 , to branch point 1.17
2008-09-13  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add support for ATmega3290P.
	* include/avr/wdt.h: Same.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Aug 14 00:59:02 2008 UTC (15 years, 8 months ago) by arcanum
Branch: MAIN
Changes since 1.22: +2 -1 lines
Diff to previous 1.22
2008-09-13  Eric B. Weddington  <eric.weddington@atmel.com>

	* include/avr/sleep.h: Add support for ATmega3290P.
	* include/avr/wdt.h: Same.


Revision 1.17.2.5 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 17:58:11 2008 UTC (15 years, 10 months ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.4: +2 -1 lines
Diff to previous 1.17.2.4 , to branch point 1.17
2008-06-25  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATtiny13A.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/io.h: Ditto.
	* doc/api/main_page.dox: Ditto.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* include/avr/iotn13a.h: Add new file.
	* NEWS: Add news item.


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Jun 25 17:53:36 2008 UTC (15 years, 10 months ago) by arcanum
Branch: MAIN
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
2008-06-25  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATtiny13A.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/io.h: Ditto.
	* doc/api/main_page.dox: Ditto.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* include/avr/iotn13a.h: Add new file.
	* NEWS: Add news item.


Revision 1.17.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 06:15:17 2008 UTC (16 years ago) by arcanum
Branch: avr-libc-1_6-branch
CVS Tags: WinAVR-20080512, WinAVR-20080610, avr-libc-1_6_2-release, winavr20080402, winavr20080430
Changes since 1.17.2.3: +29 -4 lines
Diff to previous 1.17.2.3 , to branch point 1.17
2008-03-30  Eric B. Weddington  <eric.weddington@atmel.com>

	Fix for bug #22785.
	* include/avr/sleep.h: Add support for ATmega644P, ATmega1284P,
        ATmega32HVB, ATtiny88, ATmega48P, ATmega88P, ATmega168P, ATmega328P,
        AT90PWM2B, AT90PWM3B, ATtiny48, ATtiny43U, AT90PWM216, AT90PWM316.
	* NEWS: Add to fixed bug list.


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Mar 31 06:13:25 2008 UTC (16 years ago) by arcanum
Branch: MAIN
Changes since 1.20: +29 -4 lines
Diff to previous 1.20
2008-03-30  Eric B. Weddington  <eric.weddington@atmel.com>

	Fix for bug #22785.
	* include/avr/sleep.h: Add support for ATmega644P, ATmega1284P,
        ATmega32HVB, ATtiny88, ATmega48P, ATmega88P, ATmega168P, ATmega328P,
        AT90PWM2B, AT90PWM3B, ATtiny48, ATtiny43U, AT90PWM216, AT90PWM316.
	* NEWS: Add to fixed bug list.


Revision 1.17.2.3 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 22:33:29 2008 UTC (16 years, 1 month ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.2: +43 -36 lines
Diff to previous 1.17.2.2 , to branch point 1.17
2008-03-25  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATtiny167.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/io.h: Ditto.
	* doc/api/main_page.dox: Ditto.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/wdt.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* include/avr/iotn167.h: New file.
	* NEWS: Add new device to list.
	* doc/api/main_page.dox: Add xmega devices to documentation.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Fix macro for ATmega32M1, ATmega32C1.
	* include/avr/sleep.h: Reformat some #ifdefs.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Mar 25 22:33:01 2008 UTC (16 years, 1 month ago) by arcanum
Branch: MAIN
Changes since 1.19: +43 -36 lines
Diff to previous 1.19
2008-03-25  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATtiny167.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/io.h: Ditto.
	* doc/api/main_page.dox: Ditto.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/wdt.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* include/avr/iotn167.h: New file.
	* NEWS: Add new device to list.
	* doc/api/main_page.dox: Add xmega devices to documentation.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Fix macro for ATmega32M1, ATmega32C1.
	* include/avr/sleep.h: Reformat some #ifdefs.


Revision 1.17.2.2 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 17:11:08 2008 UTC (16 years, 1 month ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17.2.1: +244 -191 lines
Diff to previous 1.17.2.1 , to branch point 1.17
2008-03-24  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for XMEGA, ATxmega128A1, ATxmega64A1.
	* crt1/gcrt1.S: Ditto.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/common.h: Ditto.
	* include/avr/io.h: Ditto.
	* libc/stdlib/stdlib_private.h: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* include/avr/wdt.h: Ditto.
	* include/avr/iox128a1.h: New file.
	* include/avr/iox64a1.h: New file.
	* NEWS: Add news.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 17:08:42 2008 UTC (16 years, 1 month ago) by arcanum
Branch: MAIN
Changes since 1.18: +244 -191 lines
Diff to previous 1.18
2008-03-24  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for XMEGA, ATxmega128A1, ATxmega64A1.
	* crt1/gcrt1.S: Ditto.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/common.h: Ditto.
	* include/avr/io.h: Ditto.
	* libc/stdlib/stdlib_private.h: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* include/avr/wdt.h: Ditto.
	* include/avr/iox128a1.h: New file.
	* include/avr/iox64a1.h: New file.
	* NEWS: Add news.


Revision 1.17.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Mar 22 21:22:21 2008 UTC (16 years, 1 month ago) by arcanum
Branch: avr-libc-1_6-branch
Changes since 1.17: +5 -4 lines
Diff to previous 1.17
2008-03-22  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega32U4.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/io.h: Ditto.
	* doc/api/main_page.dox: Ditto.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/wdt.h: Ditto.
	* include/avr/sleep.h: Reformat doxygen comment.
	* include/avr/iom32u4.h: New file.
	* NEWS: Add to new devices list.


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Mar 22 21:21:32 2008 UTC (16 years, 1 month ago) by arcanum
Branch: MAIN
Changes since 1.17: +5 -4 lines
Diff to previous 1.17
2008-03-22  Eric B. Weddington  <eric.weddington@atmel.com>

	* configure.ac: Add support for ATmega32U4.
	* devtools/gen-avr-lib-tree.sh: Ditto.
	* include/avr/Makefile.am: Ditto.
	* include/avr/io.h: Ditto.
	* doc/api/main_page.dox: Ditto.
	* doc/api/using-tools.dox: Ditto.
	* include/avr/power.h: Ditto.
	* include/avr/wdt.h: Ditto.
	* include/avr/sleep.h: Reformat doxygen comment.
	* include/avr/iom32u4.h: New file.
	* NEWS: Add to new devices list.


Revision 1.13.2.4 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 15:34:58 2007 UTC (17 years, 3 months ago) by joerg_wunsch
Branch: avr-libc-1_4-branch
CVS Tags: avr-libc-1_4_6-release, avr-libc-1_4_7-release, avr-libc-1_4_8-release
Changes since 1.13.2.3: +3 -2 lines
Diff to previous 1.13.2.3 , to branch point 1.13 , to next main 1.47
Add \file doxygen directive to all source and header file to be
included into the globals documentation.

dox_html_header: Include reference to alphabetical
globals list, collected from all files that have \file.

dox.css: Update for doxygen version 1.4.7.


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 15:32:48 2007 UTC (17 years, 3 months ago) by joerg_wunsch
Branch: MAIN
CVS Tags: avr-libc-1_6-branchpoint, avr-libc-1_6_1-release
Branch point for: avr-libc-1_6-branch
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
Add \file doxygen directive to all source and header file to be
included into the globals documentation.

dox_html_header: Include reference to alphabetical
globals list, collected from all files that have \file.

dox.css: Update for doxygen version 1.4.7.


Revision 1.13.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 21:26:27 2006 UTC (17 years, 7 months ago) by joerg_wunsch
Branch: avr-libc-1_4-branch
CVS Tags: avr-libc-1_4_5-release
Changes since 1.13.2.2: +10 -7 lines
Diff to previous 1.13.2.2 , to branch point 1.13
Fix the entry for the ATtiny2313, the revision
I datasheet was indeed correct.


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Aug 30 21:25:07 2006 UTC (17 years, 7 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.15: +10 -7 lines
Diff to previous 1.15
Fix the entry for the ATtiny2313, the revision
I datasheet was indeed correct.


Revision 1.13.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 21:25:36 2006 UTC (17 years, 8 months ago) by arcanum
Branch: avr-libc-1_4-branch
Changes since 1.13.2.1: +3 -3 lines
Diff to previous 1.13.2.1 , to branch point 1.13
	* include/avr/power.h: New file. Provides a Power Management API.
	* include/avr/sleep.h: Fix grammar errors in doxygen comment.
	* NEWS: New Power Management API.


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Jul 25 22:06:21 2006 UTC (17 years, 9 months ago) by arcanum
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
	* include/avr/power.h: New file. Provides a Power Management API.
	* include/avr/sleep.h: Fix grammar error in doxygen comment.
	* NEWS: New Power Management API.


Revision 1.13.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Dec 28 19:11:41 2005 UTC (18 years, 3 months ago) by joerg_wunsch
Branch: avr-libc-1_4-branch
CVS Tags: avr-libc-1_4_1-release, avr-libc-1_4_2-release, avr-libc-1_4_3-release, avr-libc-1_4_4-release
Changes since 1.13: +106 -7 lines
Diff to previous 1.13
Submitted by Risto Eerola:
Add sleep_enable(), sleep_disable(), and sleep_cpu().

patch #4611: sleep.h sleep_mode() not interrupt safe


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 22:34:07 2005 UTC (18 years, 4 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.13: +106 -7 lines
Diff to previous 1.13
* configure.ac: Bump version date.

Submitted by Risto Eerola:
* include/avr/sleep.h: add sleep_enable(),
sleep_disable(), and sleep_cpu().
patch #4611: sleep.h sleep_mode() not interrupt safe


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Sep 13 13:29:54 2005 UTC (18 years, 7 months ago) by joerg_wunsch
Branch: MAIN
CVS Tags: avr-libc-1_4-branchpoint
Branch point for: avr-libc-1_4-branch
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
Use __DOXYGEN__ instead of DOXYGEN to encapsulate documentation-only
parts of the code and header files.  That way, we are on the safe side
by using a reserved symbol as macro name that cannot collide with the
application name space.

In pgmspace.h, do not abuse RAMPZ as a documentation predefined symbol
but properly use __DOXYGEN__ as well.  While being here, remove old
cruft that was #if 0'ed out.


Revision 1.9.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 21:48:56 2005 UTC (18 years, 7 months ago) by joerg_wunsch
Branch: avr-libc-1_2-branch
CVS Tags: avr-libc-1_2_6-release
Changes since 1.9.2.1: +8 -3 lines
Diff to previous 1.9.2.1 , to branch point 1.9 , to next main 1.47
Merge from HEAD: fix sleep mode definitions for AT94K.

[bug #12735: No support for AT94K devices in sleep.h]


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 21:46:51 2005 UTC (18 years, 7 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.11: +8 -3 lines
Diff to previous 1.11
Fix sleep mode definitions for AT94K.

[bug #12735: No support for AT94K devices in sleep.h]


Revision 1.9.2.1 - (view) (download) (annotate) - [select for diffs]
Wed Sep 7 21:49:29 2005 UTC (18 years, 7 months ago) by joerg_wunsch
Branch: avr-libc-1_2-branch
Changes since 1.9: +26 -4 lines
Diff to previous 1.9
Merged from HEAD:

Sleep type 2 has a few extensions (tiny2313, tiny13, tiny26), fix
these by applying the proper #ifdefs.  It seems the tiny2313 datasheet
has the wrong bit order, I guessed the correct one by now (and queried
Atmel).

Make the doxygen docs work again.

[bug #12496: about set_sleep_mode() and tiny26/tiny2313]


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 7 21:47:51 2005 UTC (18 years, 7 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.10: +26 -4 lines
Diff to previous 1.10
Sleep type 2 has a few extensions (tiny2313, tiny13, tiny26), fix
these by applying the proper #ifdefs.  It seems the tiny2313 datasheet
has the wrong bit order, I guessed the correct one by now (and queried
Atmel).

Make the doxygen docs work again.

[bug #12496: about set_sleep_mode() and tiny26/tiny2313]


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Aug 14 21:44:54 2005 UTC (18 years, 8 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Heavily rework the documentation.

* doc/api/Makefile.am: Fix finding demo.fig, add avrs.png.
* doc/api/avrs.png-save: New file.
* doc/api/doxygen.config.in: Revamp the layout of the HTML pages.
* doc/api/dox.css: (Ditto.)
* doc/api/dox_html_header: (Ditto.)
* doc/api/main_page.dox: Add explanations about the intented
standard conformance, as well as about the (non-)reentrancy of
our library functions.  Other minor corrections.
* doc/examples/demo/demo.dox: Reality-check: the AT90S2313 is
obsolete, explain usage of ATtiny2313/ATmega8/48/88/168.
* doc/api/interrupts.dox: Add name of header file in titles.
* doc/api/sfr.dox: (Ditto.)
* include/ctype.h: (Ditto.)
* include/errno.h: (Ditto.)
* include/inttypes.h: (Ditto.)
* include/math.h: (Ditto.)
* include/setjmp.h: (Ditto.)
* include/stdint.h: (Ditto.)
* include/stdio.h: (Ditto.)
* include/stdlib.h: (Ditto.)
* include/string.h: (Ditto.)
* include/avr/boot.h: (Ditto.)
* include/avr/crc16.h: (Ditto.)
* include/avr/delay.h: (Ditto.)
* include/avr/eeprom.h: (Ditto.)
* include/avr/io.h: (Ditto.)
* include/avr/parity.h: (Ditto.)
* include/avr/pgmspace.h: (Ditto.)
* include/avr/sleep.h: (Ditto.)
* include/avr/wdt.h: (Ditto.)
* doc/api/assembler.dox: Fix \ref to omit header file names.
* doc/api/faq.dox: (Ditto.)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 00:29:18 2004 UTC (19 years, 3 months ago) by arcanum
Branch: MAIN
CVS Tags: avr-libc-1_2-branchpoint, avr-libc-1_2_0-release, avr-libc-1_2_1-release, avr-libc-1_2_2-release, avr-libc-1_2_3-release, avr-libc-1_2_4-release, avr-libc-1_2_5-release
Branch point for: avr-libc-1_2-branch
Changes since 1.8: +122 -54 lines
Diff to previous 1.8
    * include/avr/sleep.h: Fix bugs #6352, #10489, #11425.
    * NEWS: Update bugs fixed list.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Nov 2 18:16:07 2004 UTC (19 years, 5 months ago) by arcanum
Branch: MAIN
Changes since 1.7: +6 -1 lines
Diff to previous 1.7
	* include/avr/iotn2313.h: Correct license with permission from
	Bob Paddock.
	* include/avr/wdt.h: Correct license with permission from Marek
	Michalkiewicz.
	* acconfig.h: Correct license with permission from Theodore A. Roth.
	* include/avr/iom168.h: Ditto.
	* include/avr/iom48.h: Ditto.
	* include/avr/iom88.h: Ditto.
	* include/avr/iomx8.h: Ditto.
	* include/avr/iotn13.h: Ditto.
	* include/avr/portpins.h: Ditto.
	* include/avr/sleep.h: Ditto.
	* xml/Atmel2libc.py: Ditto.
	* xml/Desc-parser.py: Ditto.
	* xml/Device.dtd: Ditto.


Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Jul 22 21:44:59 2004 UTC (19 years, 9 months ago) by joerg_wunsch
Branch: avr-libc-1_0-branch
CVS Tags: avr-libc-1_0_5-release
Changes since 1.6: +10 -6 lines
Diff to previous 1.6 , to next main 1.47
Protect function-like macros, close bug #9013.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 22 21:43:08 2004 UTC (19 years, 9 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.6: +10 -6 lines
Diff to previous 1.6
Protect function-like macros by "do { ... } while (0)".

Fixes savannah bug #9013.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Apr 7 21:55:17 2003 UTC (21 years ago) by troth
Branch: MAIN
CVS Tags: autoconf-branch-point-20040426, avr-libc-1_0, avr-libc-1_0-branchpoint, avr-libc-1_0_1-release, avr-libc-1_0_2-release, avr-libc-1_0_3-release, avr-libc-1_0_4-release
Branch point for: autoconf-branch, avr-libc-1_0-branch
Changes since 1.5: +2 -1 lines
Diff to previous 1.5
* include/avr/sleep.h: Add adc mode to sleep type 2 [Bug #3088].


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jan 21 06:16:56 2003 UTC (21 years, 3 months ago) by troth
Branch: MAIN
Changes since 1.4: +41 -5 lines
Diff to previous 1.4
* configure.in (AM_INIT_AUTOMAKE): Bump version.
* doc/TODO: Remove note about sleep.h.
* include/avr/sleep.h: Make it work with any device (mostly).


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jan 13 18:24:47 2003 UTC (21 years, 3 months ago) by troth
Branch: MAIN
Changes since 1.3: +6 -2 lines
Diff to previous 1.3
* configure.in (AM_INIT_AUTOMAKE): Bump version.
* include/avr/sleep.h: Clear MCUCR before setting the new mode.
(Thanks to Volkmar Dierkes for catching this bug.)


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jan 6 04:42:06 2003 UTC (21 years, 3 months ago) by troth
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2
* configure.in (AM_INIT_AUTOMAKE): Bump version.
* include/avr/sleep.h: Fix incorrect use of bit numbers.


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 12 11:41:01 2002 UTC (21 years, 4 months ago) by joerg_wunsch
Branch: MAIN
Changes since 1.1: +2 -0 lines
Diff to previous 1.1
Add CVS Ids to all include files where they have been missing.


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 4 16:55:47 2002 UTC (21 years, 5 months ago) by troth
Branch: MAIN
* configure.in (AM_INIT_AUTOMAKE): Bump version.
* doc/TODO: Updated.
* include/avr/sleep.h: New file.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26