在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 国嵌-嵌入式Linux教程课件及配套例程代码

国嵌-嵌入式Linux教程课件及配套例程代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:17.87M
  • 下载次数:22
  • 浏览次数:92
  • 发布时间:2020-08-04
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.gz
  • 所需积分:2
 

实例介绍

【实例简介】
国嵌-嵌入式Linux教程课件及配套例程代码,课件为PPT,总共1400多页,配套例程代码
【实例截图】
【核心代码】
国嵌视频教程演示代码.tar
└── 国嵌视频教程演示代码
├── ARM程序设计
│   ├── ARM综合实验
│   │   ├── Key_example
│   │   │   ├── inc
│   │   │   │   ├── 2440addr.h
│   │   │   │   ├── 2440addr.inc
│   │   │   │   ├── 2440lib.h
│   │   │   │   ├── 2440slib.h
│   │   │   │   ├── def.h
│   │   │   │   ├── IIC.h
│   │   │   │   ├── MAIN.h
│   │   │   │   ├── Memcfg.inc
│   │   │   │   ├── memtest.h
│   │   │   │   ├── mmu.h
│   │   │   │   ├── option.h
│   │   │   │   ├── Option.inc
│   │   │   │   └── profile.h
│   │   │   ├── key_example_Data
│   │   │   │   ├── CWSettingsWindows.stg
│   │   │   │   ├── Debug
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   ├── DebugRel
│   │   │   │   │   ├── key_example.axf
│   │   │   │   │   ├── list.txt
│   │   │   │   │   ├── ObjectCode
│   │   │   │   │   │   ├── 2440init.o
│   │   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   │   ├── Main.o
│   │   │   │   │   │   └── mmu.o
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   └── Release
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── key_example.mcp
│   │   │   └── src
│   │   │   ├── 2440init.s
│   │   │   ├── 2440lib.c
│   │   │   ├── 2440slib.s
│   │   │   ├── Main.c
│   │   │   └── mmu.c
│   │   ├── Key_poll_example
│   │   │   ├── inc
│   │   │   │   ├── 2440addr.h
│   │   │   │   ├── 2440addr.inc
│   │   │   │   ├── 2440lib.h
│   │   │   │   ├── 2440slib.h
│   │   │   │   ├── def.h
│   │   │   │   ├── IIC.h
│   │   │   │   ├── MAIN.h
│   │   │   │   ├── Memcfg.inc
│   │   │   │   ├── memtest.h
│   │   │   │   ├── mmu.h
│   │   │   │   ├── option.h
│   │   │   │   ├── Option.inc
│   │   │   │   └── profile.h
│   │   │   ├── Key_poll_example_Data
│   │   │   │   ├── CWSettingsWindows.stg
│   │   │   │   ├── Debug
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   ├── DebugRel
│   │   │   │   │   ├── Key_poll_example.axf
│   │   │   │   │   ├── list.txt
│   │   │   │   │   ├── ObjectCode
│   │   │   │   │   │   ├── 2440init.o
│   │   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   │   └── Main.o
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   └── Release
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── Key_poll_example.mcp
│   │   │   └── src
│   │   │   ├── 2440init.s
│   │   │   ├── 2440lib.c
│   │   │   ├── 2440slib.s
│   │   │   ├── Main.c
│   │   │   └── mmu.c
│   │   ├── Led_example
│   │   │   ├── inc
│   │   │   │   ├── 2440addr.h
│   │   │   │   ├── 2440addr.inc
│   │   │   │   ├── 2440lib.h
│   │   │   │   ├── 2440slib.h
│   │   │   │   ├── def.h
│   │   │   │   ├── IIC.h
│   │   │   │   ├── MAIN.h
│   │   │   │   ├── Memcfg.inc
│   │   │   │   ├── memtest.h
│   │   │   │   ├── mmu.h
│   │   │   │   ├── option.h
│   │   │   │   ├── Option.inc
│   │   │   │   └── profile.h
│   │   │   ├── Led_example_Data
│   │   │   │   ├── CWSettingsWindows.stg
│   │   │   │   ├── Debug
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   ├── DebugRel
│   │   │   │   │   ├── Led_example.axf
│   │   │   │   │   ├── list.txt
│   │   │   │   │   ├── ObjectCode
│   │   │   │   │   │   ├── 2440init.o
│   │   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   │   └── Main.o
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   └── Release
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── Led_example.mcp
│   │   │   └── src
│   │   │   ├── 2440init.s
│   │   │   ├── 2440lib.c
│   │   │   ├── 2440slib.s
│   │   │   └── Main.c
│   │   ├── Timer_example
│   │   │   ├── inc
│   │   │   │   ├── 2440addr.h
│   │   │   │   ├── 2440addr.inc
│   │   │   │   ├── 2440lib.h
│   │   │   │   ├── 2440slib.h
│   │   │   │   ├── def.h
│   │   │   │   ├── IIC.h
│   │   │   │   ├── MAIN.h
│   │   │   │   ├── Memcfg.inc
│   │   │   │   ├── memtest.h
│   │   │   │   ├── mmu.h
│   │   │   │   ├── option.h
│   │   │   │   ├── Option.inc
│   │   │   │   └── profile.h
│   │   │   ├── src
│   │   │   │   ├── 2440init.s
│   │   │   │   ├── 2440lib.c
│   │   │   │   ├── 2440slib.s
│   │   │   │   ├── Main.c
│   │   │   │   └── mmu.c
│   │   │   ├── Timer_example_Data
│   │   │   │   ├── CWSettingsWindows.stg
│   │   │   │   ├── Debug
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   ├── DebugRel
│   │   │   │   │   ├── list.txt
│   │   │   │   │   ├── ObjectCode
│   │   │   │   │   │   ├── 2440init.o
│   │   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   │   ├── Main.o
│   │   │   │   │   │   └── mmu.o
│   │   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   │   └── Timer_example.axf
│   │   │   │   └── Release
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   └── Timer_example.mcp
│   │   ├── Uart_example
│   │   │   ├── inc
│   │   │   │   ├── 2440addr.h
│   │   │   │   ├── 2440addr.inc
│   │   │   │   ├── 2440lib.h
│   │   │   │   ├── 2440slib.h
│   │   │   │   ├── def.h
│   │   │   │   ├── IIC.h
│   │   │   │   ├── MAIN.h
│   │   │   │   ├── Memcfg.inc
│   │   │   │   ├── memtest.h
│   │   │   │   ├── mmu.h
│   │   │   │   ├── option.h
│   │   │   │   ├── Option.inc
│   │   │   │   └── profile.h
│   │   │   ├── src
│   │   │   │   ├── 2440init.s
│   │   │   │   ├── 2440lib.c
│   │   │   │   ├── 2440slib.s
│   │   │   │   ├── Main.c
│   │   │   │   └── mmu.c
│   │   │   ├── Uart_example_Data
│   │   │   │   ├── CWSettingsWindows.stg
│   │   │   │   ├── Debug
│   │   │   │   │   └── TargetDataWindows.tdt
│   │   │   │   ├── DebugRel
│   │   │   │   │   ├── list.txt
│   │   │   │   │   ├── ObjectCode
│   │   │   │   │   │   ├── 2440init.o
│   │   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   │   └── Main.o
│   │   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   │   └── Uart_example.axf
│   │   │   │   └── Release
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   └── Uart_example.mcp
│   │   └── Uart_Int_example
│   │   ├── inc
│   │   │   ├── 2440addr.h
│   │   │   ├── 2440addr.inc
│   │   │   ├── 2440lib.h
│   │   │   ├── 2440slib.h
│   │   │   ├── def.h
│   │   │   ├── IIC.h
│   │   │   ├── MAIN.h
│   │   │   ├── Memcfg.inc
│   │   │   ├── memtest.h
│   │   │   ├── mmu.h
│   │   │   ├── option.h
│   │   │   ├── Option.inc
│   │   │   └── profile.h
│   │   ├── src
│   │   │   ├── 2440init.s
│   │   │   ├── 2440lib.c
│   │   │   ├── 2440slib.s
│   │   │   ├── Main.c
│   │   │   └── mmu.c
│   │   ├── Uart_Int_example_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── list.txt
│   │   │   │   ├── ObjectCode
│   │   │   │   │   ├── 2440init.o
│   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   ├── Main.o
│   │   │   │   │   └── mmu.o
│   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   └── Uart_Int_example.axf
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   └── Uart_Int_example.mcp
│   └── 体系架构
│   ├── ads.S
│   ├── C1.c
│   ├── C2.c
│   ├── C3.c
│   ├── C4.c
│   ├── C4.S
│   ├── hello
│   │   ├── ads.S
│   │   ├── hello_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── hello.axf
│   │   │   │   ├── hello.bin
│   │   │   │   ├── ObjectCode
│   │   │   │   │   └── ads.o
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   └── hello.mcp
│   ├── led
│   │   ├── inc
│   │   │   ├── 2440addr.h
│   │   │   ├── 2440addr.inc
│   │   │   ├── 2440lib.h
│   │   │   ├── 2440slib.h
│   │   │   ├── def.h
│   │   │   ├── IIC.h
│   │   │   ├── MAIN.h
│   │   │   ├── Memcfg.inc
│   │   │   ├── memtest.h
│   │   │   ├── mmu.h
│   │   │   ├── option.h
│   │   │   ├── Option.inc
│   │   │   └── profile.h
│   │   ├── led_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── led.axf
│   │   │   │   ├── ObjectCode
│   │   │   │   │   ├── 2440init.o
│   │   │   │   │   ├── 2440lib.o
│   │   │   │   │   ├── 2440slib.o
│   │   │   │   │   └── Main.o
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   ├── led.mcp
│   │   └── src
│   │   ├── 2440init.s
│   │   ├── 2440lib.c
│   │   ├── 2440slib.s
│   │   ├── Main.c
│   │   └── Main.c.bak
│   ├── S2.S
│   ├── S3.S
│   ├── sample.S
│   ├── sample.S-分析
│   ├── test1
│   │   ├── test1_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── ObjectCode
│   │   │   │   │   └── test1.o
│   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   ├── test1.axf
│   │   │   │   └── test1.bin
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   ├── test1.mcp
│   │   ├── test1.S
│   │   └── test1.S.bak
│   ├── test2
│   │   ├── test2_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── ObjectCode
│   │   │   │   │   └── test2.o
│   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   ├── test2.axf
│   │   │   │   └── test2.bin
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   ├── test2.mcp
│   │   ├── test2.S
│   │   └── test2.S.bak
│   ├── test3
│   │   ├── test3_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── ObjectCode
│   │   │   │   │   └── test3.o
│   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   ├── test3.axf
│   │   │   │   └── test3.bin
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   ├── test3.mcp
│   │   ├── test3.S
│   │   └── test3.S.bak
│   ├── test4
│   │   ├── test4_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── ObjectCode
│   │   │   │   │   └── test4.o
│   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   ├── test4.axf
│   │   │   │   └── test4.bin
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   ├── test4.mcp
│   │   ├── test4.S
│   │   └── test4.S.bak
│   ├── test5
│   │   ├── test5_Data
│   │   │   ├── CWSettingsWindows.stg
│   │   │   ├── Debug
│   │   │   │   └── TargetDataWindows.tdt
│   │   │   ├── DebugRel
│   │   │   │   ├── ObjectCode
│   │   │   │   │   └── test5.o
│   │   │   │   ├── TargetDataWindows.tdt
│   │   │   │   ├── test5.axf
│   │   │   │   └── test5.bin
│   │   │   └── Release
│   │   │   └── TargetDataWindows.tdt
│   │   ├── test5.mcp
│   │   └── test5.S
│   └── test6
│   ├── main.c
│   ├── Startup.s
│   ├── test6_Data
│   │   ├── CWSettingsWindows.stg
│   │   ├── Debug
│   │   │   └── TargetDataWindows.tdt
│   │   ├── DebugRel
│   │   │   ├── ObjectCode
│   │   │   │   ├── main.o
│   │   │   │   └── Startup.o
│   │   │   ├── TargetDataWindows.tdt
│   │   │   ├── test6.axf
│   │   │   └── test6.bin
│   │   └── Release
│   │   └── TargetDataWindows.tdt
│   └── test6.mcp
├── 内核开发
│   ├── HelloWorld
│   │   ├── hello.c
│   │   ├── Makefile_arm
│   │   └── Makefile_x86
│   ├── list
│   │   ├── Makefile
│   │   ├── mylist.c
│   │   └── mylist.c.bak
│   ├── mem-malloc
│   │   ├── alloc_mem.c
│   │   └── Makefile
│   ├── opps.c
│   ├── Param
│   │   ├── Makefile
│   │   ├── Makefile_x86
│   │   ├── param.c
│   │   └── param.c.bak
│   ├── proc1.c
│   ├── proc.c
│   ├── Symbol
│   │   ├── calculate.c
│   │   ├── hello.c
│   │   └── Makefile
│   └── timer
│   ├── Makefile
│   └── timer.c
├── 国嵌视频课件ppt(01-05全).pdf
├── 应用程序设计
│   ├── 多线程
│   │   ├── thread_clean.c
│   │   ├── thread_create.c
│   │   ├── thread_exit.c
│   │   ├── thread_exit_struct.c
│   │   ├── thread_id.c
│   │   ├── thread_int.c
│   │   ├── thread_join.c
│   │   ├── thread_share.c
│   │   ├── thread_string.c
│   │   └── thread_struct.c
│   ├── 文件编程
│   │   └── 实验代码
│   │   ├── File
│   │   │   ├── dir.c
│   │   │   ├── file1.c
│   │   │   ├── file2.c
│   │   │   ├── file3.c
│   │   │   ├── file4.c
│   │   │   ├── file5.c
│   │   │   ├── file_cp.c
│   │   │   ├── file_creat.c
│   │   │   ├── file_open.c
│   │   │   ├── find.c
│   │   │   └── 复件 file_cp.c
│   │   └── Time
│   │   ├── time1.c
│   │   ├── time2.c
│   │   ├── time2.c.bak
│   │   └── time3.c
│   ├── 网络
│   │   ├── TCP
│   │   │   ├── tcp_client.c
│   │   │   ├── tcp_server.c
│   │   │   └── tcp_server_fork.c
│   │   └── UDP
│   │   ├── udp_client.c
│   │   └── udp_server.c
│   ├── 进程控制
│   │   ├── fork.c
│   │   ├── kill.c
│   │   └── waitpid.c
│   └── 进程通讯
│   ├── fifo_read.c
│   ├── fifo_write.c
│   ├── msg.c
│   ├── msgq2.c
│   ├── msgq3.c
│   ├── msgq4.c
│   ├── msg_send.c
│   ├── mysignal.c
│   ├── pipe.c
│   ├── pipe_rw.c
│   ├── share_memory.c
│   ├── shmem.c
│   └── sigaction.c
├── 系统管理
│   ├── qcd
│   │   └── qcd.tar.gz
│   └── Shell编程
│   ├── hello.sh
│   ├── s1
│   ├── s2
│   ├── s3
│   ├── s4
│   ├── s5
│   ├── s6
│   └── s7
├── 编程基础
│   ├── Gcc
│   │   ├── hello.c
│   │   └── optimize.c
│   └── GDB
│   └── test.c
└── 驱动程序设计
├── 1
│   ├── app-mem.c
│   ├── Makefile
│   ├── memdev.c
│   └── memdev.h
├── 5
│   ├── cs8900a.c
│   ├── s3c2410-ts.c
│   ├── s3c2410_ts.c
│   └── 设备驱动-5.pdf
└── 6
└── hamachi.c

130 directories, 371 files

标签:

实例下载地址

国嵌-嵌入式Linux教程课件及配套例程代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警