自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

  • 博客(4)
  • 资源 (8)
  • 收藏
  • 关注

原创 一个 very simple 的 libz Demo

#include #include #include int main() { gzFile fi = (gzFile)gzopen("file.gz","wb"); gzwrite(fi,"my decompressed data",strlen("my decompressed data")); gzclose(fi); return true; }

2016-05-18 18:15:56 570

原创 Linux应用程序编写原则

1. 尽量用GCC(G++) 自带的函数或者库(如STL) 2. 尽量使用用户广泛的源码或者应用程序,如daemon

2016-05-17 16:42:41 384

原创 Linux应用程序以服务方式(Service)运行,并且保证死机能重启。

ubuntu 自带了一个daemon 程序, 执行 apt-get install daemon, 然后就被安装到了 /usr/bin/daemon,

2016-05-17 16:33:05 2407

原创 libwebsockets 编译运行测试

获取libsockets源码: git clone https://github.com/warmcat/libwebsockets.git 编译: cmake . make 编译服务器端: gcc -o test-server test-server-echogen.c test-server.c -I../ -DINSTALL_DATADIR=\"/usr/

2016-05-11 10:05:08 6236

ssd202-7inch-1024x600-spinand-20210302.7z

ssd202-7inch-1024x600-spinand-20210302.7z

2021-03-30

山寨机专用芯片MT6260D手册资料

山寨机专用芯片MT6260D手册资料 MT6260D is a monolithic chip integrating leading edge power management unit, analog baseband and radio circuitry based on the low-power CMOS process. MT6260D is a feature-rich and extremely powerful single-chip solution for high-end GSM/GPRS and EDGE-Rx capability. Based on the 32-bit ARM7EJ-STM RISC processor, MT6260D’s superb processing power, along with high bandwidth architecture and dedicated hardware support, provides a platform for high-performance GPRS/EDGE-Rx Class 12 MODEM application and leading-edge multimedia applications. MT6260D also features:  A highly integrated Bluetooth transceiver which is fully compliant with Bluetooth specification v3.0.  A FM receiver supporting both audio broadcast de-modulation and RDS/RBDS data decoding.

2018-09-15

君正X1000运行debian完整文档

君正X1000运行debian完整文档 在树莓派和基于君正JZ4780的CI20板子上都跑过Debian8,突发奇想是否能把Debian8裁剪之后在君正X1000 E这一类的轻量化平台上跑起来,先开个帖子,近期准备来折腾折腾。 说一说大致的思路,预计有以下几个步骤: 1. 基于已有的BSP,实现由TF卡启动系统。 2. 打包Debian8的最小rootfs,替代原BSP中的Buildroot。 3. 解决各种出现的bug。 基于现有BSP已经成功通过TF卡启动,下一步将尝试引导Debian8的Rootfs,基本情况如下: 硬件平台:SuperCU Basic V0.1

2018-09-10

全志 F1C600完整手册

The F1C600 processor represents Allwinner’s latest achievement in mobile applications processors. The processor targets the needs of boombox markets. F1C600 processor is based on the ARM9 CPU architecture with a high degree of functional integration. F1C600 supports Full HD video playback, including H.264,H.263,MPEG1/2/4 decoder. Integrated audio codec and I2S/PCM interface provide end users with a good audio experience. TV-IN interface enables video input by connecting to video devices such as camera, and TV-OUT interface enables video output by connecting to TV devices. To reduce the BOM costs, F1C600 built-in DDR1 memory , and packed with general-purpose peripherals such as USB OTG, UART, SPI, TWI, TP, SD/MMC,CSI etc. F1C600 perfectly supports various applications of mainstream operating systems such as Andriod, Linux,etc. F1C600 outperforms competitors in terms of its powerful performance, low power consumption, and flexible scalability. entia wifi auido and video

2018-09-10

MTK分布式编译.doc

MTK分布式编译 1.make文件夹里面的Gsm2.mak修改make工具的编译项为IncredBuild增加运行参数 #@echo tools\make.exe -fmake\comp.mak -r -R COMPONENT=$* ... $(strip $(COMPLOGDIR))\$*.log @if /I %OS% EQU WINDOWS_NT \ (if /I $(BM_NEW) EQU TRUE \ (XGConsole /command="tools\\make.exe -fmake\\comp.mak -k -r -R $(strip $(CMD_ARGU)) COMPONENT=$* > $(strip $(COMPLOGDIR))\\$*.log 2>&1" /NOLOGO /profile="tools\\XGConsole.xml") \ else \ (XGConsole /command="tools\\make.exe -fmake\\comp.mak -r -R $(strip $(CMD_ARGU)) COMPONENT=$* > $(strip $(COMPLOGDIR))\\$*.log 2>&1" /NOLOGO /profile="tools\\XGConsole.xml") \

2018-09-10

简单股市模拟软件(MSVC2010).zip

简单股市模拟软件(MSVC2010).zip

2016-03-16

AR9331 I2S驱动程序源码

AR9331 I2S Linux 驱动程序源码

2016-02-27

LWBT轻量级蓝牙协议栈的研究与应用.doc

LWBT轻量级蓝牙协议栈的研究与应用.doc

2016-02-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除