~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to include/avr/boot.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20070809112801-eckgt4nmkwhxgiye
Tags: upstream-1.4.6
ImportĀ upstreamĀ versionĀ 1.4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2002, 2003, 2004, 2005, 2006  Eric B. Weddington
 
1
/* Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007  Eric B. Weddington
2
2
   All rights reserved.
3
3
 
4
4
   Redistribution and use in source and binary forms, with or without
26
26
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27
27
  POSSIBILITY OF SUCH DAMAGE. */
28
28
 
29
 
/* $Id: boot.h,v 1.20.2.4 2006/09/01 17:13:33 arcanum Exp $ */
 
29
/* $Id: boot.h,v 1.20.2.6 2007/01/23 15:34:58 joerg_wunsch Exp $ */
30
30
 
31
31
#ifndef _AVR_BOOT_H_
32
32
#define _AVR_BOOT_H_    1
33
33
 
 
34
/** \file */
34
35
/** \defgroup avr_boot <avr/boot.h>: Bootloader Support Utilities
35
36
    \code
36
37
    #include <avr/io.h>
539
540
    Loader memory section of flash, you would use this macro as such:
540
541
 
541
542
    \code
542
 
    boot_lock_bits_set (_BV (BLB12));
 
543
    boot_lock_bits_set (_BV (BLB11));
543
544
    \endcode
544
545
 
545
546
    \note Like any lock bits, the Boot Loader Lock Bits, once set,