打印
[AVR单片机]

AVR:IAR如何建立使用库的工程?

[复制链接]
1269|1
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
Talsinpo|  楼主 | 2014-5-9 14:50 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
AVR, IAR, TE, AN, TI
AVR:IAR如何建立使用库的工程?
AVR474.rar (404.97 KB)

C:.
│  main.c
│  PowerBank.dep
│  PowerBank.ewd
│  PowerBank.ewp
│  PowerBank.eww
│  tree.txt
│  
├─conf
│      ATmega32HVB_signature.h
│      common.h
│      error.h
│      stdint.h
│      
├─Debug
│  ├─Exe
│  ├─List
│  └─Obj
│          PowerBank.pbd
│         
├─lib_board
│  ├─bandgap
│  │      bandgap.c
│  │      bandgap.h
│  │      
│  ├─battery_protection
│  │      battery_protection.c
│  │      battery_protection.h
│  │      
│  ├─cc-adc
│  │      ccadc.c
│  │      ccadc.h
│  │      
│  ├─fet_control
│  │      fet_control.c
│  │      fet_control.h
│  │      
│  ├─rc_calibration
│  │      rc_calibration.c
│  │      rc_calibration.h
│  │      
│  ├─vreg_mon
│  │      vreg_mon.c
│  │      vreg_mon.h
│  │      
│  ├─v_adc
│  │      vadc.c
│  │      vadc.h
│  │      
│  └─watchdog
│          watchdog.c
│          watchdog.h
│         
├─lib_mcu
│  ├─authentication
│  │  │  authentication.c
│  │  │  authentication.h
│  │  │  
│  │  ├─aes
│  │  │      aes_lib.c
│  │  │      aes_lib.h
│  │  │      avrtypes.h
│  │  │      
│  │  └─HMAC-SHA2
│  │          HMAC-SHA2.c
│  │          HMAC-SHA2.h
│  │          HMAC-SHA2_keyData.h
│  │         
│  ├─Battery_current_monitoring
│  │      battery_current_monitoring.c
│  │      battery_current_monitoring.h
│  │      
│  ├─battery_pack_parameters
│  │      battery_pack_parameters.c
│  │      battery_pack_parameters.h
│  │      LG18450.h
│  │      pack.h
│  │      pack_cfg.h
│  │      
│  ├─battery_voltage_monitoring
│  │      battery_voltage_monitoring.c
│  │      battery_voltage_monitoring.h
│  │      
│  ├─communication
│  │      communication.c
│  │      communication.h
│  │      interpreter.h
│  │      
│  ├─crc
│  │      crc16.c
│  │      crc16.h
│  │      crc8.c
│  │      crc8.h
│  │      
│  ├─fifo
│  ├─gas_gauging
│  │      cc_gas_gauging.c
│  │      cc_gas_gauging.h
│  │      gas_gauging.c
│  │      gas_gauging.h
│  │      
│  ├─ntc_RH163H103F
│  │      ntc_rh163h103f.c
│  │      ntc_rh163h103f.h
│  │      ntc_rh163h103f.xls
│  │      
│  ├─power_management
│  │      pwr_mgmnt.h
│  │      
│  ├─rtc
│  │      rtc.c
│  │      rtc.h
│  │      
│  ├─sbs_commands
│  │      SBS_commands.c
│  │      sbs_commands.h
│  │      
│  ├─sm_bus
│  │      device_specific.h
│  │      interpreter.h
│  │      SMBExample.c
│  │      SMBExample.h
│  │      SMBSlave.c
│  │      SMBSlave.h
│  │      smbus.c
│  │      smbus.h
│  │      smbus_removed.c
│  │      
│  ├─timer
│  │      timer.c
│  │      timer.h
│  │      
│  └─voltage_based_SoC
│          voltage_based_SoC.c
│          voltage_based_SoC.h
│         
└─settings
        PowerBank.cspy.bat
        PowerBank.dbgdt
        PowerBank.dni
        PowerBank.wsdt
        POWER_BANK.cspy.bat
        POWER_BANK.dbgdt
        POWER_BANK.dni
        POWER_BANK.wsdt
        SB202.cspy.bat
        SB202.dbgdt
        SB202.dni
        SB202.wsdt


相关帖子

沙发
huangxz| | 2014-5-10 15:56 | 只看该作者
没用过iar的帮顶 啊

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

6

主题

23

帖子

1

粉丝