# smart_loong_docs **Repository Path**: openloongson/smart_loong_docs ## Basic Information - **Project Name**: smart_loong_docs - **Description**: 开源龙芯主板——智龙V1.0的资料、教程等文档 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 39 - **Forks**: 20 - **Created**: 2015-05-25 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开源龙芯1c资料 [龙芯官方的ftp](http://www.loongnix.org/dev/ftp/embed/ls1c/)
[刘世伟的git](https://github.com/lshw)
[孙冬梅老师的git](https://github.com/sundm75)
孙冬梅老师的网盘 链接:https://pan.baidu.com/s/1eS3lffc 密码:0v6f,如果这个链接失效请去孙老师git中查看最新的网盘地址和密码
[勤为本的git](https://gitee.com/caogos)
[勤为本的网盘](http://pan.baidu.com/s/1dDB5ZWH)
[chinesebear](https://github.com/chinesebear)
[开龙论坛](http://www.openloongson.org)
[百度龙芯吧](http://tieba.baidu.com/f?kw=%C1%FA%D0%BE&fr=ala0)


# Linux和pmon 主要参考刘世伟的git

# 龙芯1x库 目前重点封装龙芯1c库,以后可能会有支持1b、1d等。龙芯1x库类似于stm32库,有了它,裸机编程和实时系统就变得so easy!
[龙芯1c库](https://gitee.com/caogos/OpenLoongsonLib1c)

# RT-Thread [RT-Thread的官方git](https://github.com/RT-Thread/rt-thread)
RT-Thread支持龙芯1c和龙芯1B,目前对龙芯1c支持是比较好的,各种功能基本移植上去了,比如gpio,pwm,定时器,i2c,中断,网卡,RGB屏(lcd)等,还在逐步完善中

# 裸机编程 裸机编程主要是利用“龙芯1c库”实现,参考前面的“龙芯1c库”的资料