├── .gitattributes ├── .github └── workflows │ ├── atmega.yml │ └── novuton.yml ├── .gitignore ├── .gitmodules ├── CMakeLists.txt ├── README.md ├── arm-compiler.cmake ├── arm-toolchain.cmake ├── avr-compiler.cmake ├── avr-toolchain.cmake ├── bootstrap-arm ├── bootstrap-avr ├── bootstrap-avr.bat ├── cmake └── FindChealiChargerInternal.cmake ├── docs ├── Flashing m0517.doc ├── GTPowerA6-10 │ ├── Tutorial GTPower A6-10.pdf │ ├── back.jpg │ ├── front.jpg │ ├── p1_Q5_Q4.jpg │ ├── p2_D2_Q3.jpg │ ├── p3_D1_Q2.jpg │ ├── p4_U1_Q1.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 ├── GTPowerA8 │ ├── README.md │ ├── back.jpg │ ├── connector.jpg │ ├── connector2.jpg │ ├── front.jpg │ ├── front2.jpg │ ├── front3.jpg │ └── front_case.jpg ├── Hobbyking_ECO8_150W │ ├── CameraZOOM-20160216194838271.jpg │ ├── IMG_20160213_224846.jpg │ ├── IMG_20160213_225035_658.jpg │ ├── IMG_20160213_225045_265.jpg │ └── IMG_20160213_225117_537.jpg ├── LogView │ ├── adc_noise_off.png │ ├── adc_noise_on.png │ ├── charge+balance-PowerB6.png │ ├── charge-powerB6.png │ ├── charge_2xNiMH700mAh-nuvoton-M0517.png │ ├── dV_charge_2xNiMH.png │ ├── linearity_2xNiMH700mAh-nuvoton-M0517v3.png │ ├── storage+balance-PowerB6.png │ └── storage-powerB6.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 ├── artificial_adc_noise.md ├── artificial_noise_capacitors.png ├── artificial_noise_missing_capacitors.jpeg ├── battery_valid_voltage_vs_percentage.txt ├── building.md ├── calibration_error_codes.md ├── calibration_expert.md ├── calibration_expert_pin0.png ├── calibration_expert_pin0_resistor.png ├── connectors │ ├── balancePortPins.jpeg │ ├── isp_GTPowerA6-10.jpeg │ ├── isp_bu-link.jpg │ ├── isp_imaxB6.jpeg │ ├── isp_imaxB6_M0517.jpeg │ └── isp_imaxB6_clone.jpeg ├── discharge_circuit.png ├── flashing.md ├── imaxB6-50W-BOA6-nuvoton-M0517 │ ├── back.jpg │ ├── front.jpg │ └── housing.jpg ├── imaxB6 │ ├── imaxB6-clone-front.jpg │ ├── imaxB6-original-back.jpg │ ├── imaxB6-original-front.jpg │ └── imax_b6_hobbyking_eco06_digital_charger.pdf ├── imaxB6_nuvoton-M0517 │ ├── bu-link-connector.jpg │ ├── imaxB6-clone-nuvoton-back.jpg │ └── imaxB6-clone-nuvoton-front.jpg ├── nimh_nicd_charging.md ├── settings │ ├── D_C_cycles.png │ ├── D_C_rest.png │ ├── NiCd_dV.png │ ├── NiMH_dV.png │ ├── Rwire.png │ ├── UART.png │ ├── UART_inp.png │ ├── bal_err.png │ ├── beep.png │ ├── cap_COff.png │ ├── dT_dt.png │ ├── dis_agres.png │ ├── disch_off.png │ ├── enab_dV.png │ ├── extrn_T.png │ ├── extrn_TCO.png │ ├── force_bal.png │ ├── input_low.png │ ├── min_Iout.png │ ├── min_Iout_I.png │ ├── o_charge.png │ ├── o_disch.png │ ├── reset.png │ ├── settings.md │ └── speed.png ├── temp_sensor │ ├── atmega32_mod │ │ ├── mod_temp_UART_separation.jpg │ │ └── mod_temp_UART_separation.md │ ├── external temp sensor.jpg │ └── thermal sensor.png └── users_docs │ └── Cheali Charger 1.00 User Manual English_draft_002.pdf ├── hex ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-AnalogInputsAnalyzer-50W_2.00-e10.3.12-20160613_nuvoton-M0517.bin ├── cheali-charger-AnalogInputsAnalyzer-50W_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1 ├── cheali-charger-AnalogInputsAnalyzer-50W_2.00-e10.3.12-20160613_nuvoton-M0517.hex ├── cheali-charger-AnalogInputsAnalyzer-50W_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1 ├── cheali-charger-BalancePortAnalyzer-200W_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-BalancePortAnalyzer-200W_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-BalancePortAnalyzer-200W_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-BalancePortAnalyzer-200W_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.00-e10.3.12-20161006_atmega32.bin ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.00-e10.3.12-20161006_atmega32.bin.sha1 ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.00-e10.3.12-20161006_atmega32.hex ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.00-e10.3.12-20161006_atmega32.hex.sha1 ├── cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.bin ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.bin.sha1 ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.hex ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.00-e10.3.12-20161016_atmega32.hex.sha1 ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.00-e10.3.12-20161006_atmega32.bin ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.00-e10.3.12-20161006_atmega32.bin.sha1 ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.00-e10.3.12-20161006_atmega32.hex ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.00-e10.3.12-20161006_atmega32.hex.sha1 ├── cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.bin ├── cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.bin.sha1 ├── cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.hex ├── cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.hex.sha1 ├── cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.bin ├── cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1 ├── cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.hex ├── cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1 ├── cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.bin ├── cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1 ├── cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex ├── cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1 ├── cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.bin ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1 ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.hex ├── cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1 ├── cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.bin ├── cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.bin.sha1 ├── cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.hex ├── cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.hex.sha1 ├── old │ ├── v0.32 │ │ ├── cheali-charger-GTPowerA6-10-0.32.hex │ │ ├── cheali-charger-GTPowerA6-10-0.32.sha1 │ │ ├── cheali-charger-Turnigy-A-6-10-200W-0.32.hex │ │ ├── cheali-charger-Turnigy-A-6-10-200W-0.32.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A-0.32.hex │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A-0.32.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2-0.32.hex │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2-0.32.sha1 │ │ ├── cheali-charger-imaxB6-clone-0.32.hex │ │ ├── cheali-charger-imaxB6-clone-0.32.sha1 │ │ ├── cheali-charger-imaxB6-original-0.32.hex │ │ └── cheali-charger-imaxB6-original-0.32.sha1 │ ├── v0.33 │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC-0.33.hex │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC-0.33.sha1 │ │ ├── cheali-charger-GTPowerA6-10-0.33.hex │ │ ├── cheali-charger-GTPowerA6-10-0.33.sha1 │ │ ├── cheali-charger-Turnigy-A-6-10-200W-0.33.hex │ │ ├── cheali-charger-Turnigy-A-6-10-200W-0.33.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A-0.33.hex │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A-0.33.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A-0.33-displaymod.hex │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A-0.33-displaymod.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A-0.33.hex │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A-0.33.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2-0.33.hex │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2-0.33.sha1 │ │ ├── cheali-charger-imaxB6-clone-0.33.hex │ │ ├── cheali-charger-imaxB6-clone-0.33.sha1 │ │ ├── cheali-charger-imaxB6-original-0.33.hex │ │ └── cheali-charger-imaxB6-original-0.33.sha1 │ ├── v1.00 │ │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-BalancePortAnalyzer-200W_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-BalancePortAnalyzer-200W_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-GTPowerA6-10_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-GTPowerA6-10_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-A-6-10-200W_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-A-6-10-200W_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-MAX80W-7A_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-MAX80W-7A_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-200Wx2_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-MEGA-200Wx2_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-Turnigy-Mega-300W-8s_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-Turnigy-Mega-300W-8s_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.bin │ │ ├── cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.bin.sha1 │ │ ├── cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.hex │ │ ├── cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.hex.sha1 │ │ ├── cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.bin │ │ ├── cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.hex │ │ ├── cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.sha1 │ │ ├── cheali-charger-imaxB6-clone_1.00-20150711_atmega32.hex │ │ ├── cheali-charger-imaxB6-clone_1.00-20150711_atmega32.sha1 │ │ ├── cheali-charger-imaxB6-original_1.00-20150711_atmega32.hex │ │ └── cheali-charger-imaxB6-original_1.00-20150711_atmega32.sha1 │ └── v2.01 │ │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-BalancePortAnalyzer-200W_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-BalancePortAnalyzer-200W_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-BalancePortAnalyzer-200W_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-BalancePortAnalyzer-200W_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Bantam-BC6HP-250W_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Bantam-BC6HP-250W_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Bantam-BC6HP-250W_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Bantam-BC6HP-250W_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-A-6-10-200W_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-A-6-10-200W_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-A-6-10-200W_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-A-6-10-200W_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-MAX80W-7A_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-MAX80W-7A_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-MAX80W-7A_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-MAX80W-7A_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-imaxB6-50W-BOA6_2.01-e10.3.12-20170311_nuvoton-M0517.bin │ │ ├── cheali-charger-imaxB6-50W-BOA6_2.01-e10.3.12-20170311_nuvoton-M0517.bin.sha1 │ │ ├── cheali-charger-imaxB6-50W-BOA6_2.01-e10.3.12-20170311_nuvoton-M0517.hex │ │ ├── cheali-charger-imaxB6-50W-BOA6_2.01-e10.3.12-20170311_nuvoton-M0517.hex.sha1 │ │ ├── cheali-charger-imaxB6-80W_2.01-e10.3.12-20170311_nuvoton-M0517.bin │ │ ├── cheali-charger-imaxB6-80W_2.01-e10.3.12-20170311_nuvoton-M0517.bin.sha1 │ │ ├── cheali-charger-imaxB6-80W_2.01-e10.3.12-20170311_nuvoton-M0517.hex │ │ ├── cheali-charger-imaxB6-80W_2.01-e10.3.12-20170311_nuvoton-M0517.hex.sha1 │ │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.hex │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.hex.sha1 │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_nuvoton-M0517.bin │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_nuvoton-M0517.bin.sha1 │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_nuvoton-M0517.hex │ │ ├── cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_nuvoton-M0517.hex.sha1 │ │ ├── cheali-charger-imaxB6-original_2.01-e10.3.12-20170311_atmega32.bin │ │ ├── cheali-charger-imaxB6-original_2.01-e10.3.12-20170311_atmega32.bin.sha1 │ │ ├── cheali-charger-imaxB6-original_2.01-e10.3.12-20170311_atmega32.hex │ │ └── cheali-charger-imaxB6-original_2.01-e10.3.12-20170311_atmega32.hex.sha1 └── unstable │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-ADCKeyboardAnalyzer-150W_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-BalancePortAnalyzer-200W_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-BalancePortAnalyzer-200W_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-BalancePortAnalyzer-200W_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-BalancePortAnalyzer-200W_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Bantam-BC6HP-250W_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Bantam-BC6HP-250W_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Bantam-BC6HP-250W_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Bantam-BC6HP-250W_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Dual-Power-B6AC-80W-RC_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-EV-PEAK_CQ3_2.02-e10.3.12-20230523_nuvoton-NUC029xAN.bin │ ├── cheali-charger-EV-PEAK_CQ3_2.02-e10.3.12-20230523_nuvoton-NUC029xAN.bin.sha1 │ ├── cheali-charger-EV-PEAK_CQ3_2.02-e10.3.12-20230523_nuvoton-NUC029xAN.hex │ ├── cheali-charger-EV-PEAK_CQ3_2.02-e10.3.12-20230523_nuvoton-NUC029xAN.hex.sha1 │ ├── cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-HobbyKing-ECO8-150W-7A-8S_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-A-6-10-200W_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-A-6-10-200W_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-A-6-10-200W_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-A-6-10-200W_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-Accucel-6-50W-5A_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-Accucel-6-50W-6A_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-Accucel-8-150W-7A_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-MAX80W-7A_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-MAX80W-7A_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-MAX80W-7A_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-MAX80W-7A_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-MEGA-200Wx2_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-MEGA-400Wx2_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-Turnigy-Mega-300W-8s_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-imaxB6-50W-BOA6_2.02-e10.3.12-20230523_nuvoton-M051.bin │ ├── cheali-charger-imaxB6-50W-BOA6_2.02-e10.3.12-20230523_nuvoton-M051.bin.sha1 │ ├── cheali-charger-imaxB6-50W-BOA6_2.02-e10.3.12-20230523_nuvoton-M051.hex │ ├── cheali-charger-imaxB6-50W-BOA6_2.02-e10.3.12-20230523_nuvoton-M051.hex.sha1 │ ├── cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.bin │ ├── cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.bin.sha1 │ ├── cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.hex │ ├── cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.hex.sha1 │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-imaxB6-clone-50W-4.5A_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_nuvoton-M051.bin │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_nuvoton-M051.bin.sha1 │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_nuvoton-M051.hex │ ├── cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_nuvoton-M051.hex.sha1 │ ├── cheali-charger-imaxB6-original-chihying_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-imaxB6-original-chihying_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-imaxB6-original-chihying_2.02-e10.3.12-20230523_atmega32.hex │ ├── cheali-charger-imaxB6-original-chihying_2.02-e10.3.12-20230523_atmega32.hex.sha1 │ ├── cheali-charger-imaxB6-original_2.02-e10.3.12-20230523_atmega32.bin │ ├── cheali-charger-imaxB6-original_2.02-e10.3.12-20230523_atmega32.bin.sha1 │ ├── cheali-charger-imaxB6-original_2.02-e10.3.12-20230523_atmega32.hex │ └── cheali-charger-imaxB6-original_2.02-e10.3.12-20230523_atmega32.hex.sha1 ├── src ├── .gitignore ├── TODO ├── core │ ├── .gitignore │ ├── AnalogInputs.cpp │ ├── AnalogInputs.h │ ├── AnalogInputsPrivate.h │ ├── AnalogInputsTypes.cpp │ ├── AnalogInputsTypes.h │ ├── ChealiCharger2.cpp │ ├── ChealiCharger2.h │ ├── GlobalConfig.h │ ├── Program.cpp │ ├── Program.h │ ├── ProgramDCcycle.cpp │ ├── ProgramDCcycle.h │ ├── ProgramData.cpp │ ├── ProgramData.h │ ├── Settings.cpp │ ├── Settings.h │ ├── Utils.cpp │ ├── Utils.h │ ├── Version.h.in │ ├── avr-size.sh │ ├── calibration │ │ ├── Calibration.cpp │ │ ├── Calibration.h │ │ ├── CalibrationMenus.cpp │ │ ├── CurrentCalibrationMenus.cpp │ │ └── calibration.cmake │ ├── core.cmake │ ├── drivers │ │ ├── Blink.cpp │ │ ├── Blink.h │ │ ├── Buzzer.cpp │ │ ├── Buzzer.h │ │ ├── Keyboard.cpp │ │ ├── Keyboard.h │ │ ├── LcdPrint.cpp │ │ ├── LcdPrint.h │ │ ├── LiquidCrystal.cpp │ │ ├── LiquidCrystal.h │ │ ├── PolarityCheck.cpp │ │ ├── PolarityCheck.h │ │ ├── SerialLog.cpp │ │ ├── SerialLog.h │ │ ├── StackInfo.h │ │ ├── Time.cpp │ │ ├── Time.h │ │ ├── cprintf.cpp │ │ ├── cprintf.h │ │ ├── debug.h │ │ └── drivers.cmake │ ├── eeprom.cpp │ ├── eeprom.h │ ├── helper │ │ ├── ADCKeyboardAnalyzer.cpp │ │ ├── AnalogInputsAnalyzer.cpp │ │ ├── BalancePortAnalyzer.cpp │ │ ├── LCDAnalyzer.cpp │ │ ├── helper.cmake │ │ ├── helper.h │ │ └── helperMain.cpp │ ├── menus │ │ ├── EditMenu.cpp │ │ ├── EditMenu.h │ │ ├── MainMenu.cpp │ │ ├── MainMenu.h │ │ ├── Menu.cpp │ │ ├── Menu.h │ │ ├── OptionsMenu.cpp │ │ ├── OptionsMenu.h │ │ ├── ProgramDataMenu.cpp │ │ ├── ProgramDataMenu.h │ │ ├── ProgramMenus.cpp │ │ ├── ProgramMenus.h │ │ ├── SettingsMenu.cpp │ │ ├── SettingsMenu.h │ │ └── menus.cmake │ ├── screens │ │ ├── Screen.cpp │ │ ├── Screen.h │ │ ├── ScreenBalancer.cpp │ │ ├── ScreenBalancer.h │ │ ├── ScreenCycle.cpp │ │ ├── ScreenCycle.h │ │ ├── ScreenEditable.cpp │ │ ├── ScreenEditable.h │ │ ├── ScreenMethods.cpp │ │ ├── ScreenMethods.h │ │ ├── ScreenPages.h │ │ ├── ScreenStartInfo.cpp │ │ ├── ScreenStartInfo.h │ │ └── screens.cmake │ ├── strategy │ │ ├── Balancer.cpp │ │ ├── Balancer.h │ │ ├── DelayStrategy.cpp │ │ ├── DelayStrategy.h │ │ ├── DeltaChargeStrategy.cpp │ │ ├── DeltaChargeStrategy.h │ │ ├── Discharger.cpp │ │ ├── Discharger.h │ │ ├── Monitor.cpp │ │ ├── Monitor.h │ │ ├── SMPS.cpp │ │ ├── SMPS.h │ │ ├── SimpleChargeStrategy.cpp │ │ ├── SimpleChargeStrategy.h │ │ ├── SimpleDischargeStrategy.cpp │ │ ├── SimpleDischargeStrategy.h │ │ ├── StartInfoStrategy.cpp │ │ ├── StartInfoStrategy.h │ │ ├── StorageStrategy.cpp │ │ ├── StorageStrategy.h │ │ ├── Strategy.cpp │ │ ├── Strategy.h │ │ ├── Thevenin.cpp │ │ ├── Thevenin.h │ │ ├── TheveninChargeStrategy.cpp │ │ ├── TheveninChargeStrategy.h │ │ ├── TheveninDischargeStrategy.cpp │ │ ├── TheveninDischargeStrategy.h │ │ ├── TheveninMethod.cpp │ │ ├── TheveninMethod.h │ │ └── strategy.cmake │ └── strings │ │ ├── standard.h │ │ ├── strings.cmake │ │ ├── strings.cpp │ │ └── strings_common.h └── hardware │ ├── .gitignore │ ├── atmega32 │ ├── CMakeLists.txt │ ├── cpu │ │ ├── HardwareSerial.cpp │ │ ├── HardwareSerial.h │ │ ├── IO.h │ │ ├── Serial.h │ │ ├── StackInfo.cpp │ │ ├── Timer0.cpp │ │ ├── Timer0.h │ │ ├── Timer1.cpp │ │ ├── Timer1.h │ │ ├── Timer2.cpp │ │ ├── Utils.cpp │ │ ├── atomic.h │ │ ├── config.h │ │ ├── cpu.cmake │ │ ├── cpu.h │ │ └── memory.h │ ├── generic │ │ ├── 200W │ │ │ ├── AnalogInputsADC.cpp │ │ │ ├── AnalogInputsADC.h │ │ │ ├── GTPowerA6-10-pins.h │ │ │ ├── GTPowerA6-10.cpp │ │ │ ├── GTPowerA6-10.h │ │ │ ├── Hardware.h │ │ │ ├── HardwareConfigGeneric.h │ │ │ └── generic.cmake │ │ ├── 50W │ │ │ ├── AnalogInputsADC.cpp │ │ │ ├── AnalogInputsADC.h │ │ │ ├── Hardware.h │ │ │ ├── HardwareConfigGeneric.h │ │ │ ├── SMPS_PID.cpp │ │ │ ├── SMPS_PID.h │ │ │ ├── generic.cmake │ │ │ ├── imaxB6-pins.h │ │ │ ├── imaxB6.cpp │ │ │ └── imaxB6.h │ │ └── adc_key_test │ │ │ ├── GTPowerA6-10-pins.h │ │ │ ├── GTPowerA6-10.cpp │ │ │ ├── GTPowerA6-10.h │ │ │ ├── Hardware.h │ │ │ ├── HardwareConfigGeneric.h │ │ │ ├── adc.cpp │ │ │ ├── adc.h │ │ │ └── generic.cmake │ └── targets │ │ ├── ADCKeyboardAnalyzer-150W │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── BalancePortAnalyzer-200W │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Bantam-BC6HP-250W │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Dual-Power-B6AC-80W-RC │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── GTPowerA6-10-original │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── HobbyKing-ECO8-150W-7A-8S │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-A-6-10-200W │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-Accucel-6-50W-5A │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-Accucel-6-50W-6A │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-Accucel-8-150W-7A │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-MAX80W-7A │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-MEGA-200Wx2 │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-MEGA-400Wx2 │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── Turnigy-Mega-300W-8s │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── imaxB6-clone-50W-4.5A │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── imaxB6-clone │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ ├── imaxB6-original-chihying │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ │ └── imaxB6-original │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progUSBasp.sh │ ├── nuvoton-M051 │ ├── CMakeLists.txt │ ├── cpu │ │ ├── CMSIS │ │ │ ├── CMSIS │ │ │ │ ├── CMSIS END USER LICENCE AGREEMENT.pdf │ │ │ │ ├── Include │ │ │ │ │ ├── arm_common_tables.h │ │ │ │ │ ├── arm_math.h │ │ │ │ │ ├── core_cm0.h │ │ │ │ │ ├── core_cm0plus.h │ │ │ │ │ ├── core_cm3.h │ │ │ │ │ ├── core_cm4.h │ │ │ │ │ ├── core_cm4_simd.h │ │ │ │ │ ├── core_cmFunc.h │ │ │ │ │ ├── core_cmInstr.h │ │ │ │ │ ├── core_sc000.h │ │ │ │ │ └── core_sc300.h │ │ │ │ └── index.html │ │ │ ├── Device │ │ │ │ └── Nuvoton │ │ │ │ │ └── M051Series │ │ │ │ │ ├── Include │ │ │ │ │ ├── M051Series.h │ │ │ │ │ └── system_M051Series.h │ │ │ │ │ └── Source │ │ │ │ │ ├── ARM │ │ │ │ │ └── startup_M051Series.s │ │ │ │ │ ├── GCC │ │ │ │ │ ├── _syscalls.c │ │ │ │ │ ├── gcc_arm.ld │ │ │ │ │ ├── semihosting.h │ │ │ │ │ └── startup_M051Series.S │ │ │ │ │ ├── IAR │ │ │ │ │ └── startup_M051Series.s │ │ │ │ │ └── system_M051Series.c │ │ │ ├── StdDriver │ │ │ │ ├── inc │ │ │ │ │ ├── acmp.h │ │ │ │ │ ├── adc.h │ │ │ │ │ ├── clk.h │ │ │ │ │ ├── ebi.h │ │ │ │ │ ├── fmc.h │ │ │ │ │ ├── gpio.h │ │ │ │ │ ├── hdiv.h │ │ │ │ │ ├── i2c.h │ │ │ │ │ ├── pwm.h │ │ │ │ │ ├── spi.h │ │ │ │ │ ├── sys.h │ │ │ │ │ ├── timer.h │ │ │ │ │ ├── uart.h │ │ │ │ │ ├── wdt.h │ │ │ │ │ └── wwdt.h │ │ │ │ └── src │ │ │ │ │ ├── FMC.c │ │ │ │ │ ├── acmp.c │ │ │ │ │ ├── adc.c │ │ │ │ │ ├── clk.c │ │ │ │ │ ├── ebi.c │ │ │ │ │ ├── gpio.c │ │ │ │ │ ├── i2c.c │ │ │ │ │ ├── pwm.c │ │ │ │ │ ├── retarget.c │ │ │ │ │ ├── spi.c │ │ │ │ │ ├── sys.c │ │ │ │ │ ├── timer.c │ │ │ │ │ ├── uart.c │ │ │ │ │ ├── wdt.c │ │ │ │ │ └── wwdt.c │ │ │ ├── cmsis.cmake │ │ │ └── warning.txt │ │ ├── IO.cpp │ │ ├── IO.h │ │ ├── Serial.cpp │ │ ├── Serial.h │ │ ├── StackInfo.cpp │ │ ├── Timer0.cpp │ │ ├── TxHardSerial.cpp │ │ ├── TxHardSerial.h │ │ ├── TxSoftSerial.cpp │ │ ├── TxSoftSerial.h │ │ ├── UtilsD.cpp │ │ ├── atomic.h │ │ ├── config.h │ │ ├── cpu.cmake │ │ ├── cpu.cpp │ │ ├── cpu.h │ │ ├── irq_priority.h │ │ ├── memory.cpp │ │ ├── memory.h │ │ └── startup_M051Series.c │ ├── generic │ │ └── 50W │ │ │ ├── AnalogInputsADC.cpp │ │ │ ├── AnalogInputsADC.h │ │ │ ├── Hardware.h │ │ │ ├── HardwareConfigGeneric.h │ │ │ ├── SMPS_PID.cpp │ │ │ ├── SMPS_PID.h │ │ │ ├── generic.cmake │ │ │ ├── imaxB6-pins.h │ │ │ ├── imaxB6.cpp │ │ │ ├── imaxB6.h │ │ │ ├── outputPWM.cpp │ │ │ └── outputPWM.h │ └── targets │ │ ├── AnalogInputsAnalyzer-50W │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ └── progStLink2.sh │ │ ├── imaxB6-50W-BOA6 │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ └── defaultCalibration.cpp │ │ ├── imaxB6-80W │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ └── defaultCalibration.cpp │ │ └── imaxB6-clone │ │ ├── CMakeLists.txt │ │ ├── HardwareConfig.h │ │ ├── defaultCalibration.cpp │ │ ├── progStLink.sh │ │ ├── progStLink2.sh │ │ ├── progStLinkeeprom.sh │ │ └── reset.sh │ └── nuvoton-NUC029xAN │ ├── CMakeLists.txt │ ├── cpu │ ├── CMSIS │ │ ├── CMSIS │ │ │ ├── CMSIS END USER LICENCE AGREEMENT.pdf │ │ │ ├── Include │ │ │ │ ├── arm_common_tables.h │ │ │ │ ├── arm_math.h │ │ │ │ ├── core_cm0.h │ │ │ │ ├── core_cm0plus.h │ │ │ │ ├── core_cm3.h │ │ │ │ ├── core_cm4.h │ │ │ │ ├── core_cm4_simd.h │ │ │ │ ├── core_cmFunc.h │ │ │ │ ├── core_cmInstr.h │ │ │ │ ├── core_sc000.h │ │ │ │ └── core_sc300.h │ │ │ └── index.html │ │ ├── Device │ │ │ └── Nuvoton │ │ │ │ └── NUC029xAN │ │ │ │ ├── Include │ │ │ │ ├── NUC029xAN.h │ │ │ │ └── system_NUC029xAN.h │ │ │ │ └── Source │ │ │ │ ├── ARM │ │ │ │ └── startup_NUC029xAN.s │ │ │ │ ├── GCC │ │ │ │ ├── _syscalls.c │ │ │ │ ├── gcc_arm.ld │ │ │ │ ├── semihosting.h │ │ │ │ └── startup_NUC029xAN.S │ │ │ │ ├── IAR │ │ │ │ └── startup_NUC029xAN.s │ │ │ │ └── system_NUC029xAN.c │ │ ├── StdDriver │ │ │ ├── inc │ │ │ │ ├── acmp.h │ │ │ │ ├── adc.h │ │ │ │ ├── clk.h │ │ │ │ ├── ebi.h │ │ │ │ ├── fmc.h │ │ │ │ ├── gpio.h │ │ │ │ ├── hdiv.h │ │ │ │ ├── i2c.h │ │ │ │ ├── pwm.h │ │ │ │ ├── spi.h │ │ │ │ ├── sys.h │ │ │ │ ├── timer.h │ │ │ │ ├── uart.h │ │ │ │ ├── wdt.h │ │ │ │ └── wwdt.h │ │ │ └── src │ │ │ │ ├── acmp.c │ │ │ │ ├── adc.c │ │ │ │ ├── clk.c │ │ │ │ ├── ebi.c │ │ │ │ ├── fmc.c │ │ │ │ ├── gpio.c │ │ │ │ ├── i2c.c │ │ │ │ ├── pwm.c │ │ │ │ ├── retarget.c │ │ │ │ ├── spi.c │ │ │ │ ├── sys.c │ │ │ │ ├── timer.c │ │ │ │ ├── uart.c │ │ │ │ ├── wdt.c │ │ │ │ └── wwdt.c │ │ └── cmsis.cmake │ ├── IO.cpp │ ├── IO.h │ ├── Serial.cpp │ ├── Serial.h │ ├── StackInfo.cpp │ ├── Timer0.cpp │ ├── TxHardSerial.cpp │ ├── TxHardSerial.h │ ├── UtilsD.cpp │ ├── atomic.h │ ├── config.h │ ├── cpu.cmake │ ├── cpu.cpp │ ├── cpu.h │ ├── irq_priority.h │ ├── memory.cpp │ └── memory.h │ ├── generic │ └── 100W │ │ ├── AnalogInputsADC.cpp │ │ ├── AnalogInputsADC.h │ │ ├── CQ3-pins.h │ │ ├── CQ3.cpp │ │ ├── CQ3.h │ │ ├── Hardware.h │ │ ├── HardwareConfigGeneric.h │ │ ├── SMPS_PID.cpp │ │ ├── SMPS_PID.h │ │ ├── generic.cmake │ │ ├── outputPWM.cpp │ │ └── outputPWM.h │ └── targets │ └── EV-PEAK_CQ3 │ ├── CMakeLists.txt │ ├── HardwareConfig.h │ └── defaultCalibration.cpp └── utils ├── LogView ├── Cheali Charger_0.33.ini ├── Cheali Charger_0.33m.ini ├── ChealiCharger_6cell_1.0.ini └── ChealiCharger_8cell_1.0.ini ├── M0517_dump ├── dump_to_bin.sh ├── dump_to_mww.sh ├── dump_to_reg.sh └── restore_dump.sh ├── cheali-logviewer ├── cheali-logviewer.py └── chealiparser.py ├── copy_hex.sh ├── eepromExtractor ├── README.md ├── defaultCalibration.cpp.template6 ├── defaultCalibration.cpp.template8 ├── dformatter.py ├── eeprom.py ├── ehelper │ ├── __init__.py │ ├── ehelper.py │ ├── v9_2_6.py │ ├── v9_2_7.py │ ├── v9_2_8.py │ ├── v9_2_9.py │ ├── v_a0x1001_9_3_10.py │ ├── v_a0x1001_i0x6_10_3_12.py │ ├── v_a0x1002_9_3_10.py │ ├── v_a0x1002_i0x6_10_3_11.py │ ├── v_a0x1002_i0x6_10_3_12.py │ ├── v_a0x1002_i0x8_10_3_11.py │ ├── v_a0x1002_i0x8_10_3_12.py │ ├── v_a0x4001_9_3_10.py │ ├── v_a0x4001_i0x6_10_3_11.py │ └── v_a0x4001_i0x6_10_3_12.py ├── getctypes.sh └── hex2bin.sh ├── gen_sha1.sh ├── gnuplot └── gnuplot-NiMH ├── lcdScreenshotGenerator ├── generate.py └── xpm │ ├── 0x20.xpm │ ├── 0x21.xpm │ ├── 0x22.xpm │ ├── 0x23.xpm │ ├── 0x24.xpm │ ├── 0x25.xpm │ ├── 0x26.xpm │ ├── 0x27.xpm │ ├── 0x28.xpm │ ├── 0x29.xpm │ ├── 0x2A.xpm │ ├── 0x2B.xpm │ ├── 0x2C.xpm │ ├── 0x2D.xpm │ ├── 0x2E.xpm │ ├── 0x2F.xpm │ ├── 0x30.xpm │ ├── 0x31.xpm │ ├── 0x32.xpm │ ├── 0x33.xpm │ ├── 0x34.xpm │ ├── 0x35.xpm │ ├── 0x36.xpm │ ├── 0x37.xpm │ ├── 0x38.xpm │ ├── 0x39.xpm │ ├── 0x3A.xpm │ ├── 0x3B.xpm │ ├── 0x3C.xpm │ ├── 0x3D.xpm │ ├── 0x3E.xpm │ ├── 0x3F.xpm │ ├── 0x40.xpm │ ├── 0x41.xpm │ ├── 0x42.xpm │ ├── 0x43.xpm │ ├── 0x44.xpm │ ├── 0x45.xpm │ ├── 0x46.xpm │ ├── 0x47.xpm │ ├── 0x48.xpm │ ├── 0x49.xpm │ ├── 0x4A.xpm │ ├── 0x4B.xpm │ ├── 0x4C.xpm │ ├── 0x4D.xpm │ ├── 0x4E.xpm │ ├── 0x4F.xpm │ ├── 0x50.xpm │ ├── 0x51.xpm │ ├── 0x52.xpm │ ├── 0x53.xpm │ ├── 0x54.xpm │ ├── 0x55.xpm │ ├── 0x56.xpm │ ├── 0x57.xpm │ ├── 0x58.xpm │ ├── 0x59.xpm │ ├── 0x5A.xpm │ ├── 0x5B.xpm │ ├── 0x5C.xpm │ ├── 0x5D.xpm │ ├── 0x5E.xpm │ ├── 0x5F.xpm │ ├── 0x60.xpm │ ├── 0x61.xpm │ ├── 0x62.xpm │ ├── 0x63.xpm │ ├── 0x64.xpm │ ├── 0x65.xpm │ ├── 0x66.xpm │ ├── 0x67.xpm │ ├── 0x68.xpm │ ├── 0x69.xpm │ ├── 0x6A.xpm │ ├── 0x6B.xpm │ ├── 0x6C.xpm │ ├── 0x6D.xpm │ ├── 0x6E.xpm │ ├── 0x6F.xpm │ ├── 0x70.xpm │ ├── 0x71.xpm │ ├── 0x72.xpm │ ├── 0x73.xpm │ ├── 0x74.xpm │ ├── 0x75.xpm │ ├── 0x76.xpm │ ├── 0x77.xpm │ ├── 0x78.xpm │ ├── 0x79.xpm │ ├── 0x7A.xpm │ ├── 0x7B.xpm │ ├── 0x7C.xpm │ ├── 0x7D.xpm │ ├── 0x7E.xpm │ ├── 0x7F.xpm │ ├── 0xE8.xpm │ ├── 0xE9.xpm │ ├── 0xEB.xpm │ ├── 0xF3.xpm │ ├── 0xF4.xpm │ ├── 0xF6.xpm │ ├── 0xF7.xpm │ ├── 0xF8.xpm │ ├── 0xF9.xpm │ ├── 0xFD.xpm │ ├── 0xFF.xpm │ └── test.cmd └── make_release.sh /.gitattributes: -------------------------------------------------------------------------------- 1 | *.hex binary 2 | -------------------------------------------------------------------------------- /.github/workflows/atmega.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/.github/workflows/atmega.yml -------------------------------------------------------------------------------- /.github/workflows/novuton.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/.github/workflows/novuton.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/.gitmodules -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/README.md -------------------------------------------------------------------------------- /arm-compiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/arm-compiler.cmake -------------------------------------------------------------------------------- /arm-toolchain.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/arm-toolchain.cmake -------------------------------------------------------------------------------- /avr-compiler.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/avr-compiler.cmake -------------------------------------------------------------------------------- /avr-toolchain.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/avr-toolchain.cmake -------------------------------------------------------------------------------- /bootstrap-arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/bootstrap-arm -------------------------------------------------------------------------------- /bootstrap-avr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/bootstrap-avr -------------------------------------------------------------------------------- /bootstrap-avr.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/bootstrap-avr.bat -------------------------------------------------------------------------------- /cmake/FindChealiChargerInternal.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/cmake/FindChealiChargerInternal.cmake -------------------------------------------------------------------------------- /docs/Flashing m0517.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Flashing m0517.doc -------------------------------------------------------------------------------- /docs/GTPowerA6-10/Tutorial GTPower A6-10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/Tutorial GTPower A6-10.pdf -------------------------------------------------------------------------------- /docs/GTPowerA6-10/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/back.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/front.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/p1_Q5_Q4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/p1_Q5_Q4.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/p2_D2_Q3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/p2_D2_Q3.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/p3_D1_Q2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/p3_D1_Q2.jpg -------------------------------------------------------------------------------- /docs/GTPowerA6-10/p4_U1_Q1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA6-10/p4_U1_Q1.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/README.md -------------------------------------------------------------------------------- /docs/GTPowerA8/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/back.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/connector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/connector.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/connector2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/connector2.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/front.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/front2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/front2.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/front3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/front3.jpg -------------------------------------------------------------------------------- /docs/GTPowerA8/front_case.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/GTPowerA8/front_case.jpg -------------------------------------------------------------------------------- /docs/Hobbyking_ECO8_150W/CameraZOOM-20160216194838271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Hobbyking_ECO8_150W/CameraZOOM-20160216194838271.jpg -------------------------------------------------------------------------------- /docs/Hobbyking_ECO8_150W/IMG_20160213_224846.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Hobbyking_ECO8_150W/IMG_20160213_224846.jpg -------------------------------------------------------------------------------- /docs/Hobbyking_ECO8_150W/IMG_20160213_225035_658.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Hobbyking_ECO8_150W/IMG_20160213_225035_658.jpg -------------------------------------------------------------------------------- /docs/Hobbyking_ECO8_150W/IMG_20160213_225045_265.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Hobbyking_ECO8_150W/IMG_20160213_225045_265.jpg -------------------------------------------------------------------------------- /docs/Hobbyking_ECO8_150W/IMG_20160213_225117_537.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Hobbyking_ECO8_150W/IMG_20160213_225117_537.jpg -------------------------------------------------------------------------------- /docs/LogView/adc_noise_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/adc_noise_off.png -------------------------------------------------------------------------------- /docs/LogView/adc_noise_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/adc_noise_on.png -------------------------------------------------------------------------------- /docs/LogView/charge+balance-PowerB6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/charge+balance-PowerB6.png -------------------------------------------------------------------------------- /docs/LogView/charge-powerB6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/charge-powerB6.png -------------------------------------------------------------------------------- /docs/LogView/charge_2xNiMH700mAh-nuvoton-M0517.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/charge_2xNiMH700mAh-nuvoton-M0517.png -------------------------------------------------------------------------------- /docs/LogView/dV_charge_2xNiMH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/dV_charge_2xNiMH.png -------------------------------------------------------------------------------- /docs/LogView/linearity_2xNiMH700mAh-nuvoton-M0517v3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/linearity_2xNiMH700mAh-nuvoton-M0517v3.png -------------------------------------------------------------------------------- /docs/LogView/storage+balance-PowerB6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/storage+balance-PowerB6.png -------------------------------------------------------------------------------- /docs/LogView/storage-powerB6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/LogView/storage-powerB6.png -------------------------------------------------------------------------------- /docs/Turnigy MAX80/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy MAX80/back.jpg -------------------------------------------------------------------------------- /docs/Turnigy MAX80/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy MAX80/front.jpg -------------------------------------------------------------------------------- /docs/Turnigy MAX80/front2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy MAX80/front2.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/at work.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy Mega200Wx2 V2/at work.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/display_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy Mega200Wx2 V2/display_back.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/front1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy Mega200Wx2 V2/front1.jpg -------------------------------------------------------------------------------- /docs/Turnigy Mega200Wx2 V2/front2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy Mega200Wx2 V2/front2.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_back.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy_MAX200/Turnigy_MAX200-A6-10_front.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MEGA400x2/MEGA400x2_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy_MEGA400x2/MEGA400x2_back.jpg -------------------------------------------------------------------------------- /docs/Turnigy_MEGA400x2/MEGA400x2_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy_MEGA400x2/MEGA400x2_front.jpg -------------------------------------------------------------------------------- /docs/Turnigy_accucel6/AC6_ISP_connector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/Turnigy_accucel6/AC6_ISP_connector.jpg -------------------------------------------------------------------------------- /docs/artificial_adc_noise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/artificial_adc_noise.md -------------------------------------------------------------------------------- /docs/artificial_noise_capacitors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/artificial_noise_capacitors.png -------------------------------------------------------------------------------- /docs/artificial_noise_missing_capacitors.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/artificial_noise_missing_capacitors.jpeg -------------------------------------------------------------------------------- /docs/battery_valid_voltage_vs_percentage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/battery_valid_voltage_vs_percentage.txt -------------------------------------------------------------------------------- /docs/building.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/building.md -------------------------------------------------------------------------------- /docs/calibration_error_codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/calibration_error_codes.md -------------------------------------------------------------------------------- /docs/calibration_expert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/calibration_expert.md -------------------------------------------------------------------------------- /docs/calibration_expert_pin0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/calibration_expert_pin0.png -------------------------------------------------------------------------------- /docs/calibration_expert_pin0_resistor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/calibration_expert_pin0_resistor.png -------------------------------------------------------------------------------- /docs/connectors/balancePortPins.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/connectors/balancePortPins.jpeg -------------------------------------------------------------------------------- /docs/connectors/isp_GTPowerA6-10.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/connectors/isp_GTPowerA6-10.jpeg -------------------------------------------------------------------------------- /docs/connectors/isp_bu-link.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/connectors/isp_bu-link.jpg -------------------------------------------------------------------------------- /docs/connectors/isp_imaxB6.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/connectors/isp_imaxB6.jpeg -------------------------------------------------------------------------------- /docs/connectors/isp_imaxB6_M0517.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/connectors/isp_imaxB6_M0517.jpeg -------------------------------------------------------------------------------- /docs/connectors/isp_imaxB6_clone.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/connectors/isp_imaxB6_clone.jpeg -------------------------------------------------------------------------------- /docs/discharge_circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/discharge_circuit.png -------------------------------------------------------------------------------- /docs/flashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/flashing.md -------------------------------------------------------------------------------- /docs/imaxB6-50W-BOA6-nuvoton-M0517/back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6-50W-BOA6-nuvoton-M0517/back.jpg -------------------------------------------------------------------------------- /docs/imaxB6-50W-BOA6-nuvoton-M0517/front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6-50W-BOA6-nuvoton-M0517/front.jpg -------------------------------------------------------------------------------- /docs/imaxB6-50W-BOA6-nuvoton-M0517/housing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6-50W-BOA6-nuvoton-M0517/housing.jpg -------------------------------------------------------------------------------- /docs/imaxB6/imaxB6-clone-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6/imaxB6-clone-front.jpg -------------------------------------------------------------------------------- /docs/imaxB6/imaxB6-original-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6/imaxB6-original-back.jpg -------------------------------------------------------------------------------- /docs/imaxB6/imaxB6-original-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6/imaxB6-original-front.jpg -------------------------------------------------------------------------------- /docs/imaxB6/imax_b6_hobbyking_eco06_digital_charger.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6/imax_b6_hobbyking_eco06_digital_charger.pdf -------------------------------------------------------------------------------- /docs/imaxB6_nuvoton-M0517/bu-link-connector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6_nuvoton-M0517/bu-link-connector.jpg -------------------------------------------------------------------------------- /docs/imaxB6_nuvoton-M0517/imaxB6-clone-nuvoton-back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6_nuvoton-M0517/imaxB6-clone-nuvoton-back.jpg -------------------------------------------------------------------------------- /docs/imaxB6_nuvoton-M0517/imaxB6-clone-nuvoton-front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/imaxB6_nuvoton-M0517/imaxB6-clone-nuvoton-front.jpg -------------------------------------------------------------------------------- /docs/nimh_nicd_charging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/nimh_nicd_charging.md -------------------------------------------------------------------------------- /docs/settings/D_C_cycles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/D_C_cycles.png -------------------------------------------------------------------------------- /docs/settings/D_C_rest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/D_C_rest.png -------------------------------------------------------------------------------- /docs/settings/NiCd_dV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/NiCd_dV.png -------------------------------------------------------------------------------- /docs/settings/NiMH_dV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/NiMH_dV.png -------------------------------------------------------------------------------- /docs/settings/Rwire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/Rwire.png -------------------------------------------------------------------------------- /docs/settings/UART.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/UART.png -------------------------------------------------------------------------------- /docs/settings/UART_inp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/UART_inp.png -------------------------------------------------------------------------------- /docs/settings/bal_err.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/bal_err.png -------------------------------------------------------------------------------- /docs/settings/beep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/beep.png -------------------------------------------------------------------------------- /docs/settings/cap_COff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/cap_COff.png -------------------------------------------------------------------------------- /docs/settings/dT_dt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/dT_dt.png -------------------------------------------------------------------------------- /docs/settings/dis_agres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/dis_agres.png -------------------------------------------------------------------------------- /docs/settings/disch_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/disch_off.png -------------------------------------------------------------------------------- /docs/settings/enab_dV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/enab_dV.png -------------------------------------------------------------------------------- /docs/settings/extrn_T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/extrn_T.png -------------------------------------------------------------------------------- /docs/settings/extrn_TCO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/extrn_TCO.png -------------------------------------------------------------------------------- /docs/settings/force_bal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/force_bal.png -------------------------------------------------------------------------------- /docs/settings/input_low.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/input_low.png -------------------------------------------------------------------------------- /docs/settings/min_Iout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/min_Iout.png -------------------------------------------------------------------------------- /docs/settings/min_Iout_I.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/min_Iout_I.png -------------------------------------------------------------------------------- /docs/settings/o_charge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/o_charge.png -------------------------------------------------------------------------------- /docs/settings/o_disch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/o_disch.png -------------------------------------------------------------------------------- /docs/settings/reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/reset.png -------------------------------------------------------------------------------- /docs/settings/settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/settings.md -------------------------------------------------------------------------------- /docs/settings/speed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/settings/speed.png -------------------------------------------------------------------------------- /docs/temp_sensor/atmega32_mod/mod_temp_UART_separation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/temp_sensor/atmega32_mod/mod_temp_UART_separation.jpg -------------------------------------------------------------------------------- /docs/temp_sensor/atmega32_mod/mod_temp_UART_separation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/temp_sensor/atmega32_mod/mod_temp_UART_separation.md -------------------------------------------------------------------------------- /docs/temp_sensor/external temp sensor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/temp_sensor/external temp sensor.jpg -------------------------------------------------------------------------------- /docs/temp_sensor/thermal sensor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/temp_sensor/thermal sensor.png -------------------------------------------------------------------------------- /docs/users_docs/Cheali Charger 1.00 User Manual English_draft_002.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/docs/users_docs/Cheali Charger 1.00 User Manual English_draft_002.pdf -------------------------------------------------------------------------------- /hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Bantam-BC6HP-250W_2.00-e10.3.12-20160613_atmega32.hex.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Dual-Power-B6AC-80W-RC_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-GTPowerA6-10_2.00-e10.3.12-20160613_atmega32.hex.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-A-6-10-200W_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MAX80W-7A_2.00-e10.3.12-20161202_atmega32.hex.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MEGA-200Wx2_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-MEGA-400Wx2_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-Turnigy-Mega-300W-8s_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.bin -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-50W-BOA6_2.00-e10.3.12-20160613_nuvoton-M0517.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.bin -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-80W_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone-50W-4.5A_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_atmega32.hex.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.bin -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-clone_2.00-e10.3.12-20160613_nuvoton-M0517.hex.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.bin -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.bin.sha1 -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.hex -------------------------------------------------------------------------------- /hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/cheali-charger-imaxB6-original_2.00-e10.3.12-20160613_atmega32.hex.sha1 -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-GTPowerA6-10-0.32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-GTPowerA6-10-0.32.hex -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-GTPowerA6-10-0.32.sha1: -------------------------------------------------------------------------------- 1 | cff7728c05d54705ca1d3259c6e69084777bbcaf cheali-charger-GTPowerA6-10-0.32.hex 2 | -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-Turnigy-A-6-10-200W-0.32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-Turnigy-A-6-10-200W-0.32.hex -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-Turnigy-A-6-10-200W-0.32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-Turnigy-A-6-10-200W-0.32.sha1 -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-Turnigy-Accucel-6-50W-5A-0.32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-Turnigy-Accucel-6-50W-5A-0.32.hex -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-Turnigy-Accucel-6-50W-5A-0.32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-Turnigy-Accucel-6-50W-5A-0.32.sha1 -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-Turnigy-MEGA-400Wx2-0.32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-Turnigy-MEGA-400Wx2-0.32.hex -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-Turnigy-MEGA-400Wx2-0.32.sha1: -------------------------------------------------------------------------------- 1 | 5df026b5bf2e69fa1fa049a40df17abda7e11bd9 cheali-charger-Turnigy-MEGA-400Wx2-0.32.hex 2 | -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-imaxB6-clone-0.32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-imaxB6-clone-0.32.hex -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-imaxB6-clone-0.32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-imaxB6-clone-0.32.sha1 -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-imaxB6-original-0.32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-imaxB6-original-0.32.hex -------------------------------------------------------------------------------- /hex/old/v0.32/cheali-charger-imaxB6-original-0.32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.32/cheali-charger-imaxB6-original-0.32.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Dual-Power-B6AC-80W-RC-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Dual-Power-B6AC-80W-RC-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Dual-Power-B6AC-80W-RC-0.33.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Dual-Power-B6AC-80W-RC-0.33.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-GTPowerA6-10-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-GTPowerA6-10-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-GTPowerA6-10-0.33.sha1: -------------------------------------------------------------------------------- 1 | 97e3eef248e4d3fcaf4433f8e8fc91a99fe662dc cheali-charger-GTPowerA6-10-0.33.hex 2 | -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-A-6-10-200W-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-A-6-10-200W-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-A-6-10-200W-0.33.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-A-6-10-200W-0.33.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-Accucel-6-50W-5A-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-Accucel-6-50W-5A-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-Accucel-6-50W-5A-0.33.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-Accucel-6-50W-5A-0.33.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33-displaymod.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33-displaymod.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33-displaymod.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33-displaymod.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-Accucel-8-150W-7A-0.33.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-MEGA-400Wx2-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-Turnigy-MEGA-400Wx2-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-Turnigy-MEGA-400Wx2-0.33.sha1: -------------------------------------------------------------------------------- 1 | 494f61528a7e365097ebbd855607dd67ab3c2f04 cheali-charger-Turnigy-MEGA-400Wx2-0.33.hex 2 | -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-imaxB6-clone-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-imaxB6-clone-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-imaxB6-clone-0.33.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-imaxB6-clone-0.33.sha1 -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-imaxB6-original-0.33.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-imaxB6-original-0.33.hex -------------------------------------------------------------------------------- /hex/old/v0.33/cheali-charger-imaxB6-original-0.33.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v0.33/cheali-charger-imaxB6-original-0.33.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Dual-Power-B6AC-80W-RC_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Dual-Power-B6AC-80W-RC_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-GTPowerA6-10_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-GTPowerA6-10_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-GTPowerA6-10_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-GTPowerA6-10_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-A-6-10-200W_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-A-6-10-200W_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-A-6-10-200W_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-A-6-10-200W_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-MAX80W-7A_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-MAX80W-7A_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-MAX80W-7A_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-MAX80W-7A_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-MEGA-200Wx2_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-MEGA-200Wx2_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-MEGA-200Wx2_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-MEGA-200Wx2_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-MEGA-400Wx2_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-MEGA-400Wx2_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-MEGA-400Wx2_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-MEGA-400Wx2_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-Mega-300W-8s_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-Mega-300W-8s_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-Turnigy-Mega-300W-8s_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-Turnigy-Mega-300W-8s_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.bin -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.bin.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.bin.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.hex.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-80W_1.00-20150725_nuvoton-M0517.hex.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.bin -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150611_nuvoton-M0517.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-clone_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-original_1.00-20150711_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-original_1.00-20150711_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v1.00/cheali-charger-imaxB6-original_1.00-20150711_atmega32.sha1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v1.00/cheali-charger-imaxB6-original_1.00-20150711_atmega32.sha1 -------------------------------------------------------------------------------- /hex/old/v2.01/cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v2.01/cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.bin -------------------------------------------------------------------------------- /hex/old/v2.01/cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v2.01/cheali-charger-GTPowerA6-10_2.01-e10.3.12-20170311_atmega32.hex -------------------------------------------------------------------------------- /hex/old/v2.01/cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v2.01/cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.bin -------------------------------------------------------------------------------- /hex/old/v2.01/cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/old/v2.01/cheali-charger-imaxB6-clone_2.01-e10.3.12-20170311_atmega32.hex -------------------------------------------------------------------------------- /hex/unstable/cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/unstable/cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.bin -------------------------------------------------------------------------------- /hex/unstable/cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/unstable/cheali-charger-GTPowerA6-10_2.02-e10.3.12-20230523_atmega32.hex -------------------------------------------------------------------------------- /hex/unstable/cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/unstable/cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.bin -------------------------------------------------------------------------------- /hex/unstable/cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/unstable/cheali-charger-imaxB6-80W_2.02-e10.3.12-20230523_nuvoton-M051.hex -------------------------------------------------------------------------------- /hex/unstable/cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/unstable/cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.bin -------------------------------------------------------------------------------- /hex/unstable/cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/hex/unstable/cheali-charger-imaxB6-clone_2.02-e10.3.12-20230523_atmega32.hex -------------------------------------------------------------------------------- /src/.gitignore: -------------------------------------------------------------------------------- 1 | cheali-charger.* 2 | -------------------------------------------------------------------------------- /src/TODO: -------------------------------------------------------------------------------- 1 | moved to: https://github.com/stawel/cheali-charger/issues -------------------------------------------------------------------------------- /src/core/.gitignore: -------------------------------------------------------------------------------- 1 | Version.h 2 | -------------------------------------------------------------------------------- /src/core/AnalogInputs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/AnalogInputs.cpp -------------------------------------------------------------------------------- /src/core/AnalogInputs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/AnalogInputs.h -------------------------------------------------------------------------------- /src/core/AnalogInputsPrivate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/AnalogInputsPrivate.h -------------------------------------------------------------------------------- /src/core/AnalogInputsTypes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/AnalogInputsTypes.cpp -------------------------------------------------------------------------------- /src/core/AnalogInputsTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/AnalogInputsTypes.h -------------------------------------------------------------------------------- /src/core/ChealiCharger2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/ChealiCharger2.cpp -------------------------------------------------------------------------------- /src/core/ChealiCharger2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/ChealiCharger2.h -------------------------------------------------------------------------------- /src/core/GlobalConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/GlobalConfig.h -------------------------------------------------------------------------------- /src/core/Program.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Program.cpp -------------------------------------------------------------------------------- /src/core/Program.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Program.h -------------------------------------------------------------------------------- /src/core/ProgramDCcycle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/ProgramDCcycle.cpp -------------------------------------------------------------------------------- /src/core/ProgramDCcycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/ProgramDCcycle.h -------------------------------------------------------------------------------- /src/core/ProgramData.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/ProgramData.cpp -------------------------------------------------------------------------------- /src/core/ProgramData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/ProgramData.h -------------------------------------------------------------------------------- /src/core/Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Settings.cpp -------------------------------------------------------------------------------- /src/core/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Settings.h -------------------------------------------------------------------------------- /src/core/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Utils.cpp -------------------------------------------------------------------------------- /src/core/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Utils.h -------------------------------------------------------------------------------- /src/core/Version.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/Version.h.in -------------------------------------------------------------------------------- /src/core/avr-size.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/avr-size.sh -------------------------------------------------------------------------------- /src/core/calibration/Calibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/calibration/Calibration.cpp -------------------------------------------------------------------------------- /src/core/calibration/Calibration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/calibration/Calibration.h -------------------------------------------------------------------------------- /src/core/calibration/CalibrationMenus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/calibration/CalibrationMenus.cpp -------------------------------------------------------------------------------- /src/core/calibration/CurrentCalibrationMenus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/calibration/CurrentCalibrationMenus.cpp -------------------------------------------------------------------------------- /src/core/calibration/calibration.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/calibration/calibration.cmake -------------------------------------------------------------------------------- /src/core/core.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/core.cmake -------------------------------------------------------------------------------- /src/core/drivers/Blink.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Blink.cpp -------------------------------------------------------------------------------- /src/core/drivers/Blink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Blink.h -------------------------------------------------------------------------------- /src/core/drivers/Buzzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Buzzer.cpp -------------------------------------------------------------------------------- /src/core/drivers/Buzzer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Buzzer.h -------------------------------------------------------------------------------- /src/core/drivers/Keyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Keyboard.cpp -------------------------------------------------------------------------------- /src/core/drivers/Keyboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Keyboard.h -------------------------------------------------------------------------------- /src/core/drivers/LcdPrint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/LcdPrint.cpp -------------------------------------------------------------------------------- /src/core/drivers/LcdPrint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/LcdPrint.h -------------------------------------------------------------------------------- /src/core/drivers/LiquidCrystal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/LiquidCrystal.cpp -------------------------------------------------------------------------------- /src/core/drivers/LiquidCrystal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/LiquidCrystal.h -------------------------------------------------------------------------------- /src/core/drivers/PolarityCheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/PolarityCheck.cpp -------------------------------------------------------------------------------- /src/core/drivers/PolarityCheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/PolarityCheck.h -------------------------------------------------------------------------------- /src/core/drivers/SerialLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/SerialLog.cpp -------------------------------------------------------------------------------- /src/core/drivers/SerialLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/SerialLog.h -------------------------------------------------------------------------------- /src/core/drivers/StackInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/StackInfo.h -------------------------------------------------------------------------------- /src/core/drivers/Time.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Time.cpp -------------------------------------------------------------------------------- /src/core/drivers/Time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/Time.h -------------------------------------------------------------------------------- /src/core/drivers/cprintf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/cprintf.cpp -------------------------------------------------------------------------------- /src/core/drivers/cprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/cprintf.h -------------------------------------------------------------------------------- /src/core/drivers/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/debug.h -------------------------------------------------------------------------------- /src/core/drivers/drivers.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/drivers/drivers.cmake -------------------------------------------------------------------------------- /src/core/eeprom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/eeprom.cpp -------------------------------------------------------------------------------- /src/core/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/eeprom.h -------------------------------------------------------------------------------- /src/core/helper/ADCKeyboardAnalyzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/ADCKeyboardAnalyzer.cpp -------------------------------------------------------------------------------- /src/core/helper/AnalogInputsAnalyzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/AnalogInputsAnalyzer.cpp -------------------------------------------------------------------------------- /src/core/helper/BalancePortAnalyzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/BalancePortAnalyzer.cpp -------------------------------------------------------------------------------- /src/core/helper/LCDAnalyzer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/LCDAnalyzer.cpp -------------------------------------------------------------------------------- /src/core/helper/helper.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/helper.cmake -------------------------------------------------------------------------------- /src/core/helper/helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/helper.h -------------------------------------------------------------------------------- /src/core/helper/helperMain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/helper/helperMain.cpp -------------------------------------------------------------------------------- /src/core/menus/EditMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/EditMenu.cpp -------------------------------------------------------------------------------- /src/core/menus/EditMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/EditMenu.h -------------------------------------------------------------------------------- /src/core/menus/MainMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/MainMenu.cpp -------------------------------------------------------------------------------- /src/core/menus/MainMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/MainMenu.h -------------------------------------------------------------------------------- /src/core/menus/Menu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/Menu.cpp -------------------------------------------------------------------------------- /src/core/menus/Menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/Menu.h -------------------------------------------------------------------------------- /src/core/menus/OptionsMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/OptionsMenu.cpp -------------------------------------------------------------------------------- /src/core/menus/OptionsMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/OptionsMenu.h -------------------------------------------------------------------------------- /src/core/menus/ProgramDataMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/ProgramDataMenu.cpp -------------------------------------------------------------------------------- /src/core/menus/ProgramDataMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/ProgramDataMenu.h -------------------------------------------------------------------------------- /src/core/menus/ProgramMenus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/ProgramMenus.cpp -------------------------------------------------------------------------------- /src/core/menus/ProgramMenus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/ProgramMenus.h -------------------------------------------------------------------------------- /src/core/menus/SettingsMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/SettingsMenu.cpp -------------------------------------------------------------------------------- /src/core/menus/SettingsMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/SettingsMenu.h -------------------------------------------------------------------------------- /src/core/menus/menus.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/menus/menus.cmake -------------------------------------------------------------------------------- /src/core/screens/Screen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/Screen.cpp -------------------------------------------------------------------------------- /src/core/screens/Screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/Screen.h -------------------------------------------------------------------------------- /src/core/screens/ScreenBalancer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenBalancer.cpp -------------------------------------------------------------------------------- /src/core/screens/ScreenBalancer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenBalancer.h -------------------------------------------------------------------------------- /src/core/screens/ScreenCycle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenCycle.cpp -------------------------------------------------------------------------------- /src/core/screens/ScreenCycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenCycle.h -------------------------------------------------------------------------------- /src/core/screens/ScreenEditable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenEditable.cpp -------------------------------------------------------------------------------- /src/core/screens/ScreenEditable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenEditable.h -------------------------------------------------------------------------------- /src/core/screens/ScreenMethods.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenMethods.cpp -------------------------------------------------------------------------------- /src/core/screens/ScreenMethods.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenMethods.h -------------------------------------------------------------------------------- /src/core/screens/ScreenPages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenPages.h -------------------------------------------------------------------------------- /src/core/screens/ScreenStartInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenStartInfo.cpp -------------------------------------------------------------------------------- /src/core/screens/ScreenStartInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/ScreenStartInfo.h -------------------------------------------------------------------------------- /src/core/screens/screens.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/screens/screens.cmake -------------------------------------------------------------------------------- /src/core/strategy/Balancer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Balancer.cpp -------------------------------------------------------------------------------- /src/core/strategy/Balancer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Balancer.h -------------------------------------------------------------------------------- /src/core/strategy/DelayStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/DelayStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/DelayStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/DelayStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/DeltaChargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/DeltaChargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/DeltaChargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/DeltaChargeStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/Discharger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Discharger.cpp -------------------------------------------------------------------------------- /src/core/strategy/Discharger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Discharger.h -------------------------------------------------------------------------------- /src/core/strategy/Monitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Monitor.cpp -------------------------------------------------------------------------------- /src/core/strategy/Monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Monitor.h -------------------------------------------------------------------------------- /src/core/strategy/SMPS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/SMPS.cpp -------------------------------------------------------------------------------- /src/core/strategy/SMPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/SMPS.h -------------------------------------------------------------------------------- /src/core/strategy/SimpleChargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/SimpleChargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/SimpleChargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/SimpleChargeStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/SimpleDischargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/SimpleDischargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/SimpleDischargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/SimpleDischargeStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/StartInfoStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/StartInfoStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/StartInfoStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/StartInfoStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/StorageStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/StorageStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/StorageStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/StorageStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/Strategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Strategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/Strategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Strategy.h -------------------------------------------------------------------------------- /src/core/strategy/Thevenin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Thevenin.cpp -------------------------------------------------------------------------------- /src/core/strategy/Thevenin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/Thevenin.h -------------------------------------------------------------------------------- /src/core/strategy/TheveninChargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/TheveninChargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/TheveninChargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/TheveninChargeStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/TheveninDischargeStrategy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/TheveninDischargeStrategy.cpp -------------------------------------------------------------------------------- /src/core/strategy/TheveninDischargeStrategy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/TheveninDischargeStrategy.h -------------------------------------------------------------------------------- /src/core/strategy/TheveninMethod.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/TheveninMethod.cpp -------------------------------------------------------------------------------- /src/core/strategy/TheveninMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/TheveninMethod.h -------------------------------------------------------------------------------- /src/core/strategy/strategy.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strategy/strategy.cmake -------------------------------------------------------------------------------- /src/core/strings/standard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strings/standard.h -------------------------------------------------------------------------------- /src/core/strings/strings.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strings/strings.cmake -------------------------------------------------------------------------------- /src/core/strings/strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strings/strings.cpp -------------------------------------------------------------------------------- /src/core/strings/strings_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/core/strings/strings_common.h -------------------------------------------------------------------------------- /src/hardware/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/.gitignore -------------------------------------------------------------------------------- /src/hardware/atmega32/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/HardwareSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/HardwareSerial.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/HardwareSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/HardwareSerial.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/IO.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Serial.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/StackInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/StackInfo.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Timer0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Timer0.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Timer0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Timer0.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Timer1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Timer1.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Timer1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Timer1.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Timer2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Timer2.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/Utils.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/atomic.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/config.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/cpu.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/cpu.cmake -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/cpu.h -------------------------------------------------------------------------------- /src/hardware/atmega32/cpu/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/cpu/memory.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/AnalogInputsADC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/AnalogInputsADC.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/AnalogInputsADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/AnalogInputsADC.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/GTPowerA6-10-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/GTPowerA6-10-pins.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/GTPowerA6-10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/GTPowerA6-10.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/GTPowerA6-10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/GTPowerA6-10.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/Hardware.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/200W/generic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/200W/generic.cmake -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/AnalogInputsADC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/AnalogInputsADC.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/AnalogInputsADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/AnalogInputsADC.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/Hardware.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/SMPS_PID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/SMPS_PID.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/SMPS_PID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/SMPS_PID.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/generic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/generic.cmake -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/imaxB6-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/imaxB6-pins.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/imaxB6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/imaxB6.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/50W/imaxB6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/50W/imaxB6.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/GTPowerA6-10-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/GTPowerA6-10-pins.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/GTPowerA6-10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/GTPowerA6-10.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/GTPowerA6-10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/GTPowerA6-10.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/Hardware.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/adc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/adc.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/adc.h -------------------------------------------------------------------------------- /src/hardware/atmega32/generic/adc_key_test/generic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/generic/adc_key_test/generic.cmake -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/ADCKeyboardAnalyzer-150W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/ADCKeyboardAnalyzer-150W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/ADCKeyboardAnalyzer-150W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/ADCKeyboardAnalyzer-150W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/ADCKeyboardAnalyzer-150W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/ADCKeyboardAnalyzer-150W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/BalancePortAnalyzer-200W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/BalancePortAnalyzer-200W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/BalancePortAnalyzer-200W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/BalancePortAnalyzer-200W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/BalancePortAnalyzer-200W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/BalancePortAnalyzer-200W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Bantam-BC6HP-250W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Bantam-BC6HP-250W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Bantam-BC6HP-250W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Bantam-BC6HP-250W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Bantam-BC6HP-250W/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Bantam-BC6HP-250W/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Bantam-BC6HP-250W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Bantam-BC6HP-250W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Dual-Power-B6AC-80W-RC/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/GTPowerA6-10-original/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/GTPowerA6-10-original/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/GTPowerA6-10-original/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/GTPowerA6-10-original/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/GTPowerA6-10-original/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/GTPowerA6-10-original/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/GTPowerA6-10-original/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/GTPowerA6-10-original/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/HobbyKing-ECO8-150W-7A-8S/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/HobbyKing-ECO8-150W-7A-8S/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/HobbyKing-ECO8-150W-7A-8S/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/HobbyKing-ECO8-150W-7A-8S/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/HobbyKing-ECO8-150W-7A-8S/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/HobbyKing-ECO8-150W-7A-8S/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-A-6-10-200W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-A-6-10-200W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-A-6-10-200W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-A-6-10-200W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-A-6-10-200W/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-A-6-10-200W/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-A-6-10-200W/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-A-6-10-200W/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-5A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-5A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-5A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-5A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-5A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-5A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-6A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-6A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-6A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-6A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-6A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-6-50W-6A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-8-150W-7A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-8-150W-7A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-8-150W-7A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-8-150W-7A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Accucel-8-150W-7A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Accucel-8-150W-7A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MAX80W-7A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MAX80W-7A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MAX80W-7A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MAX80W-7A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MAX80W-7A/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MAX80W-7A/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MAX80W-7A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MAX80W-7A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-200Wx2/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-MEGA-400Wx2/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/Turnigy-Mega-300W-8s/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone-50W-4.5A/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-clone/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-clone/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original-chihying/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original-chihying/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original-chihying/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original-chihying/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original-chihying/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original-chihying/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/atmega32/targets/imaxB6-original/progUSBasp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/atmega32/targets/imaxB6-original/progUSBasp.sh -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/arm_common_tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/arm_common_tables.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/arm_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/arm_math.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm0.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm0plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm0plus.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm3.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm4.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm4_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cm4_simd.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cmFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cmFunc.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cmInstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_cmInstr.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_sc000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_sc000.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_sc300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/Include/core_sc300.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/CMSIS/index.html -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/acmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/acmp.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/adc.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/clk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/clk.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/ebi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/ebi.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/fmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/fmc.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/gpio.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/hdiv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/hdiv.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/i2c.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/pwm.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/spi.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/sys.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/timer.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/uart.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/wdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/wdt.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/wwdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/inc/wwdt.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/FMC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/FMC.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/acmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/acmp.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/adc.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/clk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/clk.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/ebi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/ebi.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/gpio.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/i2c.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/pwm.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/retarget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/retarget.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/spi.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/sys.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/timer.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/uart.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/wdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/wdt.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/wwdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/StdDriver/src/wwdt.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/cmsis.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/cmsis.cmake -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/CMSIS/warning.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/CMSIS/warning.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/IO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/IO.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/IO.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/Serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/Serial.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/Serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/Serial.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/StackInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/StackInfo.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/Timer0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/Timer0.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/TxHardSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/TxHardSerial.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/TxHardSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/TxHardSerial.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/TxSoftSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/TxSoftSerial.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/TxSoftSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/TxSoftSerial.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/UtilsD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/UtilsD.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/atomic.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/config.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/cpu.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/cpu.cmake -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/cpu.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/cpu.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/irq_priority.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/irq_priority.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/memory.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/memory.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/cpu/startup_M051Series.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/cpu/startup_M051Series.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/AnalogInputsADC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/AnalogInputsADC.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/AnalogInputsADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/AnalogInputsADC.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/Hardware.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/SMPS_PID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/SMPS_PID.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/SMPS_PID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/SMPS_PID.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/generic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/generic.cmake -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/imaxB6-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/imaxB6-pins.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/imaxB6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/imaxB6.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/imaxB6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/imaxB6.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/outputPWM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/outputPWM.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/generic/50W/outputPWM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/generic/50W/outputPWM.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/AnalogInputsAnalyzer-50W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/AnalogInputsAnalyzer-50W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/AnalogInputsAnalyzer-50W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/AnalogInputsAnalyzer-50W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/AnalogInputsAnalyzer-50W/progStLink2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/AnalogInputsAnalyzer-50W/progStLink2.sh -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-50W-BOA6/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-50W-BOA6/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-50W-BOA6/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-50W-BOA6/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-50W-BOA6/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-50W-BOA6/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-80W/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-80W/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-80W/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-80W/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-80W/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-80W/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/defaultCalibration.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/progStLink.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/progStLink.sh -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/progStLink2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/progStLink2.sh -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/progStLinkeeprom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/progStLinkeeprom.sh -------------------------------------------------------------------------------- /src/hardware/nuvoton-M051/targets/imaxB6-clone/reset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-M051/targets/imaxB6-clone/reset.sh -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(targets/EV-PEAK_CQ3) 2 | -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/arm_common_tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/arm_common_tables.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/arm_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/arm_math.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm0.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm0plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm0plus.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm3.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm4.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm4_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cm4_simd.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cmFunc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cmFunc.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cmInstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_cmInstr.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_sc000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_sc000.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_sc300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/Include/core_sc300.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/CMSIS/index.html -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/acmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/acmp.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/adc.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/clk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/clk.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/ebi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/ebi.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/fmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/fmc.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/gpio.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/hdiv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/hdiv.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/i2c.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/pwm.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/spi.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/sys.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/timer.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/uart.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/wdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/wdt.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/wwdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/inc/wwdt.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/acmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/acmp.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/adc.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/clk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/clk.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/ebi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/ebi.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/fmc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/fmc.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/gpio.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/i2c.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/pwm.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/retarget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/retarget.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/spi.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/sys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/sys.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/timer.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/uart.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/wdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/wdt.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/wwdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/StdDriver/src/wwdt.c -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/cmsis.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/CMSIS/cmsis.cmake -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/IO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/IO.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/IO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/IO.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/Serial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/Serial.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/Serial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/Serial.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/StackInfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/StackInfo.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/Timer0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/Timer0.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/TxHardSerial.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/TxHardSerial.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/TxHardSerial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/TxHardSerial.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/UtilsD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/UtilsD.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/atomic.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/config.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/cpu.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/cpu.cmake -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/cpu.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/cpu.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/irq_priority.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/irq_priority.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/memory.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/cpu/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/cpu/memory.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/AnalogInputsADC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/AnalogInputsADC.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/AnalogInputsADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/AnalogInputsADC.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/CQ3-pins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/CQ3-pins.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/CQ3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/CQ3.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/CQ3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/CQ3.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/Hardware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/Hardware.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/HardwareConfigGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/HardwareConfigGeneric.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/SMPS_PID.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/SMPS_PID.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/SMPS_PID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/SMPS_PID.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/generic.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/generic.cmake -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/outputPWM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/outputPWM.cpp -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/generic/100W/outputPWM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/generic/100W/outputPWM.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/targets/EV-PEAK_CQ3/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/targets/EV-PEAK_CQ3/CMakeLists.txt -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/targets/EV-PEAK_CQ3/HardwareConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/targets/EV-PEAK_CQ3/HardwareConfig.h -------------------------------------------------------------------------------- /src/hardware/nuvoton-NUC029xAN/targets/EV-PEAK_CQ3/defaultCalibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/src/hardware/nuvoton-NUC029xAN/targets/EV-PEAK_CQ3/defaultCalibration.cpp -------------------------------------------------------------------------------- /utils/LogView/Cheali Charger_0.33.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/LogView/Cheali Charger_0.33.ini -------------------------------------------------------------------------------- /utils/LogView/Cheali Charger_0.33m.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/LogView/Cheali Charger_0.33m.ini -------------------------------------------------------------------------------- /utils/LogView/ChealiCharger_6cell_1.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/LogView/ChealiCharger_6cell_1.0.ini -------------------------------------------------------------------------------- /utils/LogView/ChealiCharger_8cell_1.0.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/LogView/ChealiCharger_8cell_1.0.ini -------------------------------------------------------------------------------- /utils/M0517_dump/dump_to_bin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/M0517_dump/dump_to_bin.sh -------------------------------------------------------------------------------- /utils/M0517_dump/dump_to_mww.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/M0517_dump/dump_to_mww.sh -------------------------------------------------------------------------------- /utils/M0517_dump/dump_to_reg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/M0517_dump/dump_to_reg.sh -------------------------------------------------------------------------------- /utils/M0517_dump/restore_dump.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/M0517_dump/restore_dump.sh -------------------------------------------------------------------------------- /utils/cheali-logviewer/cheali-logviewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/cheali-logviewer/cheali-logviewer.py -------------------------------------------------------------------------------- /utils/cheali-logviewer/chealiparser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/cheali-logviewer/chealiparser.py -------------------------------------------------------------------------------- /utils/copy_hex.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/copy_hex.sh -------------------------------------------------------------------------------- /utils/eepromExtractor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/README.md -------------------------------------------------------------------------------- /utils/eepromExtractor/defaultCalibration.cpp.template6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/defaultCalibration.cpp.template6 -------------------------------------------------------------------------------- /utils/eepromExtractor/defaultCalibration.cpp.template8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/defaultCalibration.cpp.template8 -------------------------------------------------------------------------------- /utils/eepromExtractor/dformatter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/dformatter.py -------------------------------------------------------------------------------- /utils/eepromExtractor/eeprom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/eeprom.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/ehelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/ehelper.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v9_2_6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v9_2_6.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v9_2_7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v9_2_7.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v9_2_8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v9_2_8.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v9_2_9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v9_2_9.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1001_9_3_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1001_9_3_10.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1001_i0x6_10_3_12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1001_i0x6_10_3_12.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1002_9_3_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1002_9_3_10.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1002_i0x6_10_3_11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1002_i0x6_10_3_11.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1002_i0x6_10_3_12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1002_i0x6_10_3_12.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1002_i0x8_10_3_11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1002_i0x8_10_3_11.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x1002_i0x8_10_3_12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x1002_i0x8_10_3_12.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x4001_9_3_10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x4001_9_3_10.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x4001_i0x6_10_3_11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x4001_i0x6_10_3_11.py -------------------------------------------------------------------------------- /utils/eepromExtractor/ehelper/v_a0x4001_i0x6_10_3_12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/ehelper/v_a0x4001_i0x6_10_3_12.py -------------------------------------------------------------------------------- /utils/eepromExtractor/getctypes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/getctypes.sh -------------------------------------------------------------------------------- /utils/eepromExtractor/hex2bin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/eepromExtractor/hex2bin.sh -------------------------------------------------------------------------------- /utils/gen_sha1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/gen_sha1.sh -------------------------------------------------------------------------------- /utils/gnuplot/gnuplot-NiMH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/gnuplot/gnuplot-NiMH -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/generate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/generate.py -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x20.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x20.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x21.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x21.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x22.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x22.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x23.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x23.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x24.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x24.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x25.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x25.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x26.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x26.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x27.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x27.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x28.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x28.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x29.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x29.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x2A.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x2A.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x2B.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x2B.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x2C.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x2C.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x2D.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x2D.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x2E.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x2E.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x2F.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x2F.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x30.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x30.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x31.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x31.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x32.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x32.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x33.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x33.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x34.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x34.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x35.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x35.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x36.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x36.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x37.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x37.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x38.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x38.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x39.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x39.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x3A.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x3A.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x3B.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x3B.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x3C.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x3C.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x3D.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x3D.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x3E.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x3E.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x3F.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x3F.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x40.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x40.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x41.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x41.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x42.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x42.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x43.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x43.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x44.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x44.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x45.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x45.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x46.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x46.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x47.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x47.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x48.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x48.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x49.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x49.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x4A.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x4A.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x4B.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x4B.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x4C.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x4C.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x4D.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x4D.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x4E.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x4E.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x4F.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x4F.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x50.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x50.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x51.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x51.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x52.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x52.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x53.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x53.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x54.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x54.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x55.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x55.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x56.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x56.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x57.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x57.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x58.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x58.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x59.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x59.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x5A.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x5A.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x5B.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x5B.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x5C.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x5C.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x5D.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x5D.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x5E.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x5E.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x5F.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x5F.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x60.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x60.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x61.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x61.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x62.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x62.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x63.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x63.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x64.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x64.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x65.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x65.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x66.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x66.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x67.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x67.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x68.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x68.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x69.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x69.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x6A.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x6A.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x6B.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x6B.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x6C.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x6C.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x6D.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x6D.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x6E.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x6E.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x6F.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x6F.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x70.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x70.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x71.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x71.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x72.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x72.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x73.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x73.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x74.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x74.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x75.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x75.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x76.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x76.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x77.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x77.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x78.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x78.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x79.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x79.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x7A.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x7A.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x7B.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x7B.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x7C.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x7C.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x7D.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x7D.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x7E.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x7E.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0x7F.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0x7F.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xE8.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xE8.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xE9.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xE9.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xEB.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xEB.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xF3.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xF3.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xF4.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xF4.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xF6.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xF6.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xF7.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xF7.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xF8.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xF8.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xF9.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xF9.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xFD.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xFD.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/0xFF.xpm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/0xFF.xpm -------------------------------------------------------------------------------- /utils/lcdScreenshotGenerator/xpm/test.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/lcdScreenshotGenerator/xpm/test.cmd -------------------------------------------------------------------------------- /utils/make_release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stawel/cheali-charger/HEAD/utils/make_release.sh --------------------------------------------------------------------------------