码迷,mamicode.com
首页 >  
搜索关键字:NF5270 M4    ( 309个结果
LPC43xx Asymmetric Dual Core : Cortex-M0 and Cortex-M4
分类:其他好文   时间:2015-09-13 10:25:55    阅读次数:133
Cortex-M4 Core Registers
Cortex-M4 Core RegistersGoal:visualizingwhat happens to the Cortex-M4 core registers after resetHere's what happens after the processor is reset:Gener...
分类:其他好文   时间:2015-09-09 01:03:48    阅读次数:135
mac下安装redis以及redis扩展-----xampp
第一步:安装基础支持curl-Ohttp://mirrors.kernel.org/gnu/m4/m4-1.4.13.tar.gztar-xzvfm4-1.4.13.tar.gzcdm4-1.4.13./configure–prefix=/usr/localmakesudomakeinstallcd..curl-Ohttp://mirrors.kernel.org/gnu/autoconf/autoconf-2.65.tar.gztar-xzvfautoconf-2.65.tar.gz..
分类:系统相关   时间:2015-09-08 16:53:10    阅读次数:303
centos6安装bt工具transmission
centos6installtransmission1. 安装所需的组件:yum -y install gcc gcc-c++ m4 make automake libtool gettextopenssl-devel pkgconfig perl-libwww-perl perl-XML-Pars...
分类:其他好文   时间:2015-09-04 12:22:14    阅读次数:310
LPC43xx双核笔记
简介本页提供了一些使用LPC43xx器件双核特性的基本信息。此页面上的信息和专题使用Keil uVision4工具,以双核工程的使用来演示。该工程初始化两个内核以运行FreeRTOS,并采用三色LED指示M0和M4内核的运行,以及双核处理器之间的通信。该项目把重点放在双核工程的细节上,力求基础和简单...
分类:其他好文   时间:2015-09-02 18:51:37    阅读次数:1367
J2SE之基础语法_方法_递归调用
方法public class TestMethod { public static void main(String[] args) { m(); m2(2); m3('3', 4); m4(4, 6); int i = m...
分类:其他好文   时间:2015-08-28 02:07:30    阅读次数:125
ubuntu下安装 infer
sudo apt-get updatesudo apt-get upgradesudo apt-get install git openjdk-7-jdk m4 zlib1g-dev python-software-properties build-essential libgmp-dev libm...
分类:系统相关   时间:2015-08-19 10:50:56    阅读次数:366
linux php源码包 安装openssl 和curl 扩展
1. 安装openssl 解压php的源码包 tar zxvf php-5.3.8.tar.gz? cd soft/php-5.3.8/ext/openssl ?mv config0.m4 config.m4 ? ? ? ? ? ? ? ? ? ? ? ? ? ?否则报错:找不到config.m4 /opt/local/php-...
分类:Web程序   时间:2015-08-17 01:18:01    阅读次数:282
WIN10+UBUNTU15.04 kylin (EFI+GPT)
首先,恭喜自己经过两天的辛苦努力终于完成双系统的安装,一般新购买的电脑预装win8,都是采用EFI+GPT方式,而网上的很多教程都是bios+mrt下安装双系统,什么easybcd... balabala 都用不上,反而给我这种有完美倾向的小白带来了很多苦恼。本人电脑:hp-pavilion-m4-...
分类:Windows程序   时间:2015-08-07 00:19:42    阅读次数:399
RL-RTX小读之os_sys_init(init)(一)
硬件平台是STM32F407,ARM Cortex-M4内核。查看os_sys_init的定义,在rtl.h中定义如下:#define os_sys_init(tsk)...
分类:其他好文   时间:2015-08-04 15:38:16    阅读次数:205
309条   上一页 1 ... 20 21 22 23 24 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!