Commit refs/heads/deye-sun-12k deye-sun-12k
receivedSat, 5. Apr 2025, 10:39:17 (by user sx)
Sat, 5 Apr 2025 08:39:17 +0000 (10:39 +0200)
authorManfred Steiner <sx@htl-kaindorf.at>
Sat, 5 Apr 2025 08:39:00 +0000 (10:39 +0200)
committerManfred Steiner <sx@htl-kaindorf.at>
Sat, 5 Apr 2025 08:39:00 +0000 (10:39 +0200)
tree178626c4bd7bc237bf2296df68be8a398ed54839
parentedcf3d1a974e65be2c536ef6e3ee7fa54e275091
Message:
Software für Wechselrichter Deye-SUN-12K
67 files changed:
software/deye-sun-12k/.gdb_history [new file with mode: 0644]
software/deye-sun-12k/.gdbinit [new file with mode: 0644]
software/deye-sun-12k/.gitignore [new file with mode: 0644]
software/deye-sun-12k/.vscode/c_cpp_properties.json [new file with mode: 0644]
software/deye-sun-12k/.vscode/launch.json [new file with mode: 0644]
software/deye-sun-12k/.vscode/settings.json [new file with mode: 0644]
software/deye-sun-12k/.vscode/tasks.json [new file with mode: 0644]
software/deye-sun-12k/LICENSE [new file with mode: 0644]
software/deye-sun-12k/Makefile [new file with mode: 0644]
software/deye-sun-12k/README.md [new file with mode: 0644]
software/deye-sun-12k/create-release [new file with mode: 0755]
software/deye-sun-12k/create-release.old [new file with mode: 0755]
software/deye-sun-12k/nano-1284/Makefile [new file with mode: 0644]
software/deye-sun-12k/nano-1284/release/v2024-11-08_181806/nano-x-base_test-software_nano-m1284p_12mhz.bin [new file with mode: 0755]
software/deye-sun-12k/nano-1284/release/v2024-11-08_181806/nano-x-base_test-software_nano-m1284p_12mhz.elf [new file with mode: 0755]
software/deye-sun-12k/nano-1284/release/v2024-11-08_181806/nano-x-base_test-software_nano-m1284p_12mhz.hex [new file with mode: 0644]
software/deye-sun-12k/nano-1284/src [new symlink]
software/deye-sun-12k/nano-644/Makefile [new file with mode: 0644]
software/deye-sun-12k/nano-644/release/v2024-11-08_181803/nano-x-base_test-software_nano-m644p_12mhz.bin [new file with mode: 0755]
software/deye-sun-12k/nano-644/release/v2024-11-08_181803/nano-x-base_test-software_nano-m644p_12mhz.elf [new file with mode: 0755]
software/deye-sun-12k/nano-644/release/v2024-11-08_181803/nano-x-base_test-software_nano-m644p_12mhz.hex [new file with mode: 0644]
software/deye-sun-12k/nano-644/src [new symlink]
software/deye-sun-12k/src/adafruit/bme280.cpp [new file with mode: 0644]
software/deye-sun-12k/src/adafruit/bme280.h [new file with mode: 0644]
software/deye-sun-12k/src/adafruit/ens160.cpp [new file with mode: 0644]
software/deye-sun-12k/src/adafruit/ens160.h [new file with mode: 0644]
software/deye-sun-12k/src/adafruit/sensor.h [new file with mode: 0644]
software/deye-sun-12k/src/i2cmaster.cpp [new file with mode: 0644]
software/deye-sun-12k/src/i2cmaster.hpp [new file with mode: 0644]
software/deye-sun-12k/src/i2cslave.cpp [new file with mode: 0644]
software/deye-sun-12k/src/i2cslave.hpp [new file with mode: 0644]
software/deye-sun-12k/src/main.cpp [new file with mode: 0644]
software/deye-sun-12k/src/main.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/cc1101.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/cc1101.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/deye.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/deye.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/encoder.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/encoder.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/i2c.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/i2c.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/ieee485.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/ieee485.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/lcd.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/lcd.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/led.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/led.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/modbus.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/modbus.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/motor.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/motor.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/portexp.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/portexp.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/poti.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/poti.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/r2r.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/r2r.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/rgb.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/rgb.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/rtc8563.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/rtc8563.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/seg7.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/seg7.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/switch.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/switch.hpp [new file with mode: 0644]
software/deye-sun-12k/src/units/uart1.cpp [new file with mode: 0644]
software/deye-sun-12k/src/units/uart1.hpp [new file with mode: 0644]