Changeset 633

Show
Ignore:
Timestamp:
07/22/08 21:05:42 (3 months ago)
Author:
mthamilt
Message:

MSP update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nano-RK/include/platform/imec/common.mk

    r392 r633  
    3232# Optimization level, can be [0, 1, 2, 3, s]. 0 turns off optimization. 
    3333# (Note: 3 is not always the best optimization level. See avr-libc FAQ.) 
    34 OPT = s 
     34OPT = 1 
    3535 
    3636# By default the NODE_ADDR is 0 
     
    218218# Combine all necessary flags and optional flags. 
    219219# Add target processor to flags. 
    220 ALL_CFLAGS = -mmcu=$(MCU) -Os -I. $(CFLAGS) $(TARGET_PLATFORM) 
     220ALL_CFLAGS = -mmcu=$(MCU) -I. $(CFLAGS) $(TARGET_PLATFORM) 
    221221ALL_ASFLAGS = -mmcu=$(MCU) -I. -x assembler-with-cpp $(ASFLAGS) 
    222222 
  • nano-RK/src/kernel/hal/msp430x149/nrk_cpu.c

    r441 r633  
    216216 
    217217  _nrk_setup_timer(); 
    218   nrk_int_enable();   
     218  //nrk_int_enable();   
    219219         
    220220}