这个人很懒,暂无签名信息
修改并编译内核 增加或修改arch/xx/mach-xx.c文件, 修改MACHINE_START第一个参数为ID, 在static void __init xx_map_io(void)中修改时钟s3c24xx_init_clocks(12000000); 修改nand信息在static struct mtd_partition smdk_default_nand_part[]修改分区信息,...
//----------------------------包含头文件----------------------#include #include #include #define CLR_DIR_1WIRE DDRB &=~ BIT(4) //只要修改这里的参数就可以了!呵呵! #define SET_DIR_1WIRE DDRB |= BIT(4) //里面什么都...