add content to resource dir
This commit is contained in:
parent
876363e039
commit
e0e92703ea
|
@ -75,7 +75,16 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '资源',
|
text: '资源',
|
||||||
link: '/resource/'
|
items: [
|
||||||
|
{
|
||||||
|
text: '活动与新闻',
|
||||||
|
link: '/resource/newsevents.html'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: '技术资料',
|
||||||
|
link: '/resource/tech.html'
|
||||||
|
},
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: '社区',
|
text: '社区',
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
# XiUOS 新闻与活动
|
||||||
|
|
||||||
|
|
||||||
|
## 活动
|
||||||
|
|
||||||
|
<!--
|
||||||
|
**2021年5月** 开源大赛
|
||||||
|
|
||||||
|
**2021年5月** 木兰社区 黑客松
|
||||||
|
-->
|
||||||
|
|
||||||
|
## 新闻
|
||||||
|
|
||||||
|
**2021年5月4日** 重磅|北大信研院XiUOS矽璓工业物联操作系统正式开源发布
|
||||||
|
|
||||||
|
- [微信公众号 北京大学信息技术高等研究院](https://mp.weixin.qq.com/s/PFuzx6U6DZPKW0s-Xp_WcQ)
|
||||||
|
- [微信公众号 木兰社区](https://mp.weixin.qq.com/s/BM1hsbuUDXVqLMCyWdpZkw)
|
||||||
|
- [新闻动态 北京大学计算机系](https://cs.pku.edu.cn/info/1303/3021.htm)
|
||||||
|
- [新闻动态 上海交通大学计算机系](https://www.cs.sjtu.edu.cn/NewsDetail.aspx?id=494)
|
||||||
|
|
|
@ -0,0 +1,18 @@
|
||||||
|
# 技术资料
|
||||||
|
|
||||||
|
## 技术博客
|
||||||
|
|
||||||
|
[从零开始构建矽璓工业物联操作系统:使用risc-v架构的k210 emulator](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116610203)
|
||||||
|
|
||||||
|
[从零开始构建矽璓工业物联操作系统:使用risc-v架构的hifive1 emulator](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116295249)
|
||||||
|
|
||||||
|
[从零开始构建矽璓工业物联操作系统:使用risc-v架构的HiFive1 Rev B 开发板](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116259873)
|
||||||
|
|
||||||
|
[调试XiUOS的技巧:使用JLink调试KD233开发板](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116210874)
|
||||||
|
|
||||||
|
[调试XiUOS的技巧:使用Qzone调试stm32f407-st-discovery开发板](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116210058)
|
||||||
|
|
||||||
|
|
||||||
|
[从零开始构建矽璓工业物联操作系统:使用ARM架构的STM32F407-discovery开发板](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116209686)
|
||||||
|
|
||||||
|
[从零开始构建矽璓工业物联操作系统:使用risc-v架构的kd233开发板](https://blog.csdn.net/AIIT_Ubiquitous/article/details/116175737)
|
Loading…
Reference in New Issue