readme

来自「The source code example of ARM9 developm」· 代码 · 共 22 行

TXT
22
字号
MATRIX example programusb.c1.Compiler and buildexecute "make" will create executable file.2.Download to MATRIXuse ftp or USB/SD to put the executable file into MATRIX.3.Execute examplefirst change file access permissions:chmod +x usb.oand then execute:./usb.o4. Example Description: example for usb.What is shown in this example:	1. How to mount usb device	2. How to write a file to usb device	3. How to umount usb device

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?