Changeset 117
- Timestamp:
- 06/28/2007 11:29:59 AM (5 years ago)
- Location:
- nano-RK/projects
- Files:
-
- 1 deleted
- 3 edited
-
basic_bmac/makefile (modified) (1 diff)
-
basic_networking/App.c (modified) (1 diff)
-
basic_tasks/nrk_cfg.h (modified) (1 diff)
-
network_stack (deleted)
Legend:
- Unmodified
- Added
- Removed
-
nano-RK/projects/basic_bmac/makefile
r102 r117 1 1 # Platform name cc2420DK, firefly, micaZ 2 PLATFORM = firefly2 2 PLATFORM = firefly2_2 3 3 4 4 -
nano-RK/projects/basic_networking/App.c
r109 r117 56 56 nrk_time_set(0,0); 57 57 58 58 printf("Before initialising network stack"); 59 59 // initialise the network stack 60 60 nrk_init_nw_stack(); -
nano-RK/projects/basic_tasks/nrk_cfg.h
r95 r117 24 24 // Leave NRK_NO_POWER_DOWN define in if the target can not wake up from sleep 25 25 // because it has no asynchronously clocked 26 //#define NRK_NO_POWER_DOWN26 #define NRK_NO_POWER_DOWN 27 27 28 28 // Max number of tasks in your application
Note: See TracChangeset
for help on using the changeset viewer.
