调整文档结构.
Signed-off-by: chen.yang <chen.yang@yuzhen-iot.com>
This commit is contained in:
parent
51696c786b
commit
9633d5ea91
1
Chapter2_C_与_C++/2.15_GCC_与_Makefile.md
Normal file
1
Chapter2_C_与_C++/2.15_GCC_与_Makefile.md
Normal file
@ -0,0 +1 @@
|
||||
# 2.15 GCC 与 Makefile
|
1
Chapter2_C_与_C++/2.16_CMake.md
Normal file
1
Chapter2_C_与_C++/2.16_CMake.md
Normal file
@ -0,0 +1 @@
|
||||
# 2.16 CMake
|
@ -1,4 +1,4 @@
|
||||
# 2.16 上机题
|
||||
# 2.17 上机题
|
||||
|
||||
两人一组为单位,任选下列问题进行设计和实现,要求给出设计报告、测试报告和程序源码。
|
||||
|
||||
@ -6,4 +6,4 @@
|
||||
|
||||
2、一组已经采集好的样本数据存储在样本文件中,另一组参考数据存储在参考文件中,要求根据参考文件中的数据进行数据拟合,并根据拟合结果转换样本数据。
|
||||
|
||||
3、编写填字游戏程序,程序从字典文件中读取英文单词,将单词中某个字母替换成"_"后显示出来,要求玩家填写。玩家输入字母,如果输入错误则要求重新输入,如果输入正确则显示下一个单词。
|
||||
3、编写填字游戏程序,程序从字典文件中读取英文单词,将单词中某个字母替换成"_"后显示出来,要求玩家填写。玩家输入字母,如果输入错误则要求重新输入,如果输入正确则显示下一个单词。
|
1
Chapter7_MCU_与_RTOS/7.3_STM32_串口通讯_驱动层.md
Normal file
1
Chapter7_MCU_与_RTOS/7.3_STM32_串口通讯_驱动层.md
Normal file
@ -0,0 +1 @@
|
||||
# 7.3 STM32 串口通讯 —— 驱动层
|
0
Chapter7_MCU_与_RTOS/7.7_FreeRTOS_之软件定时器.md
Normal file
0
Chapter7_MCU_与_RTOS/7.7_FreeRTOS_之软件定时器.md
Normal file
0
Chapter7_MCU_与_RTOS/7.8_FreeRTOS_之中断管理.md
Normal file
0
Chapter7_MCU_与_RTOS/7.8_FreeRTOS_之中断管理.md
Normal file
0
Chapter7_MCU_与_RTOS/7.9_FreeRTOS_之资源管理.md
Normal file
0
Chapter7_MCU_与_RTOS/7.9_FreeRTOS_之资源管理.md
Normal file
@ -1,3 +0,0 @@
|
||||
# 7.11 项目实战之物联网数据采集设备
|
||||
|
||||
AD 采集,SIM7000C 发送。
|
0
Chapter8_SOC_与_Linux/8.10_中断与时钟.md
Normal file
0
Chapter8_SOC_与_Linux/8.10_中断与时钟.md
Normal file
0
Chapter8_SOC_与_Linux/8.11_内存与_IO_访问.md
Normal file
0
Chapter8_SOC_与_Linux/8.11_内存与_IO_访问.md
Normal file
0
Chapter8_SOC_与_Linux/8.12_混杂设备驱动综合实例.md
Normal file
0
Chapter8_SOC_与_Linux/8.12_混杂设备驱动综合实例.md
Normal file
0
Chapter8_SOC_与_Linux/8.13_Linux_系统的启动流程.md
Normal file
0
Chapter8_SOC_与_Linux/8.13_Linux_系统的启动流程.md
Normal file
0
Chapter8_SOC_与_Linux/8.14_DeviceTree_和_ACPI.md
Normal file
0
Chapter8_SOC_与_Linux/8.14_DeviceTree_和_ACPI.md
Normal file
0
Chapter8_SOC_与_Linux/8.15_Input_设备驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.15_Input_设备驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.16_SPI_驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.16_SPI_驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.17_块设备驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.17_块设备驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.18_UBoot.md
Normal file
0
Chapter8_SOC_与_Linux/8.18_UBoot.md
Normal file
0
Chapter8_SOC_与_Linux/8.19_设备驱动的移植与调试.md
Normal file
0
Chapter8_SOC_与_Linux/8.19_设备驱动的移植与调试.md
Normal file
3
Chapter8_SOC_与_Linux/8.1_Linux_系统架构.md
Normal file
3
Chapter8_SOC_与_Linux/8.1_Linux_系统架构.md
Normal file
@ -0,0 +1,3 @@
|
||||
# 8.1 Linux 系统架构
|
||||
|
||||
本章主要讲解 Linux 的内核部分(引导和启动、设备树、ACPI、驱动等)。
|
0
Chapter8_SOC_与_Linux/8.5_Linux_文件系统与设备文件系统.md
Normal file
0
Chapter8_SOC_与_Linux/8.5_Linux_文件系统与设备文件系统.md
Normal file
0
Chapter8_SOC_与_Linux/8.6_字符设备驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.6_字符设备驱动.md
Normal file
0
Chapter8_SOC_与_Linux/8.7_设备驱动中的并发控制.md
Normal file
0
Chapter8_SOC_与_Linux/8.7_设备驱动中的并发控制.md
Normal file
0
Chapter8_SOC_与_Linux/8.8_设备驱动中的阻塞与非阻塞_IO.md
Normal file
0
Chapter8_SOC_与_Linux/8.8_设备驱动中的阻塞与非阻塞_IO.md
Normal file
0
Chapter8_SOC_与_Linux/8.9_设备驱动中的异步通知与异步_IO.md
Normal file
0
Chapter8_SOC_与_Linux/8.9_设备驱动中的异步通知与异步_IO.md
Normal file
@ -1 +0,0 @@
|
||||
# 8.1 Linux 系统架构
|
Loading…
x
Reference in New Issue
Block a user