• 大小: 23.44MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-07
  • 语言: Java
  • 标签: 智能家电  Androi  

资源简介

伴随着移动互联网和物联网的发展,智能家居应运而生,并走入了千家万户。与智能城市、智能交通相似,智能家居在各种技术的综合作用下,也体现出了智能的元素。用户通过终端就可以实现与设备的全方位信息交互,给人们带来了极大的便利性。本系统使用Android Studio开发,最终实现家庭设备的通信、自动控制和远程控制等功能。

资源截图

代码片段和文件信息

/**************************************************************************//**
 * @file     core_cm3.c
 * @brief    CMSIS Cortex-M3 Core Peripheral Access layer Source File
 * @version  V1.30
 * @date     30. October 2009
 *
 * @note
 * Copyright (C) 2009 ARM Limited. All rights reserved.
 *
 * @par
 * ARM Limited (ARM) is supplying this software for use with Cortex-M 
 * processor based microcontrollers.  This file can be freely distributed 
 * within development tools that are supporting such ARM based processors. 
 *
 * @par
 * THIS SOFTWARE IS PROVIDED “AS IS“.  NO WARRANTIES WHETHER EXPRESS IMPLIED
 * OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
 * ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
 * CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
 *
 ******************************************************************************/

#include 

/* define compiler specific symbols */
#if defined ( __CC_ARM   )
  #define __ASM            __asm                                      /*!< asm keyword for ARM Compiler          */
  #define __INLINE         __inline                                   /*!< inline keyword for ARM Compiler       */

#elif defined ( __ICCARM__ )
  #define __ASM           __asm                                       /*!< asm keyword for IAR Compiler          */
  #define __INLINE        inline                                      /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */

#elif defined   (  __GNUC__  )
  #define __ASM            __asm                                      /*!< asm keyword for GNU Compiler          */
  #define __INLINE         inline                                     /*!< inline keyword for GNU Compiler       */

#elif defined   (  __TASKING__  )
  #define __ASM            __asm                                      /*!< asm keyword for TASKING Compiler      */
  #define __INLINE         inline                                     /*!< inline keyword for TASKING Compiler   */

#endif


/* ###################  Compiler specific Intrinsics  ########################### */

#if defined ( __CC_ARM   ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */

/**
 * @brief  Return the Process Stack Pointer
 *
 * @return ProcessStackPointer
 *
 * Return the actual process stack pointer
 */
__ASM uint32_t __get_PSP(void)
{
  mrs r0 psp
  bx lr
}

/**
 * @brief  Set the Process Stack Pointer
 *
 * @param  topOfProcStack  Process Stack Pointer
 *
 * Assign the value ProcessStackPointer to the MSP 
 * (process stack pointer) Cortex processor register
 */
__ASM void __set_PSP(uint32_t topOfProcStack)
{
  msr psp r0
  bx lr
}

/**
 * @brief  Return the Main Stack Pointer
 *
 * @return Main Stack Pointer
 *
 * Return the curren

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-15 17:53  主控端\
     目录           0  2017-06-15 17:53  主控端\general\
     目录           0  2017-06-15 17:53  主控端\general\core\
     文件       17273  2010-06-07 10:25  主控端\general\core\core_cm3.c
     文件       85714  2011-02-09 14:59  主控端\general\core\core_cm3.h
     文件       15503  2011-03-10 10:52  主控端\general\core\startup_stm32f10x_hd.s
     目录           0  2017-06-15 17:53  主控端\general\obj\
     文件      348230  2017-05-25 12:12  主控端\general\obj\adc.crf
     文件        2198  2017-05-25 12:12  主控端\general\obj\adc.d
     文件      379364  2017-05-25 12:12  主控端\general\obj\adc.o
     文件         498  2017-05-25 12:12  主控端\general\obj\adc.__i
     文件      350938  2017-06-13 11:53  主控端\general\obj\at24c02.crf
     文件        2425  2017-06-13 11:53  主控端\general\obj\at24c02.d
     文件      386656  2017-06-13 11:53  主控端\general\obj\at24c02.o
     文件         514  2017-06-13 11:53  主控端\general\obj\at24c02.__i
     文件      348622  2017-05-18 15:34  主控端\general\obj\at24c04.crf
     文件        2375  2017-05-18 15:34  主控端\general\obj\at24c04.d
     文件      381512  2017-05-18 15:34  主控端\general\obj\at24c04.o
     文件         510  2017-05-18 15:34  主控端\general\obj\at24c04.__i
     文件      353527  2017-06-13 11:53  主控端\general\obj\cmdhandler.crf
     文件        2859  2017-06-13 11:53  主控端\general\obj\cmdhandler.d
     文件      394232  2017-06-13 11:53  主控端\general\obj\cmdhandler.o
     文件         517  2017-06-13 11:53  主控端\general\obj\cmdhandler.__i
     文件        3950  2017-06-13 11:53  主控端\general\obj\core_cm3.crf
     文件         134  2017-06-13 11:53  主控端\general\obj\core_cm3.d
     文件       11308  2017-06-13 11:53  主控端\general\obj\core_cm3.o
     文件         528  2017-06-13 11:53  主控端\general\obj\core_cm3.__i
     文件      348683  2017-06-13 11:53  主控端\general\obj\dac.crf
     文件        2198  2017-06-13 11:53  主控端\general\obj\dac.d
     文件      381300  2017-06-13 11:53  主控端\general\obj\dac.o
     文件         498  2017-06-13 11:53  主控端\general\obj\dac.__i
............此处省略838个文件信息

评论

共有 条评论