自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(14)
  • 资源 (9)
  • 收藏
  • 关注

原创 stm32 纯汇编文件编写 与c混合

PRESERVE8;THUMBPRESERVE8                         ;//代码段    AREA |.text|, CODE, READONLYTHUMBReset_Handler_test    PROC    EXPORT  Reset_Handler_test                 IMPORT  STM_E

2017-04-22 15:10:14 5157

原创 fastboot代码 engine.c之理解

/* * Copyright (C) 2008 The Android Open Source Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided t

2017-04-22 11:17:01 1222

原创 批处理 自动关闭若干进程,以备关机

@echo offecho Input1 you work_mode select......echo 1:老的uboot目录echo 2:新的uboot目录echo 3:快速清理工作现场echo 其它:暂时还不支持set /p work_mode=echo Your work_mode is %work_mode%.::se

2017-04-22 09:26:18 787

原创 批处理 选择打开指定的文件夹

@echo offecho Input you work_mode select......set /p work_mode=echo Your work_mode is %work_mode%.::set work_mode=pauseif "%work_mode%" == "" goto do_errif "%work_mode%" == "1" goto do_w

2017-04-21 16:56:35 3550

原创 批处理 打开指定的文件夹

rem 注释内容(不能出现重定向符号和管道符号)rem START 命令会把第一个出现在引号里的参数解释为窗口标题,rem 所以你在命令前面再加点什么放在引号里就行了.start "title"  "\\172.16.1.21\linux_share\old_xls\a33-dvk3\vendor\softwinner\brandy\u-boot-2011.09"

2017-04-21 15:50:37 3136

原创 makefile 函数调用理解与自定义函数

#define a multiline variable#在此makefile文件的同级目录下有a.c b.c文件#以及sub文件夹,文件夹下面有sa.c sb.c文件define target@echo $@ $(1) $(0) $(2)endefsrc = $(wildcard *.c ./sub/*.c)dir = $(notdir $(s

2017-04-21 11:15:46 3923 1

原创 makefile调试技巧1

$(warning debug info ARCH = $(ARCH) )$(warning debug info CPU = $(CPU) )$(warning debug info BOARD = $(BOARD) )$(warning debug info VENDOR = $(VENDOR) )$(warning debug info SOC = $(SOC) )$(w

2017-04-20 19:08:16 539 1

原创 arm汇编指令理解

blx指令76 09 00 FAFA 00 09 7631 30 29 28 27 26 25 24   23                             01  1  1  1  1  0  1  0(H) 0  000 0000 0000 1001 0111 011 0最高4位表示执行条件1111无条件执行101固定指令码

2017-04-20 11:21:56 1076

原创 android平台 java程序 编译

import java.util.*;public class Hello {    public static void main(String[] args) {        System.out.println(new Date());        Properties p = System.getProperties();        p.list

2017-04-19 09:19:48 559

转载 fastboot源码稍加注释(usb协议部分)

//Copyright 2007-2013//Allwinner Technology Co., Ltd. //Jerry Wang  #include "usb_base.h"#include #include #include #include #include "usb_fastboot.h"#include #include #include

2017-04-17 12:24:25 3209

原创 全志A33文件系统结构浅分析

#define CONFIG_SYS_SDRAM_BASE     (0x40000000)内部sdram的起始地址是:0x40000000内部sdram的大小是1G0x40000000-0x7ff00000#define CONFIG_SYS_TEXT_BASE     (0x4A000000)内部sdram偏移160M的地方是uboot的首地址u

2017-04-17 12:18:59 3727

原创 全志A33 fastboot模式探秘

调试信息输出device 18D1:4E40 openedsuccess: set configuration #1success: claim_interface #0success: bulk write 64 bytessuccess: bulk read 7 bytessuccess: bulk read content is:OKAY0.5Done.

2017-04-16 14:00:05 3889

原创 stm32 自己用的串口调试 留待后用

//debug.c#include #include "string.h"#include #include #include "../inc/stm32f2xx_rtc.h"#include "../inc/stm32f2xx_exti.h"#include "../inc/stm32f2xx_rcc.h"#include "../in

2017-04-08 18:14:46 790

转载 ArrayList 遍历与TypeToken的使用

import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import android.widget.EditText;import android.widget.Toast;

2017-04-06 10:13:41 2008

Frontline 蓝牙协议分析软件 cpas

Frontline 是一款蓝牙协议分析软件

2023-11-16

sourceinsight.rar

阅读代码神器 带 utf-8 label php插件

2021-08-02

AXMLPrinter2.rar

AndroidManifest.xml 解密 解压apk文件后,AndroidManifest.xml 是乱码,因为已经被压缩过了 使用AXMLPrinter2 可以解密回来

2020-08-21

systemd.rar

编译systemd需要的libkmod 使得系统可以自动加载内核模块 ubuntu的默认配置是没有开启kmod模块 如果没有安装 libkmod库的话 内部包含文件: 1. systemd_229.orig.tar.gz 2.kmod-libkmod_shared.zip

2019-12-19

apktool最新版

apktool2.3.3,目前最新版,dex2jar-2.0.zip,jd-gui-windows-1.3.0.zip,全套,省得去网上找了,低版本apktool在反编译和回编的时候,有可能出错。

2018-06-23

android jni helloword

android jni例程,主要是环境的配置,在android studio2.3.3调试通过

2018-06-23

stm32 dfu上位机软件

重新编译了原厂程序,原厂程序烧录之前会有一个对话框的提示,需要用户选择,我把它去除了,选定文件之后,直接可以下载

2018-04-02

stm32 dfu文件生成 命令行工具

从官方扒下的代码,用mfc控制台模式重新整合, 没有使用DfuSeCommand里面的那些库, 只提取了与产生dfu文件相关的几个cpp文件

2018-04-02

android aidl 实例

android aidl 实例

2017-02-22

libevent for android

libevent for android 自己调试通过

2016-11-12

空空如也

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

TA关注的人

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