├── CMakeList1.txt ├── CMakeLists.txt ├── CMakeListsall.txt ├── README.md ├── arduino └── cores │ └── arduino │ └── CMakeLists.txt ├── arm-compiler.cmake ├── avr-compiler.cmake ├── bootstrap ├── bootstrap-arm ├── clean ├── compile.sh ├── docs ├── GTPowerA6-10 │ ├── back.jpg │ ├── front.jpg │ └── pcb-signals │ │ ├── picoscope │ │ ├── A - lm393 3 2_1 pin 2, B - lm393 3 2_2 pin 5.psdata │ │ ├── A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5.psdata │ │ ├── A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5.psdata │ │ └── A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1.psdata │ │ └── screenshots │ │ ├── 1. A - lm393 3 2_1 pin 2, B - lm393 3 2_2 pin 5.png │ │ ├── 2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr1.png │ │ ├── 2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr2.png │ │ ├── 2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr3.png │ │ ├── 3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr1.png │ │ ├── 3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr2.png │ │ ├── 3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr3.png │ │ ├── 4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr1.png │ │ ├── 4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr2.png │ │ └── 4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr3.png ├── Turnigy MAX80 │ ├── back.jpg │ ├── front.jpg │ └── front2.jpg ├── Turnigy Mega200Wx2 V2 │ ├── at work.jpg │ ├── display_back.jpg │ ├── front1.jpg │ └── front2.jpg ├── Turnigy_MAX200 │ ├── Turnigy_MAX200-A6-10_back.jpg │ └── Turnigy_MAX200-A6-10_front.jpg ├── Turnigy_MEGA400x2 │ ├── MEGA400x2_back.jpg │ └── MEGA400x2_front.jpg ├── Turnigy_accucel6 │ └── AC6_ISP_connector.jpg ├── battery_valid_voltage_vs_percentage.txt ├── imaxB6 │ ├── RC-Power_BC6_Charger.pdf │ ├── imaxB6-clone-front.jpg │ ├── imaxB6-original-back.jpg │ └── imaxB6-original-front.jpg └── temp_sensor │ ├── external temp sensor.jpg │ └── thermal sensor.png ├── hex ├── compatibe_chargers.txt ├── not_tested │ ├── 200W-20140725-0.33m.hex │ ├── 200W-commondisplay-20140725-0.33m.hex │ ├── 400W-20140725-0.33m.hex │ ├── 50W-5A-20140725-0.33m.hex │ ├── 50W-6A-20140725-0.33m.hex │ ├── 80W-20140725-0.33m.hex │ ├── Turnigy-Accucel-8-150W-7A-20140725-0.33m.hex │ └── idnus │ │ ├── 200W-commondisplay_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── 200W-commondisplay_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 200W-commondisplay_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 200W_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── 200W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 200W_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 400W_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── 400W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 400W_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 50W-5A_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── 50W-5A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 50W-5A_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 50W-6A_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── 50W-6A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 50W-6A_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 80W_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── 80W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ ├── 80W_zero_amp_idnus-20140725-0.33m.hex │ │ ├── Turnigy-Accucel-8-150W-7A_strong_balancer_idnus-20140725-0.33m.hex │ │ ├── Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex │ │ └── Turnigy-Accucel-8-150W-7A_zero_amp_idnus-20140725-0.33m.hex └── stock_fw-s │ ├── EEPROM_IMAXBC6AC.hex │ ├── IMAXBC6AC.hex │ └── stock.zip ├── src ├── TODO ├── TODO_NJ ├── core │ ├── ARM-Cortex-M0 │ │ ├── CMakeLists.txt │ │ ├── CMakeListsPost.txt │ │ ├── IO.h │ │ ├── Timer2.cpp │ │ ├── Utils.cpp │ │ ├── atomic.h │ │ ├── cpu.h │ │ └── memory.h │ ├── AnalogInputs.cpp │ ├── AnalogInputs.h │ ├── AnalogInputsPrivate.h │ ├── AnalogInputsTypes.h │ ├── AnalogInputs_old.cpp │ ├── Balancer.cpp │ ├── Balancer.h │ ├── Blink.cpp │ ├── Blink.h │ ├── Buzzer.cpp │ ├── Buzzer.h │ ├── CMakeLists.txt │ ├── Calibrate.cpp │ ├── Calibrate.h │ ├── Calibrate_old.cpp │ ├── Calibrate_old.h │ ├── ChealiCharger2.cpp │ ├── ChealiCharger2.h │ ├── DelayStrategy.cpp │ ├── DelayStrategy.h │ ├── DeltaChargeStrategy.cpp │ ├── DeltaChargeStrategy.h │ ├── Discharger.cpp │ ├── Discharger.h │ ├── DummyLiquidCrystal.h │ ├── EditMenu.cpp │ ├── EditMenu.h │ ├── EditName.cpp │ ├── EditName.h │ ├── Keyboard.cpp │ ├── Keyboard.h │ ├── LcdPrint.cpp │ ├── LcdPrint.h │ ├── LiquidCrystal.cpp │ ├── LiquidCrystal.h │ ├── MainMenu.h │ ├── Menu.cpp │ ├── Menu.h │ ├── Monitor.cpp │ ├── Monitor.h │ ├── Options.cpp │ ├── Options.h │ ├── PolarityCheck.cpp │ ├── PolarityCheck.h │ ├── Program.cpp │ ├── Program.h │ ├── ProgramData.cpp │ ├── ProgramData.h │ ├── ProgramDataMenu.cpp │ ├── ProgramDataMenu.h │ ├── SMPS.cpp │ ├── SMPS.h │ ├── Screen.cpp │ ├── Screen.h │ ├── SerialLog.cpp │ ├── SerialLog.h │ ├── Settings.cpp │ ├── Settings.h │ ├── SettingsMenu.cpp │ ├── SettingsMenu.h │ ├── SimpleChargeStrategy.cpp │ ├── SimpleChargeStrategy.h │ ├── SimpleDischargeStrategy.cpp │ ├── SimpleDischargeStrategy.h │ ├── StackInfo.h │ ├── StartInfoStrategy.cpp │ ├── StartInfoStrategy.h │ ├── StaticMenu.cpp │ ├── StaticMenu.h │ ├── StorageStrategy.cpp │ ├── StorageStrategy.h │ ├── StorageStrategy_old.cpp │ ├── Strategy.cpp │ ├── Strategy.h │ ├── Thevenin.cpp │ ├── Thevenin.h │ ├── TheveninChargeStrategy.cpp │ ├── TheveninChargeStrategy.h │ ├── TheveninDischargeStrategy.cpp │ ├── TheveninDischargeStrategy.h │ ├── TheveninMethod.cpp │ ├── TheveninMethod.h │ ├── Timer.cpp │ ├── Timer.h │ ├── Utils.cpp │ ├── Utils.h │ ├── Version.cpp │ ├── Version.h │ ├── Version.h.in │ ├── atmega32 │ │ ├── CMakeLists.txt │ │ ├── CMakeListsPost.txt │ │ ├── IO.h │ │ ├── Serial.cpp │ │ ├── Serial.h │ │ ├── StackInfo.cpp │ │ ├── Timer0.cpp │ │ ├── Timer0.h │ │ ├── Timer1.cpp │ │ ├── Timer1.h │ │ ├── Timer2.cpp │ │ ├── Utils.cpp │ │ ├── atomic.h │ │ ├── cpu.h │ │ └── memory.h │ ├── avr-size.sh │ ├── eeprom.cpp │ └── eeprom.h └── hardware │ ├── 200W-commondisplay │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 200W-commondisplay_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 200W-commondisplay_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 200W-commondisplay_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 200W-generic │ ├── CMakeLists.txt │ ├── GTPowerA6-10-pins.h │ ├── GTPowerA6-10.cpp │ ├── GTPowerA6-10.h │ ├── Hardware.h │ ├── HardwareConfigGeneric.h │ ├── adc.cpp │ └── adc.h │ ├── 200W │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── bintohex.bat │ ├── defaultCalibration.cpp │ ├── hextobin.bat │ ├── objcopy.exe │ └── progUSBasp.sh │ ├── 200W_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 200W_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 200W_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 400W │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 400W_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 400W_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 400W_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 50W-5A │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── bintohex.bat │ ├── defaultCalibration.cpp │ ├── hextobin.bat │ ├── objcopy.exe │ └── progUSBasp.sh │ ├── 50W-5A_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── bintohex.bat │ ├── defaultCalibration.cpp │ ├── hextobin.bat │ ├── objcopy.exe │ └── progUSBasp.sh │ ├── 50W-5A_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 50W-5A_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 50W-6A │ ├── CMakeLists.txt │ ├── EEPROM-test.hex_ │ ├── HardwareConfig.h │ ├── bintohex.bat │ ├── defaultCalibration.cpp │ ├── defaultCalibration_b.cpp │ ├── good1.hex_ │ ├── hextobin.bat │ ├── objcopy.exe │ └── progUSBasp.sh │ ├── 50W-6A_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 50W-6A_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 50W-6A_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 50W-generic │ ├── CMakeLists.txt │ ├── Hardware.h │ ├── HardwareConfigGeneric.h │ ├── SMPS_PID.cpp │ ├── SMPS_PID.h │ ├── SMPS_PID_old.cpp │ ├── adc.cpp │ ├── adc.h │ ├── imaxB6-pins.h │ ├── imaxB6.cpp │ └── imaxB6.h │ ├── 80W │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 80W_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── 80W_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── 80W_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── Turnigy-Accucel-8-150W-7A │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── Turnigy-Accucel-8-150W-7A_strong_balancer_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ ├── defaultCalibration.cpp │ └── progUSBasp.sh │ ├── Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ ├── Turnigy-Accucel-8-150W-7A_zero_amp_idnus │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp │ └── imaxB6-clone-ARM-Cortex-M0 │ ├── CMakeLists.txt │ ├── Hardware.h │ ├── HardwareConfig.h │ ├── HardwareConfigGeneric.h │ ├── SMPS_PID.cpp │ ├── SMPS_PID.h │ ├── adc.cpp │ ├── adc.h │ ├── defaultCalibration.cpp │ ├── imaxB6-pins.h │ ├── imaxB6.cpp │ └── imaxB6.h ├── test_compile.sh └── utils ├── LogView └── Cheali Charger_33m.ini ├── copy_hex.sh ├── dumpUSB ├── configTTY ├── createDefaultCalibration ├── defaultCalibration.cpp ├── defaultCalibration.cpp.template ├── defaultCalibration.cpp.template8 ├── dump.txt └── dumpTTY ├── eepromExtractor ├── 8.1.5 │ ├── AnalogInputs.h │ ├── AnalogInputsTypes.h │ ├── HardwareConfig.h │ ├── ProgramData.h │ ├── Settings.h │ ├── Utils.h │ ├── Version.h │ ├── eeprom.h │ ├── extractor.cpp │ └── extractor.h ├── CMakeLists.txt ├── createDefaultCalibration ├── defaultCalibration.cpp.template ├── extractor.h ├── main.cpp └── readhex.sh └── gen_sha1.sh /CMakeList1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/CMakeList1.txt -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /CMakeListsall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/CMakeListsall.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/README.md -------------------------------------------------------------------------------- /arduino/cores/arduino/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/arduino/cores/arduino/CMakeLists.txt -------------------------------------------------------------------------------- /arm-compiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/arm-compiler.cmake -------------------------------------------------------------------------------- /avr-compiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/avr-compiler.cmake -------------------------------------------------------------------------------- /bootstrap: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cmake -G "Eclipse CDT4 - Unix Makefiles" . $* 4 | -------------------------------------------------------------------------------- /bootstrap-arm: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cmake -G "Eclipse CDT4 - Unix Makefiles" . -DARM-Cortex-M0=1 $* 4 | -------------------------------------------------------------------------------- /clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/clean -------------------------------------------------------------------------------- /compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/compile.sh -------------------------------------------------------------------------------- /docs/GTPowerA6-10/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/back.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/front.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 3 2_1 pin 2, B - lm393 3 2_2 pin 5.psdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 3 2_1 pin 2, B - lm393 3 2_2 pin 5.psdata -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5.psdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5.psdata -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5.psdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5.psdata -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1.psdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/picoscope/A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1.psdata -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/1. A - lm393 3 2_1 pin 2, B - lm393 3 2_2 pin 5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/1. A - lm393 3 2_1 pin 2, B - lm393 3 2_2 pin 5.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr1.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr2.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/2. A - lm393 3 2_1 pin 3, B - lm393 3 2_2 pin 5 scr3.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr1.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr2.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/3. A - lm393 3 2_2 pin 6, B - lm393 3 2_2 pin 5 scr3.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr1.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr2.png -------------------------------------------------------------------------------- /docs/GTPowerA6-10/pcb-signals/screenshots/4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/GTPowerA6-10/pcb-signals/screenshots/4. A - lm393 4 2_1 pin 1, B - lm393 5 2_1 pin 1 scr3.png -------------------------------------------------------------------------------- /docs/Turnigy MAX80/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy MAX80/back.jpg -------------------------------------------------------------------------------- /docs/Turnigy MAX80/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy MAX80/front.jpg -------------------------------------------------------------------------------- /docs/Turnigy MAX80/front2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy MAX80/front2.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/at work.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy Mega200Wx2 V2/at work.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/display_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy Mega200Wx2 V2/display_back.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/front1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy Mega200Wx2 V2/front1.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/front2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy Mega200Wx2 V2/front2.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_back.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_front.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MEGA400x2/MEGA400x2_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy_MEGA400x2/MEGA400x2_back.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MEGA400x2/MEGA400x2_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy_MEGA400x2/MEGA400x2_front.jpg -------------------------------------------------------------------------------- /docs/Turnigy_accucel6/AC6_ISP_connector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/Turnigy_accucel6/AC6_ISP_connector.jpg -------------------------------------------------------------------------------- /docs/battery_valid_voltage_vs_percentage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/battery_valid_voltage_vs_percentage.txt -------------------------------------------------------------------------------- /docs/imaxB6/RC-Power_BC6_Charger.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/imaxB6/RC-Power_BC6_Charger.pdf -------------------------------------------------------------------------------- /docs/imaxB6/imaxB6-clone-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/imaxB6/imaxB6-clone-front.jpg -------------------------------------------------------------------------------- /docs/imaxB6/imaxB6-original-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/imaxB6/imaxB6-original-back.jpg -------------------------------------------------------------------------------- /docs/imaxB6/imaxB6-original-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/imaxB6/imaxB6-original-front.jpg -------------------------------------------------------------------------------- /docs/temp_sensor/external temp sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/temp_sensor/external temp sensor.jpg -------------------------------------------------------------------------------- /docs/temp_sensor/thermal sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/docs/temp_sensor/thermal sensor.png -------------------------------------------------------------------------------- /hex/compatibe_chargers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/compatibe_chargers.txt -------------------------------------------------------------------------------- /hex/not_tested/200W-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/200W-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/200W-commondisplay-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/200W-commondisplay-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/400W-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/400W-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/50W-5A-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/50W-5A-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/50W-6A-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/50W-6A-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/80W-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/80W-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/Turnigy-Accucel-8-150W-7A-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/Turnigy-Accucel-8-150W-7A-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/200W-commondisplay_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/200W-commondisplay_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/200W-commondisplay_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/200W-commondisplay_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/200W-commondisplay_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/200W-commondisplay_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/200W_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/200W_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/200W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/200W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/200W_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/200W_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/400W_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/400W_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/400W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/400W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/400W_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/400W_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/50W-5A_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/50W-5A_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/50W-5A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/50W-5A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/50W-5A_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/50W-5A_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/50W-6A_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/50W-6A_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/50W-6A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/50W-6A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/50W-6A_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/50W-6A_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/80W_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/80W_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/80W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/80W_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/80W_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/80W_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/not_tested/idnus/Turnigy-Accucel-8-150W-7A_zero_amp_idnus-20140725-0.33m.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/not_tested/idnus/Turnigy-Accucel-8-150W-7A_zero_amp_idnus-20140725-0.33m.hex -------------------------------------------------------------------------------- /hex/stock_fw-s/EEPROM_IMAXBC6AC.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/stock_fw-s/EEPROM_IMAXBC6AC.hex -------------------------------------------------------------------------------- /hex/stock_fw-s/IMAXBC6AC.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/stock_fw-s/IMAXBC6AC.hex -------------------------------------------------------------------------------- /hex/stock_fw-s/stock.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/hex/stock_fw-s/stock.zip -------------------------------------------------------------------------------- /src/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/TODO -------------------------------------------------------------------------------- /src/TODO_NJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/TODO_NJ -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/CMakeLists.txt -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/CMakeListsPost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/CMakeListsPost.txt -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/IO.h -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/Timer2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/Timer2.cpp -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/Utils.cpp -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/atomic.h -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/cpu.h -------------------------------------------------------------------------------- /src/core/ARM-Cortex-M0/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ARM-Cortex-M0/memory.h -------------------------------------------------------------------------------- /src/core/AnalogInputs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/AnalogInputs.cpp -------------------------------------------------------------------------------- /src/core/AnalogInputs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/AnalogInputs.h -------------------------------------------------------------------------------- /src/core/AnalogInputsPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/AnalogInputsPrivate.h -------------------------------------------------------------------------------- /src/core/AnalogInputsTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/AnalogInputsTypes.h -------------------------------------------------------------------------------- /src/core/AnalogInputs_old.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/AnalogInputs_old.cpp -------------------------------------------------------------------------------- /src/core/Balancer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Balancer.cpp -------------------------------------------------------------------------------- /src/core/Balancer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Balancer.h -------------------------------------------------------------------------------- /src/core/Blink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Blink.cpp -------------------------------------------------------------------------------- /src/core/Blink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Blink.h -------------------------------------------------------------------------------- /src/core/Buzzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Buzzer.cpp -------------------------------------------------------------------------------- /src/core/Buzzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Buzzer.h -------------------------------------------------------------------------------- /src/core/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/CMakeLists.txt -------------------------------------------------------------------------------- /src/core/Calibrate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Calibrate.cpp -------------------------------------------------------------------------------- /src/core/Calibrate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Calibrate.h -------------------------------------------------------------------------------- /src/core/Calibrate_old.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Calibrate_old.cpp -------------------------------------------------------------------------------- /src/core/Calibrate_old.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Calibrate_old.h -------------------------------------------------------------------------------- /src/core/ChealiCharger2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ChealiCharger2.cpp -------------------------------------------------------------------------------- /src/core/ChealiCharger2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ChealiCharger2.h -------------------------------------------------------------------------------- /src/core/DelayStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/DelayStrategy.cpp -------------------------------------------------------------------------------- /src/core/DelayStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/DelayStrategy.h -------------------------------------------------------------------------------- /src/core/DeltaChargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/DeltaChargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/DeltaChargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/DeltaChargeStrategy.h -------------------------------------------------------------------------------- /src/core/Discharger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Discharger.cpp -------------------------------------------------------------------------------- /src/core/Discharger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Discharger.h -------------------------------------------------------------------------------- /src/core/DummyLiquidCrystal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/DummyLiquidCrystal.h -------------------------------------------------------------------------------- /src/core/EditMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/EditMenu.cpp -------------------------------------------------------------------------------- /src/core/EditMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/EditMenu.h -------------------------------------------------------------------------------- /src/core/EditName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/EditName.cpp -------------------------------------------------------------------------------- /src/core/EditName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/EditName.h -------------------------------------------------------------------------------- /src/core/Keyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Keyboard.cpp -------------------------------------------------------------------------------- /src/core/Keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Keyboard.h -------------------------------------------------------------------------------- /src/core/LcdPrint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/LcdPrint.cpp -------------------------------------------------------------------------------- /src/core/LcdPrint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/LcdPrint.h -------------------------------------------------------------------------------- /src/core/LiquidCrystal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/LiquidCrystal.cpp -------------------------------------------------------------------------------- /src/core/LiquidCrystal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/LiquidCrystal.h -------------------------------------------------------------------------------- /src/core/MainMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/MainMenu.h -------------------------------------------------------------------------------- /src/core/Menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Menu.cpp -------------------------------------------------------------------------------- /src/core/Menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Menu.h -------------------------------------------------------------------------------- /src/core/Monitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Monitor.cpp -------------------------------------------------------------------------------- /src/core/Monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Monitor.h -------------------------------------------------------------------------------- /src/core/Options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Options.cpp -------------------------------------------------------------------------------- /src/core/Options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Options.h -------------------------------------------------------------------------------- /src/core/PolarityCheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/PolarityCheck.cpp -------------------------------------------------------------------------------- /src/core/PolarityCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/PolarityCheck.h -------------------------------------------------------------------------------- /src/core/Program.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Program.cpp -------------------------------------------------------------------------------- /src/core/Program.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Program.h -------------------------------------------------------------------------------- /src/core/ProgramData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ProgramData.cpp -------------------------------------------------------------------------------- /src/core/ProgramData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ProgramData.h -------------------------------------------------------------------------------- /src/core/ProgramDataMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ProgramDataMenu.cpp -------------------------------------------------------------------------------- /src/core/ProgramDataMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/ProgramDataMenu.h -------------------------------------------------------------------------------- /src/core/SMPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SMPS.cpp -------------------------------------------------------------------------------- /src/core/SMPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SMPS.h -------------------------------------------------------------------------------- /src/core/Screen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Screen.cpp -------------------------------------------------------------------------------- /src/core/Screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Screen.h -------------------------------------------------------------------------------- /src/core/SerialLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SerialLog.cpp -------------------------------------------------------------------------------- /src/core/SerialLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SerialLog.h -------------------------------------------------------------------------------- /src/core/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Settings.cpp -------------------------------------------------------------------------------- /src/core/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Settings.h -------------------------------------------------------------------------------- /src/core/SettingsMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SettingsMenu.cpp -------------------------------------------------------------------------------- /src/core/SettingsMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SettingsMenu.h -------------------------------------------------------------------------------- /src/core/SimpleChargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SimpleChargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/SimpleChargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SimpleChargeStrategy.h -------------------------------------------------------------------------------- /src/core/SimpleDischargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SimpleDischargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/SimpleDischargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/SimpleDischargeStrategy.h -------------------------------------------------------------------------------- /src/core/StackInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StackInfo.h -------------------------------------------------------------------------------- /src/core/StartInfoStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StartInfoStrategy.cpp -------------------------------------------------------------------------------- /src/core/StartInfoStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StartInfoStrategy.h -------------------------------------------------------------------------------- /src/core/StaticMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StaticMenu.cpp -------------------------------------------------------------------------------- /src/core/StaticMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StaticMenu.h -------------------------------------------------------------------------------- /src/core/StorageStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StorageStrategy.cpp -------------------------------------------------------------------------------- /src/core/StorageStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StorageStrategy.h -------------------------------------------------------------------------------- /src/core/StorageStrategy_old.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/StorageStrategy_old.cpp -------------------------------------------------------------------------------- /src/core/Strategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Strategy.cpp -------------------------------------------------------------------------------- /src/core/Strategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Strategy.h -------------------------------------------------------------------------------- /src/core/Thevenin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Thevenin.cpp -------------------------------------------------------------------------------- /src/core/Thevenin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Thevenin.h -------------------------------------------------------------------------------- /src/core/TheveninChargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/TheveninChargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/TheveninChargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/TheveninChargeStrategy.h -------------------------------------------------------------------------------- /src/core/TheveninDischargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/TheveninDischargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/TheveninDischargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/TheveninDischargeStrategy.h -------------------------------------------------------------------------------- /src/core/TheveninMethod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/TheveninMethod.cpp -------------------------------------------------------------------------------- /src/core/TheveninMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/TheveninMethod.h -------------------------------------------------------------------------------- /src/core/Timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Timer.cpp -------------------------------------------------------------------------------- /src/core/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Timer.h -------------------------------------------------------------------------------- /src/core/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Utils.cpp -------------------------------------------------------------------------------- /src/core/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Utils.h -------------------------------------------------------------------------------- /src/core/Version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Version.cpp -------------------------------------------------------------------------------- /src/core/Version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Version.h -------------------------------------------------------------------------------- /src/core/Version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/Version.h.in -------------------------------------------------------------------------------- /src/core/atmega32/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/CMakeLists.txt -------------------------------------------------------------------------------- /src/core/atmega32/CMakeListsPost.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/CMakeListsPost.txt -------------------------------------------------------------------------------- /src/core/atmega32/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/IO.h -------------------------------------------------------------------------------- /src/core/atmega32/Serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Serial.cpp -------------------------------------------------------------------------------- /src/core/atmega32/Serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Serial.h -------------------------------------------------------------------------------- /src/core/atmega32/StackInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/StackInfo.cpp -------------------------------------------------------------------------------- /src/core/atmega32/Timer0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Timer0.cpp -------------------------------------------------------------------------------- /src/core/atmega32/Timer0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Timer0.h -------------------------------------------------------------------------------- /src/core/atmega32/Timer1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Timer1.cpp -------------------------------------------------------------------------------- /src/core/atmega32/Timer1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Timer1.h -------------------------------------------------------------------------------- /src/core/atmega32/Timer2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Timer2.cpp -------------------------------------------------------------------------------- /src/core/atmega32/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/Utils.cpp -------------------------------------------------------------------------------- /src/core/atmega32/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/atomic.h -------------------------------------------------------------------------------- /src/core/atmega32/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/cpu.h -------------------------------------------------------------------------------- /src/core/atmega32/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/atmega32/memory.h -------------------------------------------------------------------------------- /src/core/avr-size.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/avr-size.sh -------------------------------------------------------------------------------- /src/core/eeprom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/eeprom.cpp -------------------------------------------------------------------------------- /src/core/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/core/eeprom.h -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W-commondisplay_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-commondisplay_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W-generic/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W-generic/GTPowerA6-10-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/GTPowerA6-10-pins.h -------------------------------------------------------------------------------- /src/hardware/200W-generic/GTPowerA6-10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/GTPowerA6-10.cpp -------------------------------------------------------------------------------- /src/hardware/200W-generic/GTPowerA6-10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/GTPowerA6-10.h -------------------------------------------------------------------------------- /src/hardware/200W-generic/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/Hardware.h -------------------------------------------------------------------------------- /src/hardware/200W-generic/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/200W-generic/adc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/adc.cpp -------------------------------------------------------------------------------- /src/hardware/200W-generic/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W-generic/adc.h -------------------------------------------------------------------------------- /src/hardware/200W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W/bintohex.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/bintohex.bat -------------------------------------------------------------------------------- /src/hardware/200W/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W/hextobin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/hextobin.bat -------------------------------------------------------------------------------- /src/hardware/200W/objcopy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/objcopy.exe -------------------------------------------------------------------------------- /src/hardware/200W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/200W_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/200W_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/200W_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/200W_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/400W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/400W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/400W/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/400W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/400W_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/400W_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/400W_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/400W_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/400W_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-5A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-5A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-5A/bintohex.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/bintohex.bat -------------------------------------------------------------------------------- /src/hardware/50W-5A/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-5A/hextobin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/hextobin.bat -------------------------------------------------------------------------------- /src/hardware/50W-5A/objcopy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/objcopy.exe -------------------------------------------------------------------------------- /src/hardware/50W-5A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/bintohex.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/bintohex.bat -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/hextobin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/hextobin.bat -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/objcopy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/objcopy.exe -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-5A_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-5A_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-5A_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-5A_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-5A_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-6A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-6A/EEPROM-test.hex_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/EEPROM-test.hex_ -------------------------------------------------------------------------------- /src/hardware/50W-6A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-6A/bintohex.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/bintohex.bat -------------------------------------------------------------------------------- /src/hardware/50W-6A/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-6A/defaultCalibration_b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/defaultCalibration_b.cpp -------------------------------------------------------------------------------- /src/hardware/50W-6A/good1.hex_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/good1.hex_ -------------------------------------------------------------------------------- /src/hardware/50W-6A/hextobin.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/hextobin.bat -------------------------------------------------------------------------------- /src/hardware/50W-6A/objcopy.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/objcopy.exe -------------------------------------------------------------------------------- /src/hardware/50W-6A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-6A_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-6A_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-6A_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/50W-6A_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-6A_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/50W-generic/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/50W-generic/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/Hardware.h -------------------------------------------------------------------------------- /src/hardware/50W-generic/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/50W-generic/SMPS_PID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/SMPS_PID.cpp -------------------------------------------------------------------------------- /src/hardware/50W-generic/SMPS_PID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/SMPS_PID.h -------------------------------------------------------------------------------- /src/hardware/50W-generic/SMPS_PID_old.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/SMPS_PID_old.cpp -------------------------------------------------------------------------------- /src/hardware/50W-generic/adc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/adc.cpp -------------------------------------------------------------------------------- /src/hardware/50W-generic/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/adc.h -------------------------------------------------------------------------------- /src/hardware/50W-generic/imaxB6-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/imaxB6-pins.h -------------------------------------------------------------------------------- /src/hardware/50W-generic/imaxB6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/imaxB6.cpp -------------------------------------------------------------------------------- /src/hardware/50W-generic/imaxB6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/50W-generic/imaxB6.h -------------------------------------------------------------------------------- /src/hardware/80W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/80W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/80W/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/80W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/80W_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/80W_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/80W_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/80W_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/80W_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_idnus/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_strong_balancer_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_zero_amp_idnus/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_zero_amp_idnus/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_zero_amp_idnus/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_zero_amp_idnus/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/Turnigy-Accucel-8-150W-7A_zero_amp_idnus/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/Turnigy-Accucel-8-150W-7A_zero_amp_idnus/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/Hardware.h -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/SMPS_PID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/SMPS_PID.cpp -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/SMPS_PID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/SMPS_PID.h -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/adc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/adc.cpp -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/adc.h -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/imaxB6-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/imaxB6-pins.h -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/imaxB6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/imaxB6.cpp -------------------------------------------------------------------------------- /src/hardware/imaxB6-clone-ARM-Cortex-M0/imaxB6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/src/hardware/imaxB6-clone-ARM-Cortex-M0/imaxB6.h -------------------------------------------------------------------------------- /test_compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/test_compile.sh -------------------------------------------------------------------------------- /utils/LogView/Cheali Charger_33m.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/LogView/Cheali Charger_33m.ini -------------------------------------------------------------------------------- /utils/copy_hex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/copy_hex.sh -------------------------------------------------------------------------------- /utils/dumpUSB/configTTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/configTTY -------------------------------------------------------------------------------- /utils/dumpUSB/createDefaultCalibration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/createDefaultCalibration -------------------------------------------------------------------------------- /utils/dumpUSB/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/defaultCalibration.cpp -------------------------------------------------------------------------------- /utils/dumpUSB/defaultCalibration.cpp.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/defaultCalibration.cpp.template -------------------------------------------------------------------------------- /utils/dumpUSB/defaultCalibration.cpp.template8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/defaultCalibration.cpp.template8 -------------------------------------------------------------------------------- /utils/dumpUSB/dump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/dump.txt -------------------------------------------------------------------------------- /utils/dumpUSB/dumpTTY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/dumpUSB/dumpTTY -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/AnalogInputs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/AnalogInputs.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/AnalogInputsTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/AnalogInputsTypes.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/HardwareConfig.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/ProgramData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/ProgramData.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/Settings.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/Utils.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/Version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/Version.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/eeprom.h -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/extractor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/extractor.cpp -------------------------------------------------------------------------------- /utils/eepromExtractor/8.1.5/extractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/8.1.5/extractor.h -------------------------------------------------------------------------------- /utils/eepromExtractor/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/CMakeLists.txt -------------------------------------------------------------------------------- /utils/eepromExtractor/createDefaultCalibration: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/createDefaultCalibration -------------------------------------------------------------------------------- /utils/eepromExtractor/defaultCalibration.cpp.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/defaultCalibration.cpp.template -------------------------------------------------------------------------------- /utils/eepromExtractor/extractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/extractor.h -------------------------------------------------------------------------------- /utils/eepromExtractor/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/main.cpp -------------------------------------------------------------------------------- /utils/eepromExtractor/readhex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/eepromExtractor/readhex.sh -------------------------------------------------------------------------------- /utils/gen_sha1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/njozsef/cheali-charger-test1/HEAD/utils/gen_sha1.sh --------------------------------------------------------------------------------