1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

[board/msp-430-common board/msba2 core/]

* introduced dummy function for msp-430 config-save
* moved sysconfig from board to core

[sys/transceiver cpu/]
* moved some buffer size defines to cpu dependent parts

* some cleanups
This commit is contained in:
Oliver Hahm 2010-12-03 18:42:03 +01:00
parent f62fa6611b
commit 5f84689c0b
4 changed files with 8 additions and 8 deletions

View File

@ -27,7 +27,7 @@
SubDir TOP board msb-430-common ;
Module board : board_init.c debug_uart.c ;
Module board : board_init.c debug_uart.c config.c ;
UseModule board ;
SubInclude TOP cpu $(CPU) ;

View File

@ -28,7 +28,7 @@
CPU = msp430 ;
MCU = msp430x1612 ;
FLASH_PORT ?= /dev/ttyUSB0 ;
FLASH_PORT ?= "$(PORT)" ;
FLASHER ?= mspdebug ;
FLASHFLAGS ?= -d $(FLASH_PORT) -j uif ;

6
msb-430-common/config.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdint.h>
#include <config.h>
uint8_t config_save(void) {
return 1;
}

View File

@ -51,12 +51,6 @@ and the mailinglist (subscription via web site)
#define PCRTC BIT9
#define CL_CPU_DIV 4
config_t sysconfig = {
0, ///< default ID
0, ///< default radio address
0, ///< default radio channel
};
/*---------------------------------------------------------------------------*/
/**
* @brief Enabling MAM and setting number of clocks used for Flash memory fetch