From a54ad9edce697133a024aff096e50f7e4f389d5b Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Sun, 18 Mar 2012 12:22:02 +0100 Subject: digital/beacon: import Zigbit stack (bitcloud) & avr sources --- .../Bitcloud_stack/Components/HAL/include/dbgu.h | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 digital/beacon/src/Bitcloud_stack/Components/HAL/include/dbgu.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/HAL/include/dbgu.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/HAL/include/dbgu.h b/digital/beacon/src/Bitcloud_stack/Components/HAL/include/dbgu.h new file mode 100644 index 00000000..44f76ca4 --- /dev/null +++ b/digital/beacon/src/Bitcloud_stack/Components/HAL/include/dbgu.h @@ -0,0 +1,41 @@ +/**************************************************************************//** + \file dbgu.h + + \brief Declarations of debug message interface (feature only for atmel arm). + + \author + Atmel Corporation: http://www.atmel.com \n + Support email: avr@atmel.com + + Copyright (c) 2008-2011, Atmel Corporation. All rights reserved. + Licensed under Atmel's Limited License Agreement (BitCloudTM). + + \internal + History: + 11/11/08 A. Khromykh - Created + ******************************************************************************/ +/****************************************************************************** + * WARNING: CHANGING THIS FILE MAY AFFECT CORE FUNCTIONALITY OF THE STACK. * + * EXPERT USERS SHOULD PROCEED WITH CAUTION. * + ******************************************************************************/ + +#ifndef _DBGU_H +#define _DBGU_H + +/****************************************************************************** + Prototypes section +******************************************************************************/ +/**************************************************************************//** +\brief Open dbgu port (115200 baud, 8N1 format). +******************************************************************************/ +void HAL_OpenDbgu(void); + +/**************************************************************************//** +\brief Send string trough dbgu port. + +\param[in] + buffer - pointer to the string +******************************************************************************/ +void HAL_SendDbguMessage(const char *buffer); + +#endif /* _DBGU_H */ -- cgit v1.2.3