Changeset 285


Ignore:
Timestamp:
10/20/2007 11:10:33 AM (4 years ago)
Author:
mthamilt
Message:

msp430 updates

Location:
nano-RK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • nano-RK/include/platform.mk

    r222 r285  
    4848endif 
    4949 
     50ifeq ($(PLATFORM_TYPE),tmote) 
     51# tmote Architecture specific includes should go here... 
     52# Notice that this sets architecture path, the mcu type and the radio 
     53PROG_TYPE = msp430-bsl 
     54MCU = msp430x1611 
     55RADIO = cc2420 
     56PLATFORM_FOUND = true  
     57endif 
    5058 
    51  
  • nano-RK/src/kernel/source/nrk_error.c

    r235 r285  
    7575{ 
    7676  int8_t t; 
    77   PGM_P p; 
    7877  if (error_num == 0) 
    7978    return 0; 
Note: See TracChangeset for help on using the changeset viewer.