sohappyoh 发表于 2014-5-9 14:05:59

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

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


│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

HZY//123456 发表于 2015-9-23 00:51:24

好东西先下了
页: [1]
查看完整版本: AVR:IAR如何建立使用库的工程?