update the directory

This commit is contained in:
Yan_yan 2020-10-26 17:53:04 +08:00
parent 71d5b34558
commit e4d3f05066
24 changed files with 102 additions and 21 deletions

View File

@ -59,9 +59,21 @@ module.exports = {
text: '传感器',
link: '/doc/sensor/',
},
{
text: '控制器',
link: '/doc/controller/',
},
{
text: '开发板',
link: '/doc/board/',
},
{
text: '应用开发',
link: '/doc/appdev/',
},
{
text: '应用框架',
link: '/doc/apparch/'
}
]
},
@ -117,9 +129,21 @@ module.exports = {
title: '传感器',
children: getSidebarByCategory('sensor','en')
},
{
title: '控制器',
children: getSidebarByCategory('controller','en')
},
{
title: '开发板',
children: getSidebarByCategory('board','en')
},
{
title: '应用开发',
children: getSidebarByCategory('appdev','en')
},
{
title: '应用架构',
children: getSidebarByCategory('apparch','en')
}
],
}

View File

@ -8,13 +8,18 @@ const sidebar = {
'/doc/kernel/synchron',
'/doc/kernel/threadcommunication'
],
'processor': [
'/doc/processor/aiit-arm32',
'/doc/processor/stm32f407-st-discovery',
'/doc/processor/stm32f407zgt6',
'/doc/processor/hifive1-rev',
'/doc/processor/maxgo',
'/doc/processor/kd233'
'board': [
'/doc/board/aiit-arm32',
'/doc/board/stm32f407-st-discovery',
'/doc/board/stm32f407zgt6',
'/doc/board/hifive1-rev',
'/doc/board/maxgo',
'/doc/board/kd233'
],
'controller': [
'/doc/controller/ximenzi',
'/doc/controller/shinaide',
'/doc/controller/sanling'
],
'communication': [
'/doc/communication/4G',
@ -43,6 +48,17 @@ const sidebar = {
'/doc/appdev/env',
'/doc/appdev/debug',
'/doc/appdev/dev'
],
'apparch': [
'/doc/apparch/gan',
'/doc/apparch/lian',
'/doc/apparch/zhi',
'/doc/apparch/kong'
],
'processor': [
'/doc/processor/riscv',
'/doc/processor/riscv_sk',
'/doc/processor/riscv_fpga'
]
}

View File

@ -0,0 +1,11 @@
# 应用开发
---
* [](/doc/apparch/gan.md)
* [](/doc/apparch/lian.md)
* [](/doc/apparch/zhi.md)
* [](/doc/apparch/kong.md)

1
docs/doc/apparch/gan.md Normal file
View File

@ -0,0 +1 @@
# 感

1
docs/doc/apparch/kong.md Normal file
View File

@ -0,0 +1 @@
# 控

1
docs/doc/apparch/lian.md Normal file
View File

@ -0,0 +1 @@
# 联

1
docs/doc/apparch/zhi.md Normal file
View File

@ -0,0 +1 @@
# 智

19
docs/doc/board/README.md Normal file
View File

@ -0,0 +1,19 @@
# 硬件支持
---
## ARM
* [aiit-arm32](/doc/board/aiit-arm32.md)
* [stm32f407-st-discovery](/doc/board/stm32f407-st-discovery.md)
* [stm32f407zgt6](/doc/board/stm32f407zgt6.md)
## RISC-V
* [hifive1-re](/doc/board/hifive1-rev.md)
* [maxgo](/doc/board/maxg.md)
* [kd233](/doc/board/kd233.md)

View File

@ -0,0 +1,10 @@
# 控制器
---
- [西门子](/doc/controller/ximenzi.md)
- [线程管理](/doc/controller/shinaide.md)
- [资源管理](/doc/controller/sanling.md)

View File

@ -0,0 +1 @@
# 三菱

View File

@ -0,0 +1 @@
# 施耐德

View File

@ -0,0 +1 @@
# 西门子

View File

@ -36,7 +36,7 @@ XiUOS是一种工业物联网操作系统, 目标是通过工业物联网的部
- 现有OS对大规模部署和管理运维的支持有限, XiUOS强调对大规模部署和管理运维的支持
- 现有OS的生态是封闭、碎片化和彼此割裂的, XiUOS更关注开放的生态, 强调对标准规范的支持, 依托现有的各开源生态体系, 而非再建另一个封闭的生态体系。
目前市场上的物联网的硬件呈现严重的碎片化状态,提高了应用的复杂度和技术壁垒。现有的物联网硬件生态特征在于:(1) 目前ARM在物联网领域占市场统治地位但随着其被英伟达收购程序的推进存在的知识产权问题和价格垄断问题越来越突出。此外ARM指令集还存在单一固定、不可定制等问题(2) 工业物联网对“联”的需求呈现多样化、层次化、主体化的特点,工业生产的物理环境也是极其复杂多变,但现有的硬件系统在物理介质上仅仅支持一到两种“联”;(3) 工业物联网应用本身对外设种类的要求也是丰富多变,但现有的硬件系统挂载多种外设的能力有限;(4) 现有的物联网操作系统支持的硬件系统多以开发板评估板的形态出现,这种硬件系统由于承载强度、温湿度限制,外壳保护等原因很难直接应用于实际工业生产环境,仅适用于实验室评估的验证系统。
目前市场上的物联网的硬件呈现严重的碎片化状态,提高了应用的复杂度和技术壁垒。现有的物联网硬件生态特征在于:(1) ARM在物联网领域占市场统治地位但随着其被英伟达收购程序的推进存在的知识产权问题和价格垄断问题越来越突出。此外ARM指令集还存在单一固定、不可定制等问题(2) 工业物联网对“联”的需求呈现多样化、层次化、主体化的特点,工业生产的物理环境也是极其复杂多变,但现有的硬件系统在物理介质上仅仅支持一到两种“联”;(3) 工业物联网应用本身对外设种类的要求也是丰富多变,但现有的硬件系统挂载多种外设的能力有限;(4) 现有的物联网操作系统支持的硬件系统多以开发板评估板的形态出现,这种硬件系统由于承载强度、温湿度限制,外壳保护等原因很难直接应用于实际工业生产环境,仅适用于实验室评估的验证系统。
XiUOS是软硬件协同的物联网解决方案其自研硬件系统的优势在于
- XiUOS的硬件系统支持RISC-V和ARM两种体系结构强调RISC-V和ARM在工业应用中的共生共赢又注重突出各自特点

View File

@ -1,19 +1,10 @@
# 硬件支持
# 控制器
---
## ARM
- [西门子](/doc/processor/riscv.md)
* [aiit-arm32](/doc/processor/aiit-arm32.md)
- [线程管理](/doc/processor/riscv_sk.md)
* [stm32f407-st-discovery](/doc/processor/stm32f407-st-discovery.md)
- [资源管理](/doc/processor/riscv_fpga.md)
* [stm32f407zgt6](/doc/processor/stm32f407zgt6.md)
## RISC-V
* [hifive1-re](/doc/processor/hifive1-rev.md)
* [maxgo](/doc/processor/maxg.md)
* [kd233](/doc/processor/kd233.md)

View File

@ -0,0 +1 @@
# 三菱

View File

@ -0,0 +1 @@
# 西门子

View File

@ -0,0 +1 @@
# 施耐德