.config

来自「UCOS-II在ATMEL公司AVR CPU上的应用」· CONFIG 代码 · 共 149 行

CONFIG
149
字号
#This is the prototype file of the kernel library configuration#It creates .config read by the kernel Makefile#Uros Platise (c) 2000                                          #FIFO buffersCONFIG_DRV_FIFO8=DRV_FIFO8CONFIG_DRV_FIFO16=DRV_FIFO16#UART driverCONFIG_DRV_UART=DRV_UART#Simplified CAN Like Protocol DriverCONFIG_DRV_SCLP485=DRV_SCLP485#eof

⌨️ 快捷键说明

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