huangliang 676deb203c 1.更新libarkapi库添加视频软解以及修复频繁调用arkapi_video_init和arkapi_video_release接口导致的小概率花屏问题;2.更新mplayer解决特殊flv视频以及带有专辑图片的音乐文件造成的内存泄漏问题;3.修复应用调用arkapi_video_play接口len参数大于1MB导致的内存溢出段错误问题;4.更新carlink适配最新的libarkapi的库。(备注:更新该递交后如果应用有涉及libarkapi库的调用需要使用更新后的头文件和库文件重新编译) 2 months ago
..
Documentation 87498f5edd first commit(v1.0) 3 years ago
LICENSES 87498f5edd first commit(v1.0) 3 years ago
arch 5ccdaed8e1 关闭高速串口DMA发送 6 months ago
block 87498f5edd first commit(v1.0) 3 years ago
certs 87498f5edd first commit(v1.0) 3 years ago
crypto 87498f5edd first commit(v1.0) 3 years ago
drivers 676deb203c 1.更新libarkapi库添加视频软解以及修复频繁调用arkapi_video_init和arkapi_video_release接口导致的小概率花屏问题;2.更新mplayer解决特殊flv视频以及带有专辑图片的音乐文件造成的内存泄漏问题;3.修复应用调用arkapi_video_play接口len参数大于1MB导致的内存溢出段错误问题;4.更新carlink适配最新的libarkapi的库。(备注:更新该递交后如果应用有涉及libarkapi库的调用需要使用更新后的头文件和库文件重新编译) 1 month ago
firmware 87498f5edd first commit(v1.0) 3 years ago
fs 87498f5edd first commit(v1.0) 3 years ago
include 032352b945 1.修改U盘升级慢的问题; 2.修改cable is bad导致的后续U盘不识别问题 2 years ago
init 87498f5edd first commit(v1.0) 3 years ago
ipc 87498f5edd first commit(v1.0) 3 years ago
kernel 87498f5edd first commit(v1.0) 3 years ago
lib 87498f5edd first commit(v1.0) 3 years ago
mm 87498f5edd first commit(v1.0) 3 years ago
net 87498f5edd first commit(v1.0) 3 years ago
samples 87498f5edd first commit(v1.0) 3 years ago
scripts 87498f5edd first commit(v1.0) 3 years ago
security 87498f5edd first commit(v1.0) 3 years ago
sound 59b1762ba0 修复全双工i2s1先录音后再放音会造成之前录音丢数据的问题 1 year ago
tools 87498f5edd first commit(v1.0) 3 years ago
usr 87498f5edd first commit(v1.0) 3 years ago
virt 87498f5edd first commit(v1.0) 3 years ago
.clang-format 87498f5edd first commit(v1.0) 3 years ago
COPYING 87498f5edd first commit(v1.0) 3 years ago
CREDITS 87498f5edd first commit(v1.0) 3 years ago
Kbuild 87498f5edd first commit(v1.0) 3 years ago
Kconfig 87498f5edd first commit(v1.0) 3 years ago
MAINTAINERS 87498f5edd first commit(v1.0) 3 years ago
Makefile 87498f5edd first commit(v1.0) 3 years ago
README 87498f5edd first commit(v1.0) 3 years ago

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:

https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.