Changeset 570

Show
Ignore:
Timestamp:
05/03/08 15:28:39 (2 weeks ago)
Author:
apurohit
Message:

Phoenix watchdog disabled/larger file support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nano-RK/projects/SAMPL/client/phoenix/nanopatch.c

    r533 r570  
    33#include <avr/interrupt.h> 
    44#include <nrk_eeprom.h> 
     5#include <avr/wdt.h> 
    56#include "bootloader.h" 
    67#include "globals.h" 
     
    8182 
    8283  cli(); 
     84  wdt_disable(); 
    8385 
    8486  ffseek(0, NEWFILE); 
     
    8991  { 
    9092    // For boundary condition 
    91       
     93 
    9294    if((pat <= ee_update_section_byte_size) && (pat_wait == 0)) 
    9395    { 
  • nano-RK/projects/SAMPL/client/phoenix/phoenix.c

    r533 r570  
    210210        else 
    211211          nrk_kprintf(PSTR("Error: Page Number/Page Offset Mismatch\r\n")); 
    212          
    213212        needReply = FALSE; 
    214213        break;